Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() how can I merge two numbers into one cell and retain the decimals on a whole number: if i have, say, two cells with 7.00 and 2.12 in them and I merge them, in the merged cell i see 7, 2.12 -- what i need to see in the merged cell is 7.00, 2.12. any help would be MOST appreciated. thanks, christy -- huruta ------------------------------------------------------------------------ huruta's Profile: http://www.excelforum.com/member.php...o&userid=30930 View this thread: http://www.excelforum.com/showthread...hreadid=506050 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() What you're attempting is to take 2 numeric cells and create a text cell. Consequently, you need to tell Excel how to format the numbers. Try this: A1: 7.00 B1: 2.12 C1: =TEXT(A1,"0.00")&", "&TEXT(B1,"0.00") Does that help? Regards, Ron -- Ron Coderre ------------------------------------------------------------------------ Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419 View this thread: http://www.excelforum.com/showthread...hreadid=506050 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Sandy & Ron, Both of your suggestions worked. Thank you so much. I tend to get fixated on these types of problems and it just sucks up my day when I should really be working on other stuff. Your prompt assistance and useful solutions were truly appreciated! All the best, Christy -- huruta ------------------------------------------------------------------------ huruta's Profile: http://www.excelforum.com/member.php...o&userid=30930 View this thread: http://www.excelforum.com/showthread...hreadid=506050 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cells dropping last to numbers | Excel Discussion (Misc queries) | |||
How do I merge from Excel into Word doc and retain formatting? | Excel Discussion (Misc queries) |