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...