Using Count if - Gives correct value but when data changes the result does not?

bpulford

New Member
Joined
May 7, 2015
Messages
8
Hi I am using the following formula to count the number of suppliers by post code off a coverage sheet :

=COUNTIF(DetailPostCode!C:C,"All")

=COUNTIF(DetailPostCode!C:C,"AB")

etc

The data is stored as a table so I am able to apply search parameters but when I change the parameters I need the formulas to recalculate. What am I doing wrong? I have tried Calculate Now and Calculate Sheet. But nothing.

Any advice welcomed, thanks.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Found a solution:

=SUMPRODUCT(SUBTOTAL(3,OFFSET($C$2,ROW($C$2:$C$20000)-ROW($C$2),,1)),--($C$2:$C$20000="All"))

or =SUMPRODUCT(SUBTOTAL(3,OFFSET($C$2,ROW($C$2:$C$20000)-ROW($C$2),,1)),--($C$2:$C$20000="AB"))
 
Upvote 0

Forum statistics

Threads
1,223,229
Messages
6,170,881
Members
452,364
Latest member
springate

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