Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9831

Matching multiple criteria efficiently in Google Sheets

$
0
0

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.

enter image description here

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")))))))

Viewing all articles
Browse latest Browse all 9831

Latest Images

Trending Articles



Latest Images