I'm not quite sure how to word this but will try my best.
Below is a snapshot of a sheet I am working on to determine the global supply of a certain item.
I would like the last column to display it's overall availability for quick viewing.
I'm using the following, probably very overcomplicated formula to acheive this and was wondering if there was a more efficient way to arrive at this same result.
=If(AND(C116= "Extinct", E116 = "Endangered", F116 = "Extinct"), "Endangered", if(AND(C116= "Endangered", E116 = "Extinct", F116 = "Extinct"), "Endangered",If(AND(C116= "Endangered", E116 = "Endangered", F116 = "Extinct"), "Endangered",If(AND(C116 = "Extinct",E116 = "Extinct", F116 = "Extinct"),"Globaly Unavailable",If(AND(C116 = "Good",E116 = "Extinct", F116 ="Extinct"),"Available - Trend", If(AND(C116 = "Extinct",E116 = "Good", F116 = "Extinct"),"Available - Italia grp",IF(AND(C116 = "Extinct", E116 = "Extinct", F116 = "Good"), "Available - Rose", "Available")))))))











