I need to create a formula that will find the next expense date based off 3 other column categories. The columns and their categories are as follows: Due Date (single date when expense is due), Program ( Men, Women), and Budget Impact (Income, Expense). For this formula I need to find and return the next expense date from today's date that also correlates with the Men category from column Program and the Expense category from the Budget Impact column.
I have tried the following, however, it returns Incorrect Argument
=INDEX(COLLECT([Due Date]:[Due Date], [Due Date]:[Due Date], >TODAY(), Program:Program, "Men", [Budget Impact]:[Budget Impact], "Expense"))
Thank you in advance for your assistance.