Hi,
I have some data that looks something like this:
Basically I want to write a formula that finds all the occurances of 'Apple' within B1:D5 and then returns the corresponding date from column A . So the results would output like this:
If it was looking for 'Mango' it would ideally return this (only reading each row once, thereby not duplicating the date):
I believe this is an array formula I need, but I just cannot work out how to get it to work. TIA!
I have some data that looks something like this:
5/9/23 | Apple | Banana | Banana |
6/9/23 | Banana | Grape | Grape |
7/9/23 | Orange | Apple | Watermelon |
8/9/23 | Grape | Banana | Mango |
9/9/23 | Mango | Mango | Apple |
Basically I want to write a formula that finds all the occurances of 'Apple' within B1:D5 and then returns the corresponding date from column A . So the results would output like this:
5/9/23 |
7/9/23 |
9/9/23 |
If it was looking for 'Mango' it would ideally return this (only reading each row once, thereby not duplicating the date):
8/9/23 |
9/9/23 |
I believe this is an array formula I need, but I just cannot work out how to get it to work. TIA!