View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Robert H Robert H is offline
external usenet poster
 
Posts: 113
Default reference first cell in a named range

I am using the offset function, in the following formula:
=OFFSET($B$7,,COUNTA(Dates))
I want to use the Named Range, "Dates" I to establish the reference
cell "$B$7" rather than actuality entering the reference cell, which
seems kind of redundant to me.

Dates = $B$7-$B$11

Is this possible? Ive tried a few things which resulted in errors or
no data.