Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Incorporating text into cell w/ formula?


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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 102
Default Incorporating text into cell w/ formula?


="Allow " & SUM(E22*0.5)+1 & " hours for bid"

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Incorporating text into cell w/ formula?

="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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Incorporating text into cell w/ formula?


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
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
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Matching Text with With Certain Criteria SteveC Excel Worksheet Functions 19 April 4th 06 11:08 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
reference the result of a formula in a text formatted cell jpwinston Excel Discussion (Misc queries) 1 February 7th 05 05:33 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 06:42 PM.

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

About Us

"It's about Microsoft Excel"