smide
Board Regular
- Joined
- Dec 20, 2015
- Messages
- 164
- Office Version
- 2016
- Platform
- Windows
Hello.
In column A (A1:A200) I have a cities, in column B shipping costs and in column C there is a 'mark' (letter "A") or a blank cell.
I need to extract values for each city only if there is a mark in that row (row with letter A in column C).
Column E is already populated with all cities (from column A) and results for each city should be placed in corresponding row(s) (from column F to column Z).
example.
In column A (A1:A200) I have a cities, in column B shipping costs and in column C there is a 'mark' (letter "A") or a blank cell.
I need to extract values for each city only if there is a mark in that row (row with letter A in column C).
Column E is already populated with all cities (from column A) and results for each city should be placed in corresponding row(s) (from column F to column Z).
example.
A | B | C | D | E | F | G | |
1 | Toronto | 45 | A | Toronto | 45 | 33 | |
2 | Melbourne | 12 | Melbourne | 76 | 44 | ||
3 | Melbourne | 76 | A | Vienna | 96 | ||
4 | Vienna | 18 | |||||
5 | Toronto | 9 | |||||
6 | Melbourne | 44 | A | ||||
7 | Vienna | 96 | A | ||||
8 | Toronto | 33 | A | ||||
9 | Vienna | 106 |