Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet where the formula starts in A4. I have a count function
at the bottom. However, as I enter lines at the top (starting in cell A4 again), I keep losing the formula - it does not include my inserted rows at the top. How do I write my formula to always begin with cell A4? I thought the $ sign would do it but I must not be placing it in the right place. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
$A$4
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Kim Hawk" <Kim wrote in message ... I have a spreadsheet where the formula starts in A4. I have a count function at the bottom. However, as I enter lines at the top (starting in cell A4 again), I keep losing the formula - it does not include my inserted rows at the top. How do I write my formula to always begin with cell A4? I thought the $ sign would do it but I must not be placing it in the right place. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try...
=COUNT(INDEX(A:A,4):A10) Hope this helps! In article , Kim Hawk <Kim wrote: I have a spreadsheet where the formula starts in A4. I have a count function at the bottom. However, as I enter lines at the top (starting in cell A4 again), I keep losing the formula - it does not include my inserted rows at the top. How do I write my formula to always begin with cell A4? I thought the $ sign would do it but I must not be placing it in the right place. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a Count formula | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula for If Term is on Certain Date then Count | Excel Worksheet Functions | |||
More Help Needed with Count formula | Excel Worksheet Functions | |||
Count numbers formed from another formula | Excel Discussion (Misc queries) |