Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Member
 
Posts: 70
Default Dynamic Ranges Adding Extra Row

I'm trying to set up dynamic ranges (with mixed text/numeric data) using the following base formula:

=OFFSET($A$1,0,0,COUNTA($A:$A),1)

I have a header in the first row, so I want to start my range an A2. When I change the first reference to $A$2; however, the range goes one more row than it needs to. I've also tried to set the row offset to 1 and it still adds the extra row. Does anyone have any suggestions? Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Dynamic Ranges Adding Extra Row

Hi Keri,

Am Thu, 16 May 2013 18:16:30 +0100 schrieb KeriM:

I'm trying to set up dynamic ranges (with mixed text/numeric data) using
the following base formula:

=OFFSET($A$1,0,0,COUNTA($A:$A),1)


try:
=OFFSET($A$1,1,,COUNTA($A:$A)-1)


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Member
 
Posts: 70
Default

Quote:
Originally Posted by Claus Busch View Post
try:
=OFFSET($A$1,1,,COUNTA($A:$A)-1)
Thank you! That solved it! :)
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
Adding extra criteria EVH5150 Excel Worksheet Functions 4 March 10th 09 04:10 PM
Adding extra data to a chart Tracey Charts and Charting in Excel 1 June 9th 08 10:58 PM
Adding an extra row after every existing row Josh W Excel Discussion (Misc queries) 10 April 14th 08 09:56 PM
Adding and removing extra pages Marcus Feldmore Excel Programming 0 January 21st 08 04:02 PM
Extra ranges cottage6 Excel Programming 3 February 21st 05 04:40 PM


All times are GMT +1. The time now is 10:57 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"