Isblank and Sumproduct

Ody

Board Regular
Joined
Oct 14, 2010
Messages
215
hello all,

i have a quick question.

I'm trying to get isblank to work nested inside a sumproduct formula and despite my efforts I'm failing. I could have sworn I got it to work the other day but now cant replicate my results.

here is my formula:
SUMPRODUCT((A2:A4="joe")*(B2:B4="yy")*(C2:C4)*(isblank(D2:D4))

I would expect the result to be 2 instead of 3 because I don't want it to count the record with a date. What am I missing? Thanks for any help!


Here is a sample table

name
type
credit
date
joe
xx
1
joe
yy
1
1/1/2010
joe
yy
1
joe
yy
1

<tbody>
</tbody>
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Thanks for the input!

I was also able to get the same result with this f(x):

SUMPRODUCT((A2:A4="joe")*(B2:B4="yy")*(C2:C4)*(isblank(D2:D4<>""))
 
Upvote 0

Forum statistics

Threads
1,203,379
Messages
6,055,096
Members
444,761
Latest member
lneuberger

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top