adding cell locations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I add cell locations? For instance, I have gotten cell $A$21 from a lookup function, but I want the next cell down. ie. the lookup gives me $A$21 and I want to get the next cell down from that ($A$22).
 
joe said:
How do I add cell locations? For instance, I have gotten cell $A$21
from a lookup function, but I want the next cell down. ie. the
lookup gives me $A$21 and I want to get the next cell down from that
($A$22).

Hi Joe
try
=OFFSET($A$21,1,0)

Frank
 
Back
Top