smartkrips
New Member
- Joined
- Aug 20, 2013
- Messages
- 20
Hello All,
I am looking for a formula that will add all numbers from the cell just above it, till the blank cell comes.
I have tried to find if this was already asked or if answer is available and what I got is as below:
Formula: To add all numbers till blank cell comes... but this is for downward calculation...
=SUM(A1:INDEX(A:A,MATCH(TRUE,INDEX(A1:A1000="",0),0)))
Next, for upward, there was an answer to use AutoSum... but then i can't use it as copy paste to another cell and expect it to behave same way... Because, if i use it as copy paste, then it will take same no. cells into consideration that we have in the source.
2nd: if there are 5 continuous rows where numbers are there, and if i add any new row in between it does not re-calculate even if one blank row is added.
Let me know if my question is not clear and you need more information to help me.
Rgds,
KK
I am looking for a formula that will add all numbers from the cell just above it, till the blank cell comes.
I have tried to find if this was already asked or if answer is available and what I got is as below:
Formula: To add all numbers till blank cell comes... but this is for downward calculation...
=SUM(A1:INDEX(A:A,MATCH(TRUE,INDEX(A1:A1000="",0),0)))
Next, for upward, there was an answer to use AutoSum... but then i can't use it as copy paste to another cell and expect it to behave same way... Because, if i use it as copy paste, then it will take same no. cells into consideration that we have in the source.
2nd: if there are 5 continuous rows where numbers are there, and if i add any new row in between it does not re-calculate even if one blank row is added.
Let me know if my question is not clear and you need more information to help me.
Rgds,
KK