Austin Lang
Board Regular
- Joined
- Sep 10, 2021
- Messages
- 51
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hello all! I have scoured the forum, but I haven't seen anybody with a similar issue.
I have a table similar to the one below. I am using the two formulas below to return the most recent cleaning done to this particular piece of equipment on a separate tab. The first one returns the date, and the second one returns the time. Is there a way to add to these formulas to exclude that particular cleaning if "Yes" is displayed in column W next to it? In this example, the formulas are returning the information from row 11, but I would like it to be returning row 10 because of the "yes".
=MAXIFS(Sheet1!$R:$R,Sheet1$A:$A,Sheet2!AC44)
=MAXIFS(Sheet1!$T:$T,Sheet1$A:$A, "Fridge 1",Sheet1!$R:$R,AD44)
Thank you in advance!
I have a table similar to the one below. I am using the two formulas below to return the most recent cleaning done to this particular piece of equipment on a separate tab. The first one returns the date, and the second one returns the time. Is there a way to add to these formulas to exclude that particular cleaning if "Yes" is displayed in column W next to it? In this example, the formulas are returning the information from row 11, but I would like it to be returning row 10 because of the "yes".
=MAXIFS(Sheet1!$R:$R,Sheet1$A:$A,Sheet2!AC44)
=MAXIFS(Sheet1!$T:$T,Sheet1$A:$A, "Fridge 1",Sheet1!$R:$R,AD44)
Thank you in advance!