Hello!
I am trying to write logic for determine the number of items with a due date of tomorrow. Right now, I am using the following formula :
=SUMIFS(Data!AJ:AJ,Data!Z:Z,"Future Due",Data!Y:Y,Data!$AL$1+1)
where column AJ is just a count of 1, Z indicates if the due date is in the future, Y is...