Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
#3
![]() |
|||
|
|||
![]()
Hi Bob
One way =COUNTA(INDIRECT("A3:A"&COUNTIF($A$3:$A$1000,"<"" "))) -- Regards Roger Govier "Bob in Granger" <Bob in wrote in message ... 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Floating command button | Excel Discussion (Misc queries) | |||
excel should have a floating "custom view" toolbar | Excel Worksheet Functions | |||
Missing floating Macro Toolbar. Can't change to relative referenc | Excel Discussion (Misc queries) | |||
Can you have floating picture preview when using hyperlinks (Exce. | Excel Discussion (Misc queries) | |||
Floating Bar chart with multiple series | Charts and Charting in Excel |