T
Terri
I'm new to programming in Excel and would appreciate any help.
I have a worksheet set up as follows. Column A is a sequence of numbers.
Column B are text strings
1,abc
2,def
3,zxz
etc
In the rest of the spreadsheet are numbers which correspond to the numbers
in column A. These numbers can be in any column besides A and B. I would
like to search all columns in the worksheet besides A and B and replace that
value with the matching concatenated value of column A and B. So if cell D7
is "2", then D7 should become "2-def"
My thanks to anyone who can get me started.
I have a worksheet set up as follows. Column A is a sequence of numbers.
Column B are text strings
1,abc
2,def
3,zxz
etc
In the rest of the spreadsheet are numbers which correspond to the numbers
in column A. These numbers can be in any column besides A and B. I would
like to search all columns in the worksheet besides A and B and replace that
value with the matching concatenated value of column A and B. So if cell D7
is "2", then D7 should become "2-def"
My thanks to anyone who can get me started.