Hello!
I'm super familiar with the INDEX(MATCH) function to copy information from a cell in another sheet based on a unique identifier.
But I'm struggling to figure out a cross sheet formula to return a date IF a certain drop down item is selected.
Here is what I am looking to do:
I have a Unique ID column to Match, I want to Index the Submission Date column IF the Action Category column is 'Reg Docs'.
Here is my attempt:
=IFERROR(INDEX((IF({Action Category} = "Reg Docs", 1, 0)), {Submission Date}), MATCH([Unique ID]@row, {Unique ID}, 0)), "")
^^^ This is Unparseable - can anyone help me make this work?
Thank you!
Meredith