hannaboesch
New Member
- Joined
- Mar 9, 2016
- Messages
- 5
Hello!
I need a formula which will return the number of rows meeting 2 criteria.
My data set: column A has patient names (Last, First); column B has Date of Appointment (mm/dd/yyyy)
How can I return the number of patients (to a dashboard) with last names A-G with appt date <30 days ago?
I also need for 30-45 days ago and 45+ days ago.
I used conditional formatting to highlight overdue dates, but not helpful for counting.
Here's my attempt so far, any suggestions? Would COUNTIF be better? Thank you!
=SUMPRODUCT((Export!A:A,{"a","b","c","D","E","F","G"}&"*"))*((Export!B:B=today()))
I need a formula which will return the number of rows meeting 2 criteria.
My data set: column A has patient names (Last, First); column B has Date of Appointment (mm/dd/yyyy)
How can I return the number of patients (to a dashboard) with last names A-G with appt date <30 days ago?
I also need for 30-45 days ago and 45+ days ago.
I used conditional formatting to highlight overdue dates, but not helpful for counting.
Here's my attempt so far, any suggestions? Would COUNTIF be better? Thank you!
=SUMPRODUCT((Export!A:A,{"a","b","c","D","E","F","G"}&"*"))*((Export!B:B=today()))