![]() |
|
|
|
#1
|
||||
|
||||
|
Try, in B2, array-entering this formula:
Code:
=TEXTJOIN(", ",TRUE,IF(MATCH(IF(ISNUMBER(SEARCH(Varieties!$A$2:$A$20,$A2)),Varieties!$B$2:$B$20,""),IF(ISNUMBER(SEARCH(Varieties!$A$2:$A$20,$A2)),Varieties!$B$2:$B$20,""),0)=ROW(Varieties!$A$1:$A$19),IF(ISNUMBER(SEARCH(Varieties!$A$2:$A$20,$A2)),Varieties!$B$2:$B$20,""),""))
Not forgetting to add Rose to the list of Varieties on the Varieties sheet. The simpler array-entered: Code:
=TEXTJOIN(",",TRUE,IF(ISNUMBER(SEARCH(Varieties!$A$2:$A$20,$A2)),Varieties!$B$2:$B$20,""))
I'll leave you to envelop that formula in an IF statement to show Other when none are found. Last edited by p45cal; 01-29-2020 at 04:43 AM. Reason: spelling |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Help with some VBA code Required
|
dmcg9760 | Excel Programming | 9 | 03-01-2016 03:59 PM |
What IF statement required
|
dr4ke | Excel | 8 | 09-01-2011 07:41 AM |
| Formula Help Required | OTPM | Excel | 6 | 08-31-2011 02:58 AM |
Help required with spacing
|
rohanmalhotra | Word VBA | 3 | 08-11-2011 04:06 AM |
| Suggestion required | domex | Word | 0 | 10-06-2010 05:35 AM |