Hello,
I have 2 sheets:
Sheet 1: list of videos
Sheet 2: list of products
I want to put a check in the cell for all rows on sheet two where the Title, Edition, and Author match from sheet 1. Here's the formula I am attempting to use:
=IF(Title@row = INDEX({Titles with FX Product Videos Title}, MATCH(Edition@row, {PDP Video List_2023_Completed-Edition}, MATCH(Author@row, {PDP Video List_2023_Completed-Author}, 0) >= 1, 1, 0)))
I am getting an incorrect argument set error message and cannot figure out why. Any help is appreciated.