Hi,
I have some data that looks like this:
So, I am currently using this formula: =UNIQUE(TOCOL(IF(ISNUMBER(SEARCH(" "&"Apple"&" "," "&B1:D5&" ")),A1:A5,1/0),2)) it finds the search word and it returns the 3 dates where Apple appears. Is it possible to get it to also look at the 'x2' or 'x3' within the cell and give the date that many times. So for example if searching for 'Apple' in this table it would return:
5/9/23
7/9/23
7/9/23
9/9/23
9/9/23
9/9/23
Thanks in advance!
I have some data that looks like this:
5/9/23 | Apple | Banana | Banana and Grape |
6/9/23 | Banana | Grape | Grape |
7/9/23 | Orange | Apple x2 | Watermelon |
8/9/23 | Grape | Banana | Mango |
9/9/23 | Mango | Mango | Apple x3 |
So, I am currently using this formula: =UNIQUE(TOCOL(IF(ISNUMBER(SEARCH(" "&"Apple"&" "," "&B1:D5&" ")),A1:A5,1/0),2)) it finds the search word and it returns the 3 dates where Apple appears. Is it possible to get it to also look at the 'x2' or 'x3' within the cell and give the date that many times. So for example if searching for 'Apple' in this table it would return:
5/9/23
7/9/23
7/9/23
9/9/23
9/9/23
9/9/23
Thanks in advance!