#1   Report Post  
Bob in Granger
 
Posts: n/a
Default floating counts

My spread sheet has several colums using COUNTA. For example:
=COUNTA(A3:A105). Each week I might insert 30 or more rows that I want
included in the count. Is there an expression in the COUNTA formula that I
can use to "float" the formulas to a row just below the last row containing
data so I do not have to modify the ending row number (A105 in this example)
when new rows are inserted?

Bob
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

Assuming your formula will be in A106 to start and you always want to start
with the 3rd row:

=COUNTA(OFFSET(A106,-ROW()+3,0,ROW()-3,1))


"Bob in Granger" wrote:

My spread sheet has several colums using COUNTA. For example:
=COUNTA(A3:A105). Each week I might insert 30 or more rows that I want
included in the count. Is there an expression in the COUNTA formula that I
can use to "float" the formulas to a row just below the last row containing
data so I do not have to modify the ending row number (A105 in this example)
when new rows are inserted?

Bob

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
Floating command button Pat Excel Discussion (Misc queries) 4 April 7th 06 01:28 PM
excel should have a floating "custom view" toolbar pablo Excel Worksheet Functions 2 July 4th 05 08:31 PM
Missing floating Macro Toolbar. Can't change to relative referenc GLovell Excel Discussion (Misc queries) 1 June 16th 05 11:52 PM
Can you have floating picture preview when using hyperlinks (Exce. Keith Excel Discussion (Misc queries) 1 April 21st 05 10:13 PM
Floating Bar chart with multiple series OpsMike Charts and Charting in Excel 1 April 15th 05 12:29 AM


All times are GMT +1. The time now is 10:57 PM.

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

About Us

"It's about Microsoft Excel"