Sumproduct keeps giving me a problem, how can I formulate to skip blanks/errors

deadlyliquidx

New Member
Joined
Feb 6, 2015
Messages
27
Basically I am working with a spreadsheet with alotta REF!, NA, Texts and blanks within the data array and I dont have the time to manually remove them,
how can I make this formula to ignore all those errors and blanks in the data array without having to manually change data to suit the formula.
=SUMPRODUCT(('2015OTB'!K16:N23)*('2015OTB'!A16:A23=A16)*(ISNUMBER(MATCH(K2:N2,A1:A2,0)))*(ISNUMBER(MATCH(K14:N14,A3:A4,0))))

thanks
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
what does the exclamation sign do? shouldn't it be '<>'???. And I think the syntax for sumproduct is sumproduct(arr1,arr2,arr3,...,). You have '*' in your formula
 
Upvote 0
Basically I am working with a spreadsheet with alotta REF!, NA, Texts and blanks within the data array and I dont have the time to manually remove them,
how can I make this formula to ignore all those errors and blanks in the data array without having to manually change data to suit the formula.
=SUMPRODUCT(('2015OTB'!K16:N23)*('2015OTB'!A16:A23=A16)*(ISNUMBER(MATCH(K2:N2,A1:A2,0)))*(ISNUMBER(MATCH(K14:N14,A3:A4,0))))

thanks

Aren't K2:N2 and K14:N14 ranges in 2015OTB?
 
Upvote 0
oh yes sorry that's my mistake.

Are you the OP? I thought that question should be answered by the OP...

But is the syntax correct? should the '*' be replaced by commas?

No. The references the formula is given to process are not compatible with the comma syntax. The problem the OP has not directly related to syntax though.
 
Upvote 0
Are you the OP? I thought that question should be answered by the OP...



No. The references the formula is given to process are not compatible with the comma syntax. The problem the OP has not directly related to syntax though.

I dunno what you guys are asking but I know the formula works given no blanks, errors are on the sheet. I just need the formula to skip errors you guys
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

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