Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I'm trying to create a Dynamic Named Range with the following formula however when I enter the formula in Name Manager the selection go down up to row 5850. It select 5 times the number on the formula.
Any help please? Thank you. Code:
=OFFSET(dataRaw!$C$1:$G$1170,,,COUNTA(dataRaw!$C$1:$G$1170)) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Am Wed, 19 Jul 2017 03:56:04 +0100 schrieb Act17M: I'm trying to create a Dynamic Named Range with the following formula however when I enter the formula in Name Manager the selection go down up to row 5850. It select 5 times the number on the formula. Any help please? Thank you. Code: -------------------- =OFFSET(dataRaw!$C$1:$G$1170,,,COUNTA(dataRaw!$C$1 :$G$1170)) -------------------- try: =OFFSET(dataRaw!$C$1,,,COUNTA(dataRaw!$C:$C),5) Regards Claus B. -- Windows10 Office 2016 |
#3
![]() |
|||
|
|||
![]()
@Claus Thank you! your formula works perfectly.... that was exactly what I needed.
I'm very glad for the help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple Dynamic Named Ranges across Columns | Excel Programming | |||
How do I set up a Dynamic Named Ranges in Excel 2007 | Excel Discussion (Misc queries) | |||
Using named ranges in dynamic charts (excel 2007) | Excel Worksheet Functions | |||
Dynamic Named Ranges | Charts and Charting in Excel | |||
Dynamic Columns in Named Ranges | Excel Programming |