MarkExcel1

New Member
Joined
Nov 25, 2023
Messages
2
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi

I have a meeting I would like to ensure has all the required specialties in attendance to ensure the meeting is quorate to make decisions.

So for example the meeting must have 2 surgeons, 1 nurse & 1 radiologist in attendance to be quorate (able to function).

To check if each specialty is quorate I use the following formula eg. surgeon formula =IF(D4+E4+F4>=2,"Yes","No")

Can I please check if is there a formula I can use to return "Yes" or "No" in the overall quorate column which returns Yes when all specialties are represented and No if one or more specialties is not quorate.

So for example the meeting on 03/01/2024 is overall quorate as all 3 specialties are present but 01/01/2024 is not because only one specialty is fully quorate.

Any help is much appreciated :)

Mark
 

Attachments

  • Quoracy.jpg
    Quoracy.jpg
    86 KB · Views: 10

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Try and revert

Excel Formula:
=IF(And(G4="Yes",K4="Yes",O4="Yes"),"Yes","No")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,073
Messages
6,128,646
Members
449,462
Latest member
Chislobog

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