I have descriptions in Col I.
where a/c 95915, 95925, 95950 are in Col G, I want the descriptions that are in the same row in Col I copied to Col H only for these account numbers
This is what it should look like after running Macro
Your assistance is most appreciated
where a/c 95915, 95925, 95950 are in Col G, I want the descriptions that are in the same row in Col I copied to Col H only for these account numbers
Book1 | |||||
---|---|---|---|---|---|
G | H | I | |||
1 | 95915 | Tax | Sales | ||
2 | 95915 | Tax | Sales | ||
3 | 95915 | Tax | Sales | ||
4 | 95925 | Tax | Purchases | ||
5 | 95925 | Tax | Purchases | ||
6 | 95950 | Tax | admin | ||
7 | 95950 | Tax | Admin | ||
Sheet1 |
This is what it should look like after running Macro
Book1 | |||||
---|---|---|---|---|---|
G | H | I | |||
1 | 95915 | Sales | Sales | ||
2 | 95915 | Sales | Sales | ||
3 | 95915 | Sales | Sales | ||
4 | 95925 | Purchases | Purchases | ||
5 | 95925 | Purchases | Purchases | ||
6 | 95950 | admin | admin | ||
7 | 95950 | Admin | Admin | ||
8 | |||||
Sheet1 |
Your assistance is most appreciated