I have one cell that says: Total"
I have another cell that is formatted to say $673,000.00 (comma separators, with a $ in front -- a custom format).
Now, for whatever odd reason, I want that all to be part of a single cell.
="Total: "&E5
gives me:
Total: 673000
How do I use the displayed result of a cell instead of the actual result?
Last edited by Banaticus; 05-09-2010 at 12:11 AM.
The only way is to put formatting into your formula as well.
="Total: $" & TEXT(E5, "000,000.00")
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
="Total: "&DOLLAR(E5)
Thanks, you two.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks