Help with countifs statement if that's what I should be using???

russellday

New Member
Joined
Apr 30, 2015
Messages
24
[COLOR=rgba(0, 0, 0, 0.9)]Help with countifs statement if that's what I should be using???=COUNTIFS(Bramshaw!C3:N3,I1,Lulworth!C3:N3,I1)for Bramshaw the number relating to I1 is 3 and Lulworth I1 is 1.When I enter the formula i get an answer of 1 rather than 4? Am I using the correct formula to add them together? [/COLOR]hashtag#help[COLOR=rgba(0, 0, 0, 0.9)] [/COLOR]hashtag#formula
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Am I using the correct formula to add them together?

No - I don't think so, you would need to do something more like this:

=COUNTIFS(Bramshaw!C3:N3,I1)+COUNTIFS(Lulworth!C3:N3,I1)
 
Upvote 0
What you've defined is a COUNTIFS where ALL the conditions are true.
FormR's reply has defined an OR where at least one of the conditions are true.
But as you haven't defined what you're counting for it's impossible to say.
 
Upvote 0

Forum statistics

Threads
1,215,972
Messages
6,128,015
Members
449,414
Latest member
sameri

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