Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've figured out how to use CountA to add up the non-blank cells in a column.
It works fine when I insert a cell anywhere in the middle of the cells I am already counting, but not if I insert it at the very top or very bottom. Is there any way to make the formula extend itself to allow for this? Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What formula are you using specifically??
"Mac1" wrote: I've figured out how to use CountA to add up the non-blank cells in a column. It works fine when I insert a cell anywhere in the middle of the cells I am already counting, but not if I insert it at the very top or very bottom. Is there any way to make the formula extend itself to allow for this? Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I currently have:
=COUNTA(D8:D28) When I add cells in the middle it expands itself to become D8:D29 etc but that's the best I can do! "Ceptor55" wrote: What formula are you using specifically?? "Mac1" wrote: I've figured out how to use CountA to add up the non-blank cells in a column. It works fine when I insert a cell anywhere in the middle of the cells I am already counting, but not if I insert it at the very top or very bottom. Is there any way to make the formula extend itself to allow for this? Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTA($D$8:OFFSET($D$8,,,COUNTA($D:$D)-COUNTA($D$1:$D$7),1))
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Mac1" wrote in message ... I currently have: =COUNTA(D8:D28) When I add cells in the middle it expands itself to become D8:D29 etc but that's the best I can do! "Ceptor55" wrote: What formula are you using specifically?? "Mac1" wrote: I've figured out how to use CountA to add up the non-blank cells in a column. It works fine when I insert a cell anywhere in the middle of the cells I am already counting, but not if I insert it at the very top or very bottom. Is there any way to make the formula extend itself to allow for this? Thanks. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you,
This seems to give me the total number of filled cells in the whole column, except cells D1-D7. Is there a way to make it give me only the total number of cells between D8 and D28, but also allowing me to insert the cells at the top or bottom? "Bob Phillips" wrote: =COUNTA($D$8:OFFSET($D$8,,,COUNTA($D:$D)-COUNTA($D$1:$D$7),1)) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Mac1" wrote in message ... I currently have: =COUNTA(D8:D28) When I add cells in the middle it expands itself to become D8:D29 etc but that's the best I can do! "Ceptor55" wrote: What formula are you using specifically?? "Mac1" wrote: I've figured out how to use CountA to add up the non-blank cells in a column. It works fine when I insert a cell anywhere in the middle of the cells I am already counting, but not if I insert it at the very top or very bottom. Is there any way to make the formula extend itself to allow for this? Thanks. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am sure I can if you can tell me how we know that say D29 is an inserted
cell, not one that had data originally. In other words, how do we know where you want to stop counting? -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Mac1" wrote in message ... Thank you, This seems to give me the total number of filled cells in the whole column, except cells D1-D7. Is there a way to make it give me only the total number of cells between D8 and D28, but also allowing me to insert the cells at the top or bottom? "Bob Phillips" wrote: =COUNTA($D$8:OFFSET($D$8,,,COUNTA($D:$D)-COUNTA($D$1:$D$7),1)) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Mac1" wrote in message ... I currently have: =COUNTA(D8:D28) When I add cells in the middle it expands itself to become D8:D29 etc but that's the best I can do! "Ceptor55" wrote: What formula are you using specifically?? "Mac1" wrote: I've figured out how to use CountA to add up the non-blank cells in a column. It works fine when I insert a cell anywhere in the middle of the cells I am already counting, but not if I insert it at the very top or very bottom. Is there any way to make the formula extend itself to allow for this? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table COUNTA SUM of Unhidden cells only | Excel Worksheet Functions | |||
COUNTA ----- FORMULA WILL NOT COUNT NON BLANK CELLS | Excel Discussion (Misc queries) | |||
the countA function is counting everything even empty cells | Excel Worksheet Functions | |||
Problems copying cells using offset and counta | Excel Discussion (Misc queries) | |||
COUNTA Function not working =COUNTA(C3:C69,"NH") | Excel Worksheet Functions |