Good day!
I have a list of tests for my team to take, and would like the end column to reflect the name of each test they have passed.
This is what I have tried and cannot seem to get it to work.
=IF(AND(OR([DTX Tier 1 Mastery - Score]@row >= 0.9, "DTX Tier 1"),(OR([DTX Tier 2 Mastery - Score]@row >= 0.9, "DTX Tier 2"),(OR([eTrans Mastery - Score]@row >= 0.9, "eTrans"),(OR([eCentral Mastery - Score]@row >= 0.9, "eCentral"), "")))))
I have tested each individually, I just cannot get them to work as a whole.