Harry0
Member
I know index can do it but wouldn't that being used over 1000 times with long references be safe?
What is a safe limit of how many formulas a page can use or does it depend on the power of the pc?
countif(A2:"a"&b1,1) (this does not work but would like it to work)
can I reference for example b1 which has a value of 600
It can be done with index if i say countif(a2:INDEX(a3:a1000000,b1),1) but to have 1million rows can it handle it when a formula like this is done 1000 times on the page?
In short I want to use the number in b1 for example to state how far down A should go.
is it possible to not be volatile if you do find a way?
also without vba
and can that be used over 1000 times in a page?
Thanks
What is a safe limit of how many formulas a page can use or does it depend on the power of the pc?
countif(A2:"a"&b1,1) (this does not work but would like it to work)
can I reference for example b1 which has a value of 600
It can be done with index if i say countif(a2:INDEX(a3:a1000000,b1),1) but to have 1million rows can it handle it when a formula like this is done 1000 times on the page?
In short I want to use the number in b1 for example to state how far down A should go.
is it possible to not be volatile if you do find a way?
also without vba
and can that be used over 1000 times in a page?
Thanks
Last edited: