OK, so this is my problem. I need to be able to add up the values in column C if the values in column A meet two criteria which are driven by values in column B. Below is one formula I was trying to use but I get an #VALUE!. Column E has the actual result that I’m hoping to get from the formula. Any ideas on how to do this? File is attached.
{=SUM(IF(AND(A:A>B17-365,A:A<B18-365),C:C,"-"))}
Bookmarks