View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lightspeed Lightspeed is offline
external usenet poster
 
Posts: 1
Default multidimensional lookup?

I would like to know if it is possible to return a value
by specifying how far away (in rows and columns) the
result is from the lookup_value. For example, I would
like to look up today's date from a column list, and then
return the value that is one column over and 2 rows down.
Please let me know if this is even possible.