Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there any way (and if so, how) I can merge two or more cells with data in
them and not loose data? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "DC" wrote in message ... Is there any way (and if so, how) I can merge two or more cells with data in them and not loose data? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well - Great.:-{
I was hoping. Have a great holiday. "Chip Pearson" wrote: No. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "DC" wrote in message ... Is there any way (and if so, how) I can merge two or more cells with data in them and not loose data? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You could concatenate the two cells together instead of merging them. If the two cells are A1 and B1 the equation goes like this. =concatenate(A1,B1) That will take the information from cell A1 and merge it with B1 and anything else you want to add to all the cells can be added by putting another comma in and specifying what you want to add, i.e. =concatenate(a1," ", b1) - would put a space between the two pieces of text. =concatenate(a1,"-",b1) - would put a dash between the two pieces of text. =concatenate(a1,b1,"This is cool") - would put This is cool after the two pieces of text. Hope that helps Chris -- chrisnelsonusa1 ------------------------------------------------------------------------ chrisnelsonusa1's Profile: http://www.excelforum.com/member.php...o&userid=29526 View this thread: http://www.excelforum.com/showthread...hreadid=492272 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Yes there is! :D Two fields containg data, can be merged like this: A1 B1 C1 123 456 =A1&""&B1 Just write =A1&""&B1 in to the C1 cell. -- Excel_God ------------------------------------------------------------------------ Excel_God's Profile: http://www.excelforum.com/member.php...o&userid=31776 View this thread: http://www.excelforum.com/showthread...hreadid=492272 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merging cells with the same values | Excel Discussion (Misc queries) | |||
Merging Two Cells and Keeping the Values | Excel Discussion (Misc queries) | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions | |||
Merging cells with text as one line | Excel Worksheet Functions | |||
Merging Cells | Excel Worksheet Functions |