lauriebizz
Technical User
I have a simple spread sheet that lists reqirement number (D) and a testing status (C:C) (No Run, Passed, Completed). I need a fomula that returns the Requirement Number with the status of the lowest status. I created the string below to assign a numeric value to the status.
=IF(C119="No Run",2,IF(C119="Passed",0,IF(C119="Failed",4,IF(C119="Not Completed",1,IF(C119="Blocked",3)))))
I've created a pivot table against the data to return the Max of the numeric value, but it doesn't work as anticipated.
Any suggestions?
Thanks!
Laurie
=IF(C119="No Run",2,IF(C119="Passed",0,IF(C119="Failed",4,IF(C119="Not Completed",1,IF(C119="Blocked",3)))))
I've created a pivot table against the data to return the Max of the numeric value, but it doesn't work as anticipated.
Any suggestions?
Thanks!
Laurie