Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / January 2008

Tip: Looking for answers? Try searching our database.

reference first cell in a named range

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Robert H - 14 Jan 2008 18:15 GMT
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.
Roger Govier - 14 Jan 2008 18:28 GMT
Hi
Not sure if I understand what you are after.

To refer to the first cell in a named range
=INDEX(Dates,1)

You could use $B$11-INDEX(Dates,1) or
=INDEX(Dates,4)-INDEX(Dates,1)

Signature

Regards
Roger Govier

> I am using the offset function, in the following formula:
> =OFFSET($B$7,,COUNTA(Dates))
[quoted text clipped - 6 lines]
> Is this possible? Ive tried a few things which resulted in errors or
> no data.
T. Valko - 14 Jan 2008 18:59 GMT
Just substitute Roger's formula for $B$7

=OFFSET(INDEX(dates,1),,COUNTA(dates))

Signature

Biff
Microsoft Excel MVP

> Hi
> Not sure if I understand what you are after.
[quoted text clipped - 15 lines]
>> Is this possible? Ive tried a few things which resulted in errors or
>> no data.
Robert H - 14 Jan 2008 19:53 GMT
Thats perfect, I knew it wasn't as hard as I was making it.
Thanks to you both

> =OFFSET(INDEX(dates,1),,COUNTA(dates))
>
> --
> Biff
> Microsoft Excel MVP
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.