Have tried numerous options to accomplish the following task without success
- lookup a recipe in a column in the recipebook and sum all the non blank cells in that row if the corresponding individual column header (ingredients) meets certain criteria (halal, from australia etc)?
i have tried this previously and cannot get it to work
IF(SUM(MMULT(IF(ingredientslist=IF(OFFSET(ingredientsrow,MATCH(recipe,recipelist,0),0)<>"",ingredientsrow),1,0),ROW(ingredientslist)^0)*IF(origincolumn="Australia",1,0))=COUNTA(OFFSET(ingredientsrow,MATCH(thisrecipe,recipelist,0),0)),"Yes","No")
Would appreciate any suggestions.
Thank you
Bookmarks