Hello, any tips for using OR for multiple criterion ranges? The formula below outputs #INVALID DATA TYPE.
=INDEX(COLLECT({Task Name}, {Details}, <>"", OR({X Budget}, {Y Budget}), <>""), [Expense #]@row)
The goal is to only pull tasks into the new sheet that have a value for either budget type (X, Y).