Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I need to combine the following Columns A and B by using a formula. How can I do it? thanks A B 81 007 88 012 88 014 89 019 result should be 81007 88012 88014 89019 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It depends on whether you have numbers or text.
If text, use: =a1&b1 If numbers, use: =a1*1000+b1 Regards, Fred "da" wrote in message ... Hi I need to combine the following Columns A and B by using a formula. How can I do it? thanks A B 81 007 88 012 88 014 89 019 result should be 81007 88012 88014 89019 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine cells with the same reference and combine quantities | Excel Discussion (Misc queries) | |||
Combine Cells | Excel Discussion (Misc queries) | |||
Combine Cells | Excel Discussion (Misc queries) | |||
Combine Cells | Excel Worksheet Functions | |||
combine cells | Excel Discussion (Misc queries) |