so if you replaced all the grid , instead of a THI number you had the name - then it would be easy , as it woul dbe a grid lookup
which can be done in lots of ways - like xlookup / index-match - etc
depending on what version of excel you have
BUT like the colours - the names will be different depending on the same issue
23.5 Temp and RH of 70 = a THI of 72 - and is coloured YELLOW
BUT
24 Temp and RH of 70 - a THI of 72 - BUT this is coloured PINK
otherwise you will need VBA to find the FILL Colour and then lookup the fill colour on the names list
23.5 Temp and RH of 70 = a THI of 72 - and is coloured YELLOW , and MILD STRESS
BUT
24 Temp and RH of 70 - a THI of 72 - BUT this is coloured PINK, and SERVER STRESS
if you had the same table again but instead of THI numbers - you had the words - again easy
others may know a better way to do this - I can only thing of VBA
in fact you could just have a list of numbers and the stress
0 | |
64 | NO STRESS |
68 | MILD STRESS |
72 | SEVER STRESS |
80 | VERY SEVER STRESS |
90 | DEAD COWS |
99 | DEAD COWS |
And use that with a less than lookup
xlookup or index/match
BUT 72 is across the bounday of 2 colours
would you be able to setup a table like that
even easier -
i'm away for a couple of days now - so hopefully another member can help