HI
Having an issue with this function. Im trying to return a certain accounting code of which the index is going to look up. but it only needs to run if the Shopify ID is blank.
IF shopify id is blank perform index match function, if not blank return a value
I keep getting unparseable errors
=IF(ISBLANK([Shopify ID]@row), (INDEX({Client Delivery Database v2 Range 1}), MATCH([Customer Input]@row, {Client Delivery Database v2 Range 2}, 0), "207")
What am I doing wrong
Cheers
Chris