Hello Community,
I have a portfolio summary sheet with two columns, one configured as a date column, the other as a drop down. Date completed and Status respectively.
I want to count items from these columns that meet a specific date and status criteria and from a portfolio dashboard metrics sheet I have tried two formula combinations and they both work, then they stop working and throw an "incorrect argument error". They appear to work for awhile, then stop. If I open the dashboard metrics sheet the error may disappear and the correct calculations reappear. I read other threads that state the column type must be the same, which doesn't make much sense to me based on the formula definition. The ranges should be the same based on how I slected them via the interface.
I am a formula newbie and I assume there is a trick to solve this issue. Thanks in advance for your assitance.
Formulas I have tried:
=COUNTIFS({Portfolio Summary - Status}, "Complete", {Portfolio Summary Date Completed}, >DATE(2024, 9, 29))
=COUNTIFS({Portfolio Summary - Status}, "Canceled", {Portfolio Summary Date Completed}, >"9/30/24")
Regards,
Josh