formula to lookup a value in a range

R

richardmont

Hi. I am trying to find a formula that would lookup the value of a cel
at varying locations in a list. for example =AH3 + 25 to lookup cel
AH28 where the number 25 is taken from a calculation. any suggestion
would be appreciated
 
R

Ron Coderre

Try something like this:

A1: (a number)

B1: =OFFSET(AH3,A1,,,)

Does that help?

Regards,
Ron
 
Top