I want to sum data in a column of numbers by selecting only those data that correspond to a given month. My formula looks like this -
=SUMIF($D$2:$D$50,isnumber,$E2:$E50)
D2:D50 is the column containing a numeric value corresponding to the month a particular event of interest occurred. The cells in that column will contain either that numeric value or they will be blank.
E2:E50 is the column of data from which I want to select for calculating the sum.
Obviously, the "isnumber" is generating a #Name error. How to I correctly specify that criterion for this function?
Bookmarks