Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need help to join word in one cell. For example in cell is AB 1234567 and I
need in another cell AB1234567, without spaces between letters and numbers. Probably its a stupid question, but I desperately need help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this
=SUBSTITUTE(A1," ","") Mike "Nik" wrote: I need help to join word in one cell. For example in cell is AB 1234567 and I need in another cell AB1234567, without spaces between letters and numbers. Probably its a stupid question, but I desperately need help. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUBSTITUTE(A2," ","")
-- __________________________________ HTH Bob "Nik" wrote in message ... I need help to join word in one cell. For example in cell is AB 1234567 and I need in another cell AB1234567, without spaces between letters and numbers. Probably it's a stupid question, but I desperately need help. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks so much!!!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make cell equal a word if a data validation cell has a word in it | Excel Discussion (Misc queries) | |||
Join tables like inner join in Access | Excel Discussion (Misc queries) | |||
Add word in cell changes to word TRUE | Excel Discussion (Misc queries) | |||
Join bold and non-bold text in one cell | Excel Discussion (Misc queries) | |||
Delete Spaces and Join Text in Cell | Excel Worksheet Functions |