View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default Excel Dynamic Named Ranges in multiple columns

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