Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do i create a macro to join 2 cell and the result to come in the third
cell Request for help since i need to add to cell for 300 rows |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You don't need to have a macro to do this, you can concatenate the data
together. Let's say you want to concatenate A1 and B1 with a space between them and put it in C1. A1 = John B1 = Smith C1 = A1&" "&B1 "Sanjeev" wrote: How do i create a macro to join 2 cell and the result to come in the third cell Request for help since i need to add to cell for 300 rows |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sanjeev,
you are speaking of a macro, but this is probably just formula job. If you want numeric sum, then in C1 you enter =A1+B1. You can then copy the formula down. If you mean that you want the text of the two cells joined next to each other (concatenated) then use =A1&B1 instead. HTH Kostis Vezerides |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros, How do I know what they do if I didn't create them. | Excel Discussion (Misc queries) | |||
Saving Macros | Excel Discussion (Misc queries) | |||
Enabling macros | Excel Discussion (Misc queries) | |||
Transferring toolbars and macros to other computers | Excel Discussion (Misc queries) | |||
The available macros list in XL; how to suppress filename from showing | Excel Discussion (Misc queries) |