Hi,
I have a cell with 3 criteria, column G (I have no idea why it's written the way it is) and a corresponding number next to it. In cell A to C, I have the description for the 3 criteria. I need the corresponding number in column D(highlighted in yellow):
Appreciate any help on this! Thanks!
I have a cell with 3 criteria, column G (I have no idea why it's written the way it is) and a corresponding number next to it. In cell A to C, I have the description for the 3 criteria. I need the corresponding number in column D(highlighted in yellow):
Book1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | date | Country | Fruit | Quantity | Group | No | |||||
2 | 23/4/2021 | Japan | Peach | 20 | Japan-|-2021-|-Peach -| | 20 | |||||
3 | 15/1/2021 | Japan | Peach | 20 | Japan-|-2022-|-Melon -| | 40 | |||||
4 | 6/7/2022 | Japan | Melon | 40 | Korea-|-2021-|-Melon -| | 15 | |||||
5 | 6/8/2021 | Korea | Melon | 15 | |||||||
6 | 9/7/2021 | Korea | Melom | 15 | |||||||
7 | |||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2 | D2 | =H2 |
D3:D5 | D3 | =H2 |
D6 | D6 | =H4 |
Appreciate any help on this! Thanks!