Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No VBA is needed for that. Assuming data is A2:C2, put in
D2: ="quantity#" & A2 & "label1#" & B2 & "stlye#" & C2 Copy to other rows as needed. Hth, Merjet |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thx but i will be dealing with a huge number of rows. so i will not be able
to do it for each row. that is why i thought that looping will be better. "merjet" wrote: No VBA is needed for that. Assuming data is A2:C2, put in D2: ="quantity#" & A2 & "label1#" & B2 & "stlye#" & C2 Copy to other rows as needed. Hth, Merjet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate If | Excel Worksheet Functions | |||
Concatenate help | Excel Discussion (Misc queries) | |||
Concatenate | Excel Discussion (Misc queries) | |||
IF, IF, Concatenate? | Excel Worksheet Functions | |||
I know how to concatenate ,can one de-concatenate to split date? | New Users to Excel |