ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Incorporating text into cell w/ formula? (https://www.excelbanter.com/excel-discussion-misc-queries/104368-incorporating-text-into-cell-w-formula.html)

djarcadian

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


Mark

Incorporating text into cell w/ formula?
 

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


Gord Dibben

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! :)



djarcadian

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



All times are GMT +1. The time now is 11:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com