I need a formula expanded to include criteria from a couple additional Columns (within same sheet). For example,
Existing Column "Status Check Identified" formula reads:
=IF(OR(Status@row = "Validated", Status@row = "Completed", Status@row = "Hold", Status@row = "Active"), "YES", "") |
|---|
|
How do I expand this formula to EXCLUDE rows where "TYPE" column is "Cost Avoidance" or "Optimization", AND EXCLUDES any dates from the "Actual IMP Date" column that is prior to (or before) December 1, 2023…?
I apologize if this doesn't make sense (see attachments).?