scoobadave71
New Member
- Joined
- Aug 9, 2011
- Messages
- 6
I am stumped on how to do this one. Have two worksheets
Sheet1
A,B
Asthma, medicare
asthma, medicaid
COPD, commercial
COPD, medicaid
Sheet2
A,B,C
itemnum, asthma, medicare/commercial
itemnum, asthma, medicaid
itemnum, COPD, commercial
itemnum, COPD, medicaid
What I need to do is loop through sheet 1 and find Col A, find the values in sheet2, colb, then find the match of sheet1, colB and sheet2 colC
Been a couple years since I wrote a script so having some brain freeze here.. any help to get started would be appreciated.
Sheet1
A,B
Asthma, medicare
asthma, medicaid
COPD, commercial
COPD, medicaid
Sheet2
A,B,C
itemnum, asthma, medicare/commercial
itemnum, asthma, medicaid
itemnum, COPD, commercial
itemnum, COPD, medicaid
What I need to do is loop through sheet 1 and find Col A, find the values in sheet2, colb, then find the match of sheet1, colB and sheet2 colC
Been a couple years since I wrote a script so having some brain freeze here.. any help to get started would be appreciated.