Oct 03 2023 07:22 AM
Hi,
I have one table with two different variables, the second variable is split into 4 sub columns
I have two data validation cells that I have set up to look at the first column and then the sub columns
What formula would I use to return a number from the table based on those two variables?
Oct 03 2023 08:02 AM
Solution
=INDEX(Number_Range, MATCH(Pond_Site_Value, Pond_Site_Range, 0), MATCH(HSG_Value, HSG_Range, 0))
Oct 03 2023 09:53 AM