LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 460
Default Concatenate Displays Too Many Decimals

Gary's Student and Shane: Thanks. What I did instead was to insert the
FIXED function in place of the TEXT function in the concatenated statement.
It took me quite a while to stumble across this jewel. (GS, I had tried your
fix on my own, or something almost like it, but it did not work. Maybe my
quotations were off, although they seemed to be correct).

DOUG ECKERT

"Shane Devenshire" wrote:

Hi,

Two ways at least -
1. Remove the decimals from the original cell using a formula not
formatting, for example suppose cell A1 is the cell your concatenated formula
refers to and reads =SUM(B1:B100)
modify this to
=ROUND(SUM(B1:B100),0)
Then the concatenation formula will display no decimals.

2. Use the TEXT function in the concatenation formula, for example
="This is the Monthly Totals:"&TEXT(A1,"#")

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"DOUG" wrote:

How do I hide the decimals in a cell containing a concatenation of text and a
reference to another cell? The other cell has a calculated amount, but
displays no decimals. The concatenated cell, with sentence text and the
referenced number from the other cell displays ten decimals. I do not need
to display them.

'Suggestions?

DOUG ECKERT

 
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
displays Karen Excel Discussion (Misc queries) 2 April 19th 09 12:47 PM
#### displays instead of text Wendy Farkas Excel Discussion (Misc queries) 5 November 3rd 08 11:33 PM
Concatenate cells with text and numbers/decimals rrupp Excel Worksheet Functions 2 June 19th 08 08:42 PM
I know how to concatenate ,can one de-concatenate to split date? QUICK BOOKS PROBLEM- New Users to Excel 1 July 26th 05 05:07 PM
Formula window displays correct answer while cell displays incorre MMV Excel Worksheet Functions 3 November 10th 04 09:28 PM


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