I have a formula like this:
=LOOKUP(2,1/((Number=$A4)*(Wells=D$3)),Cum_Oil)
What I am trying to do is put a data Validation in cell A1 with a drop down box of several Named Ranges ie Cum_Gas, Cum_Water and others. Can I change the "Cum_Oil" in the formula to where the Validation is so that the lookup formulae will grab data from another Range say "Cum_Gas"?
=LOOKUP(2,1/((Number=$A4)*(Wells=D$3)),Cum_Oil)
What I am trying to do is put a data Validation in cell A1 with a drop down box of several Named Ranges ie Cum_Gas, Cum_Water and others. Can I change the "Cum_Oil" in the formula to where the Validation is so that the lookup formulae will grab data from another Range say "Cum_Gas"?