A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

cell value plus text



 
 
Thread Tools Display Modes
  #1  
Old February 22nd, 2009, 04:00 AM posted to microsoft.public.excel.newusers
Deanna
external usenet poster
 
Posts: 55
Default cell value plus text

I would like to know how to get the value from one cell (C81) entered into
another cell (N81) and then have text after that value. For example, if
C81=2, I need N81 to have 2 plus text (2 oranges). If this is not possible,
I do have the text in the first row and could reference that cell, but then
would need to know how to string the two cells of text together (i.e. C81=2
and C1=oranges so N81=2 oranges).
  #2  
Old February 22nd, 2009, 04:13 AM posted to microsoft.public.excel.newusers
T. Valko
external usenet poster
 
Posts: 15,759
Default cell value plus text

Try one of these:

=C81&" oranges"

Or, using a cell to hold oranges:

C1 = oranges

=C81&" "&C1

--
Biff
Microsoft Excel MVP


"Deanna" wrote in message
...
I would like to know how to get the value from one cell (C81) entered into
another cell (N81) and then have text after that value. For example, if
C81=2, I need N81 to have 2 plus text (2 oranges). If this is not
possible,
I do have the text in the first row and could reference that cell, but
then
would need to know how to string the two cells of text together (i.e.
C81=2
and C1=oranges so N81=2 oranges).



  #3  
Old February 22nd, 2009, 09:37 AM posted to microsoft.public.excel.newusers
xlmate
external usenet poster
 
Posts: 143
Default cell value plus text

try this in cell N81
=C81&" oranges" or
=C81&" "&C1

--
Hope this is helpful

Appreciate that you provide your feedback by clicking the Yes button below
if this post have helped you.


Thank You

cheers, francis



"Deanna" wrote:

I would like to know how to get the value from one cell (C81) entered into
another cell (N81) and then have text after that value. For example, if
C81=2, I need N81 to have 2 plus text (2 oranges). If this is not possible,
I do have the text in the first row and could reference that cell, but then
would need to know how to string the two cells of text together (i.e. C81=2
and C1=oranges so N81=2 oranges).

  #4  
Old February 22nd, 2009, 01:46 PM posted to microsoft.public.excel.newusers
mdmackillop[_17_]
external usenet poster
 
Posts: 1
Default cell value plus text


You can also use Custom Formatting Format/Cells/Number Custom; Insert
the format as 0 " oranges".
This will show "oranges", but as it holds a numerical value, it means
you can calculate with it as normal.


--
mdmackillop
------------------------------------------------------------------------
mdmackillop's Profile: http://www.thecodecage.com/forumz/member.php?userid=113
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=67321

  #5  
Old February 22nd, 2009, 09:19 PM posted to microsoft.public.excel.newusers
Rasoul Khoshravan
external usenet poster
 
Posts: 83
Default cell value plus text

On Feb 22, 4:46*pm, mdmackillop
wrote:
You can also use Custom Formatting *Format/Cells/Number Custom; Insert
the format as 0 " oranges".
This will show "oranges", but as it holds a numerical value, it means
you can calculate with it as normal.

--
mdmackillop
------------------------------------------------------------------------
mdmackillop's Profile:http://www.thecodecage.com/forumz/member.php?userid=113
View this thread:http://www.thecodecage.com/forumz/sh...ad.php?t=67321


Dear mdmackillop
A very nice solution. while the cell is numeric and you can conduct
the calculation it also shows the text you want.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.