C
Carl Imthurn
Hi folks --
I haven't been able to figure out the SUMIF syntax for my problem, so
it's time to swallow my pride and get some help . . .
I have dollar amounts in cells D2 through D38.
I have either the letter C or the letter D or some other value in cells
E2 through E38
Here's what I want to do:
Sum cells D2 through D38 into D39
IF AND ONLY IF
the corresponding cell in column E does *not* have a C or a D in it
Here's what I've come up with so far for the formula in cell D39:
=SUMIF(E2:E38,NOT(OR('C','D')),D2
38)
but it returns 0 every time.
Any help will be very much appreciated - thanks in advance.
Carl
I haven't been able to figure out the SUMIF syntax for my problem, so
it's time to swallow my pride and get some help . . .
I have dollar amounts in cells D2 through D38.
I have either the letter C or the letter D or some other value in cells
E2 through E38
Here's what I want to do:
Sum cells D2 through D38 into D39
IF AND ONLY IF
the corresponding cell in column E does *not* have a C or a D in it
Here's what I've come up with so far for the formula in cell D39:
=SUMIF(E2:E38,NOT(OR('C','D')),D2
but it returns 0 every time.
Any help will be very much appreciated - thanks in advance.
Carl