Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JonARosen
 
Posts: n/a
Default impossible way to do something?

I've been trying to find a way to put text AND a forumla in one cell..

ie: The value of so&so [=SUM(c6+e8)] or the like... is this possible at all?
I've never found anything that seems to be able to manage this. obviously the
format would have to be text, but there would be a way, I imagine, to insert
a number as text into a text format.
  #2   Report Post  
Posted to microsoft.public.excel.misc
mphell0
 
Posts: n/a
Default impossible way to do something?


If I am understanding you correctly then you want to do something
similar
to the following:

you have a number in A1 and B1 and you want to sum those to numbers
and
in the process put "The answer is" in front of the result.

A1: 2
B1: 2
C1: The answer is 4

In C1 you would put ="The answer is "&A1+B1

In more generic terms it would look like:

="[Your text]"&[Your formula]

Does this help?


--
mphell0
------------------------------------------------------------------------
mphell0's Profile: http://www.excelforum.com/member.php...o&userid=30153
View this thread: http://www.excelforum.com/showthread...hreadid=507416

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default impossible way to do something?

="the value of so and so is: " & sum(c6,e8)

or
="the value of so and so is: " & text(sum(c6,e8),"0.00")

or
="the date that it's due is: " & text(a1,"mm/dd/yyyy")



JonARosen wrote:

I've been trying to find a way to put text AND a forumla in one cell..

ie: The value of so&so [=SUM(c6+e8)] or the like... is this possible at all?
I've never found anything that seems to be able to manage this. obviously the
format would have to be text, but there would be a way, I imagine, to insert
a number as text into a text format.


--

Dave Peterson
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
HELP? nested, complex, vlookup? The impossible! ricdik Excel Worksheet Functions 2 January 19th 06 05:08 AM
Seemingly impossible task fluffy Excel Discussion (Misc queries) 2 September 16th 05 05:52 PM
Impossible Formula! Filmmaker Excel Worksheet Functions 1 November 9th 04 10:13 PM
Impossible Formula! Filmmaker Excel Worksheet Functions 5 November 9th 04 07:59 PM
Impossible Formula! Filmmaker Excel Worksheet Functions 1 November 9th 04 06:56 PM


All times are GMT +1. The time now is 04:09 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"