For some reason I only get DIV/0 Error when I apply this SUMPRODUCT+COUNTIF

RockandGrohl

Well-known Member
Joined
Aug 1, 2018
Messages
788
Office Version
  1. 2010
Platform
  1. Windows
https://trumpexcel.com/count-unique-values-in-excel-countif/

On this page explains the formula, he states that if you get DIV/0 errors it's because there is a blank value somewhere in the formula which counts it as a "0", which it cannot divide.

The formula is as follows:

=SUMPRODUCT((1/COUNTIF(NAMES,NAMES&””)))


This formula should not be considering blank values and thus it shouldn't matter. For the record, in my spreadsheet it looks more like this:

=SUMPRODUCT((ISTEXT(P3)/COUNTIF(P3:P$195851,P3&””)))

I'm not using named ranges and my SS is nearly 190,000 rows long (it's a biggun!)


Can anyone help? Thanks.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Id imagine its your P3&"". Its likely you copied this formula from a website. The "" need to be straight not slanting.
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,399
Members
448,958
Latest member
Hat4Life

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