Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a basic formula that I want to display a character after the
calculation. example: A1+A2+A3=25.00 I would like to see: A1+A2+A3=25.00hrs Is this possible? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use a custom format
0.00 "hours" that way you can still do calculations with the cell or =SUM(A1:A3)&" hours" which would be text -- Regards, Peo Sjoblom (No private emails please) "mgdarkman" wrote in message ... I have a basic formula that I want to display a character after the calculation. example: A1+A2+A3=25.00 I would like to see: A1+A2+A3=25.00hrs Is this possible? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much, that is exactly what I was looking for
"Peo Sjoblom" wrote: You can use a custom format 0.00 "hours" that way you can still do calculations with the cell or =SUM(A1:A3)&" hours" which would be text -- Regards, Peo Sjoblom (No private emails please) "mgdarkman" wrote in message ... I have a basic formula that I want to display a character after the calculation. example: A1+A2+A3=25.00 I would like to see: A1+A2+A3=25.00hrs Is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Invisable text in formula bar | Excel Discussion (Misc queries) | |||
Convert text to formula - Help pleaaase | Excel Discussion (Misc queries) | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Using the text from a cell as a range name in a formula | Excel Discussion (Misc queries) | |||
Concatenation formula loses text wrap formatting | Excel Discussion (Misc queries) |