So I have this in a column in one worksheet
Account Product Code
Account Status Code
Account Status Description
and the list of abbreviations for each word in another worksheet (two separate columns)
eg:
Account..........acct
Product...........prod
Code..............cd
Status............stat
Description......desc
and I want to generate a column from the first column that looks like:
acct_prod_cd
acct_stat_cd
acct_stat_desc
This would be simple using a database and something like Java. But is it possible to do this in Excel macros?
Account Product Code
Account Status Code
Account Status Description
and the list of abbreviations for each word in another worksheet (two separate columns)
eg:
Account..........acct
Product...........prod
Code..............cd
Status............stat
Description......desc
and I want to generate a column from the first column that looks like:
acct_prod_cd
acct_stat_cd
acct_stat_desc
This would be simple using a database and something like Java. But is it possible to do this in Excel macros?