Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have this formula =SUM(E22*0.5)+1 and want to incorporate it into a single cell along with text so it will display like this: Allow 2 hours for bid The two, of course, being the sum of the formula. How would I format this? Thanks in advance! :) -- djarcadian ------------------------------------------------------------------------ djarcadian's Profile: http://www.excelforum.com/member.php...o&userid=15877 View this thread: http://www.excelforum.com/showthread...hreadid=570544 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() ="Allow " & SUM(E22*0.5)+1 & " hours for bid" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="Allow " & E22*0.5 +1 & " hours for bid"
Note: the SUM function is not necessary. Gord Dibben MS Excel MVP On Thu, 10 Aug 2006 17:43:47 -0400, djarcadian wrote: I have this formula =SUM(E22*0.5)+1 and want to incorporate it into a single cell along with text so it will display like this: Allow 2 hours for bid The two, of course, being the sum of the formula. How would I format this? Thanks in advance! :) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks guy! :) -- djarcadian ------------------------------------------------------------------------ djarcadian's Profile: http://www.excelforum.com/member.php...o&userid=15877 View this thread: http://www.excelforum.com/showthread...hreadid=570544 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Matching Text with With Certain Criteria | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
reference the result of a formula in a text formatted cell | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |