Count Cells where cell = "specific value" AND the cell 3 columns over = "different specific value"

TracyCurrent4

New Member
Joined
May 20, 2021
Messages
6
Office Version
  1. 365
Platform
  1. Windows
I don't think I'm able to use countifs on the same data. I have a set of data where I need to find names and count if they won (W) a match. The W will always be 1 or 3 columns to the right of the name. Ultimately, count if any cell = (list of names) and the offsetting cell = "W". The names and outcomes repeat over 5 rows and many columns.

This is a snippet of what the sheet looks like:

1639169753058.png
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
With your format where multiple results are spread across the columns you will have to add multiple COUNTIFS results
=Countifs(B:B.A8,E:E,"W")+Countifs(I:I.A8,L:L,"W") etc.
 
Upvote 0
Solution

Forum statistics

Threads
1,214,847
Messages
6,121,911
Members
449,054
Latest member
luca142

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