Formula for multiple conditions

rizwanulhasan

New Member
Joined
Jan 1, 2022
Messages
16
Office Version
  1. 2021
Platform
  1. Windows
Hi,


In the attached image below, i am trying to enter a formula to make a person Not Available for the below criteria.

The person A should not be available if:


1. The DND status (Sheet2) of person A is Do Not Disturb.

2. The status of person A is pending (Sheet 1).

3. Person A has 2 or more status as Completed.


Can someone guide me with the formula.


Thanks in advance.
 

Attachments

  • Screenshot (778).png
    Screenshot (778).png
    7.8 KB · Views: 3
  • Screenshot (779).png
    Screenshot (779).png
    10.6 KB · Views: 3

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
answered on other forum,

Where is the formula going, I added to Sheet2 B2
=IF(OR(C2="Do Not Disturb", COUNTIFS(Sheet1!$A$2:$A$6,Sheet2!$A2,Sheet1!$B$2:$B$6,"pending")>0,COUNTIFS(Sheet1!$A$2:$A$6,Sheet2!$A2,Sheet1!$B$2:$B$6,"completed")>1),"not Available","Available")
 
Upvote 0
Solution
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Formula for multiple conditions
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,214,785
Messages
6,121,543
Members
449,038
Latest member
Guest1337

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