Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if have entered in Cell A2 and B2 i want to concatenate in A2 which i have
entered in B2 value also |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Why complicate matters?
Just use another col C to concat In C2: =A2&" "&B2 Copy down. Then, if needed copy col C and overwrite col A with a paste special as values, and delete col C. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "how to concatenate" wrote: if have entered in Cell A2 and B2 i want to concatenate in A2 which i have entered in B2 value also |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If what you are actually trying to do is to automatically incorporate a
suffix onto a number, (not to TEXT), this can also be done with Custom Formatting of the cell(s), to the format of # "YourString" Otherwise, Max's solution will work just fine, or, if you really want to automatically CONCATENATE the value from B2 to the value whenever typed in to A2, then VBA is the only way to do that. Vaya con Dios, Chuck, CABGx3 "how to concatenate" wrote: if have entered in Cell A2 and B2 i want to concatenate in A2 which i have entered in B2 value also |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change color of cell when different cell has data entered | Excel Discussion (Misc queries) | |||
Diplay chart in comment | Excel Discussion (Misc queries) | |||
how do I display number in thousands; i.e diplay 123,500 as 124? | Excel Worksheet Functions | |||
simple diplay | Excel Discussion (Misc queries) | |||
Drop down to diplay info from another sheet | Excel Worksheet Functions |