slugby
2007-07-16 22:23:57 UTC
=COUNTA(E3:E25)
Now if I add an entry at row 26 (which is currently completely empty), I'd like this formula to then say:
=COUNTA(E3:E26)
without having to change it myself. Likewise I have a sum:
=SUM(C3:D25)
If I add information on row 26, I'd like this sum to recognize it somehow and update the D25 to D26. Any guidance or tips appreciated!