I'm trying to create a countif formula on a range of data. I have 4 ranges that I would like to look at. If the age of a certain order is <30 days, 30-59 days, 60-89 days, or greater than 90 days. I would like to create a countif statement that adds the number of orders that fall in each of the ranges and return that count.
Here is what I have right now.
=COUNTIF('Open Sales Orders'!AH2:AH484,"<"&30)