Hi team!
I'm trying to create a summary report that counts across 2 columns with various criterion the return a count.
Column 1 (Current status): drop down options - No impact; 75% capacity available; 50% capacity available; 25% capacity available; 0% available
Column 2 (Risk to Company): drop down options - Low risk; Med risk; High risk
So I need a formula that counts Med risk & High risk (column 2) plus has a current status (column 1) of "No impacts".
I can figure out the other counts after that first "status" is calculated.
I struggle with combining COUNTIFS with AND/OR functions.
Any help would be greatly appreciated.