Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Formula & text in one cell

I am trying to add a label to the numbers in one cell. I want the formula to
calculate the numbers, but then I want it to say "per hour" after the numbers
in the same cell. So, for example, the cell would read "$16.99 per hour"
How can I do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 367
Default Formula & text in one cell

On Nov 16, 10:18 am, samb wrote:
I am trying to add a label to the numbers in one cell. I want the formula to
calculate the numbers, but then I want it to say "per hour" after the numbers
in the same cell. So, for example, the cell would read "$16.99 per hour"
How can I do this?


hi samb

the formula would be something like that:
=yourformula & " $ per hour"

for example:
=A1 + B1 * C1 & " $ per hour"

hth

Carlo
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Formula & text in one cell

Something like this:

=TEXT(your_calculation,"$0.00")&" per hour"

Hope this helps.

Pete

On Nov 16, 1:18 am, samb wrote:
I am trying to add a label to the numbers in one cell. I want the formula to
calculate the numbers, but then I want it to say "per hour" after the numbers
in the same cell. So, for example, the cell would read "$16.99 per hour"
How can I do this?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 492
Default Formula & text in one cell

=A1*A2&" per hour" and format as currency, ie
your formula&" per hour"
Regards,
Alan
"samb" wrote in message
...
I am trying to add a label to the numbers in one cell. I want the formula
to
calculate the numbers, but then I want it to say "per hour" after the
numbers
in the same cell. So, for example, the cell would read "$16.99 per hour"
How can I do this?


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Formula & text in one cell

Hi

FormatcellsNumberCustom $##.00 "per hour"
Enter your formula in the cell, the result will show $16.99 per hour, but
the cell value will be 16.99 which can be used in further calculations if
required
--
Regards
Roger Govier



"samb" wrote in message
...
I am trying to add a label to the numbers in one cell. I want the formula
to
calculate the numbers, but then I want it to say "per hour" after the
numbers
in the same cell. So, for example, the cell would read "$16.99 per hour"
How can I do this?





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 492
Default Formula & text in one cell

Better, format the cells you want this in as 'Custom' and use this:-
$00.00" per hour"
This way the cell is numeric as opposed to text and can be used in
calculations,
Regards,
Alan.
"Alan" wrote in message
...
=A1*A2&" per hour" and format as currency, ie
your formula&" per hour"
Regards,
Alan
"samb" wrote in message
...
I am trying to add a label to the numbers in one cell. I want the formula
to
calculate the numbers, but then I want it to say "per hour" after the
numbers
in the same cell. So, for example, the cell would read "$16.99 per hour"
How can I do this?



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Formula & text in one cell

Try also the function "concatenate"

=CONCATENATE (text1,text2,...)
So in your example
=CONCATENATE ("$16.99"," per hour")
If $16.99 is the end result of a calculation in, say, cell B2
=CONCATENATE (B2," per hour")
cheerio
LinLin

"samb" wrote:

I am trying to add a label to the numbers in one cell. I want the formula to
calculate the numbers, but then I want it to say "per hour" after the numbers
in the same cell. So, for example, the cell would read "$16.99 per hour"
How can I do this?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Let me know the formula for getting particular text from a cell Deva Excel Discussion (Misc queries) 3 August 24th 07 10:26 AM
text and formula in the same cell - how do I format this cell?? [email protected] Excel Discussion (Misc queries) 4 December 26th 06 11:36 PM
Excel Formula if cell is empty then no if text in cell then yes Kathy Excel Worksheet Functions 2 December 20th 06 05:24 PM
Text in cell as Formula SU Excel Discussion (Misc queries) 4 March 9th 05 06:37 PM
match cell text with text in formula Todd L. Excel Worksheet Functions 3 December 9th 04 08:11 PM


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

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

About Us

"It's about Microsoft Excel"