Hi there:
In my worksheet, the rows keep on shifting, so everytime, I need to change the row # in my formula.
I learnt that dynamic ranges can do the trick; I actually posted something a few weeks back, but I don't understand it still and it's not working for me. I have looked at the couple of the posts on this forum and still don't understand it.
My formulas include columns N, X, T, R & W.
An example of one of the formulas is:
=SUMPRODUCT(('All Data'!$R$2:$R$800="save")*('All Data'!$W$2:$W$800<=20))
so for instance, my new data could have 900 rows, then I have to change the 800 to 900.
Can you tell me exactly, how I could solve my problem with the columns I gave you above. I know that I need to use an offset formula or something like this:
Here is the offset formula I found in: faq68-1331
CODE
=OFFSET(INDIRECT("Sheet1!$A$2"),0,0,CountA(Sheet1!$A:$A)-1,1)
where Sheet1 for me is All Data.
Do I need an offset formula for each of the columns or just for 1 column (column A) and it would take care of the other columns? Row 1 is my heading.
Please please help me.
Thanks.
SharonMee
In my worksheet, the rows keep on shifting, so everytime, I need to change the row # in my formula.
I learnt that dynamic ranges can do the trick; I actually posted something a few weeks back, but I don't understand it still and it's not working for me. I have looked at the couple of the posts on this forum and still don't understand it.
My formulas include columns N, X, T, R & W.
An example of one of the formulas is:
=SUMPRODUCT(('All Data'!$R$2:$R$800="save")*('All Data'!$W$2:$W$800<=20))
so for instance, my new data could have 900 rows, then I have to change the 800 to 900.
Can you tell me exactly, how I could solve my problem with the columns I gave you above. I know that I need to use an offset formula or something like this:
Here is the offset formula I found in: faq68-1331
CODE
=OFFSET(INDIRECT("Sheet1!$A$2"),0,0,CountA(Sheet1!$A:$A)-1,1)
where Sheet1 for me is All Data.
Do I need an offset formula for each of the columns or just for 1 column (column A) and it would take care of the other columns? Row 1 is my heading.
Please please help me.
Thanks.
SharonMee