countifs with OR statement

Mattlake

Board Regular
Joined
Apr 9, 2020
Messages
87
Office Version
  1. 2021
Platform
  1. Windows
Hi

I am hoping this is an easy one.

I have a spreadsheet with many fields so need to have a total page.

I need a sum that counts if there is an x in either columns F or H of a sheet called North and South as long as column E of the same sheet contains the text that is in column C on the total page
I can get the formula
Excel Formula:
=COUNTIFS('North and South'!E:E,C5,'North and South'!F:F,"X")
but cannot get column H to work as well

any help would be appreciated

Regards
Matthew
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Try:

Excel Formula:
=COUNTIFS('North and South'!E:E,C5,'North and South'!F:F,"X")+
COUNTIFS('North and South'!E:E,C5,'North and South'!F:F,"<>X",'North and South'!G:G,"X")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,076
Messages
6,122,988
Members
449,093
Latest member
Mr Hughes

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