Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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) -- Regards Roger Govier "Robert H" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just substitute Roger's formula for $B$7
=OFFSET(INDEX(dates,1),,COUNTA(dates)) -- Biff Microsoft Excel MVP "Roger Govier" <roger@technology4unospamdotcodotuk wrote in message ... 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) -- Regards Roger Govier "Robert H" wrote in message ... 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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thats perfect, I knew it wasn't as hard as I was making it.
Thanks to you both On Jan 14, 1:59 pm, "T. Valko" wrote: =OFFSET(INDEX(dates,1),,COUNTA(dates)) -- Biff Microsoft Excel MVP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatic range - named range give me circular reference... | Excel Discussion (Misc queries) | |||
HOW TO EXTRACT CELL REFERENCE AS TEXT FROM NAMED RANGE | Excel Worksheet Functions | |||
Named Range reference via single Cell | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
named range, offset self-reference | Excel Discussion (Misc queries) |