All,
I have the following forumula:
=IFERROR(INDEX(COLLECT({INDEX Rebate}, {MATCH Prod Name}, [Product Name]@row, {Report}, @cell = 1), 1), "No Rebate")
I want to add an additional check, so that if the matched cell in the {INDEX Rebate}
reference range is blank, the output of the forumla is also "No Rebate".
All my attempts end in #INVALID REF or #UNPARSABLE errors.
Even when I ask the AI assistant to rewrite the forumla, I get an #INCORRECT ARGUMENT SET error when placed in my sheet.
Any assistance will be greatly appreciated, I've been banging my head against this wall for a while now.