Hello,
I have a question that is likely fairly simple, but I can't figure out.
I need to build a formula that will look at one sheet (three separate columns) and return a date in a separate sheet when the three columns match a certain set of requirements.
For the first requirement, I need it to look at sheet two, column one and match data in sheet one, column one.
For the second requirement, I need it to match a specific word that would appear in a column on sheet two.
For the third requirement, I need it to check to see if a date is less than or equal to 90 days in the past.
Here's what I was trying:
=INDEX({Sheet 2 Range 3}, COLLECT({Sheet 2 Range 1}, {Sheet 2 Range 1}, NUID@row, {Sheet 2 Range 2}, {Sheet 2 Range 2}, "ATTENDED", {Sheet 2 Range 3}, {Sheet 2 Range 3}, >=DATE(2022, 9, 14))
Which returns an "Incorrect Argument Set" result.
Any help would be much appreciated!