I'm trying to come up with a formula to calculate # of days passed from a range of cells... Example: Cells D125:AD125 contain 2 dates; 11/20/2012 (in D125) and 1/3/2013 (in M125). I want to automatically calculate the age of each and count them to display how many are <30 days, how many are 30-59 days, how many are 60-89 days, etc. (I do have a column for each age range; so column AF is <30, AG is 30-59, etc.) I've tried COUNT, COUNTIF, DAYS360, etc... Can't seem to get it right. Any suggestions would be greatly appreicated! Thanks!