Hello,
I am trying to do something that is likely very simple for someone, but I keep hitting an #UNPARTSEABLE error!
In Sheet Summary, I am trying to pull a value from a cell if the date of the row matches today's date; else key "Not Available".
Here is the formula I am using:
=IF([Date]:[Date]@row = TODAY(), [Overall Census]:[Overall Census]@row, "N/A")
Any help?