How do I approach this?

nwilliams92

New Member
Joined
Oct 23, 2019
Messages
3
Hi all,

I’m having some difficulties as to how I should approach this issue. I’m confident with VLOOKUP, COUNTIF etc but just don’t know what combination to use to solve this problem.

Please see the table in the link below first –

[FONT=&quot]https://imgur.com/orj2UIh[/FONT]

I want to be able to calculate the number of ‘Yes’ values that appear in column B that relate to the region in column K. I want have a live update of the completions (yes/no) by each of the regions. Hence, when a 'Yes' is selected in Column B for the East Region the cell O2 will populate with a '1'

Thanks a lot.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
How about a Pivot Table using count for the Yes / No
Otherwise, try looking at SUMPRODUCT
 
Upvote 0
How about a countifs
=COUNTIFS(B:B,"Yes",K:K,O$3)
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,752
Members
448,989
Latest member
mariah3

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