Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default circular reference when using dynamic rage

I need a total of the column in the first row of it (i.e A1 for column A)
The data begings in cell A3.
This is what I have
=OFFSET(Sheet1!$A$3,0,0,COUNT(Sheet1!$A:$A),1)
it returns ) and the circular reference dialog box.
Any know fix?
Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default circular reference when using dynamic rage

Change the COUNT part to

COUNT(Sheet1!$A$2:$A$65536)-1
--
HTH,
Barb Reinhardt



"LuisE" wrote:

I need a total of the column in the first row of it (i.e A1 for column A)
The data begings in cell A3.
This is what I have
=OFFSET(Sheet1!$A$3,0,0,COUNT(Sheet1!$A:$A),1)
it returns ) and the circular reference dialog box.
Any know fix?
Thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default circular reference when using dynamic rage

Thanks a lot

"Barb Reinhardt" wrote:

Change the COUNT part to

COUNT(Sheet1!$A$2:$A$65536)-1
--
HTH,
Barb Reinhardt



"LuisE" wrote:

I need a total of the column in the first row of it (i.e A1 for column A)
The data begings in cell A3.
This is what I have
=OFFSET(Sheet1!$A$3,0,0,COUNT(Sheet1!$A:$A),1)
it returns ) and the circular reference dialog box.
Any know fix?
Thanks in advance

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Rage - Drill down Jennifer Excel Worksheet Functions 3 December 18th 08 12:22 PM
Circular Reference - Why? Alan Smith Excel Discussion (Misc queries) 7 January 3rd 08 04:24 PM
Circular Reference Barb Reinhardt Excel Discussion (Misc queries) 0 January 8th 07 05:36 PM
Circular Reference Tom Ogilvy Excel Programming 0 August 4th 04 06:50 PM
Circular reference Chee-wooi Ten Excel Programming 2 August 13th 03 03:20 PM


All times are GMT +1. The time now is 06:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"