Hi!
I have a formula that is working the way I want...
=IFERROR(INDEX(COLLECT({LFH Date}, {LFH Date}, @cell > TODAY(), {LFH Analyst}, Name@row), 1), "")
But when I add another condition, I get #INCORRECT ARGUMENT SET. This is the formula:
=IFERROR(INDEX(COLLECT({LFH Date}, {LFH Date}, @cell > TODAY(), {LFH Analyst}, Name@row, {LFH Location}, CONTAINS("Home", @cell)), 1), "")
Any ideas on what may be the problem?
Thanks!