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

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
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,792
Messages
6,121,612
Members
449,039
Latest member
Mbone Mathonsi

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