Using cell value in range reference

  • Thread starter Thread starter Sandy
  • Start date Start date
S

Sandy

I have a value of 20 in cell A1, how can I use this value in a formula.

E.g. COUNTA("D11:D" & A1) - (I feel it should be similar to this )

Sandy
 
Don, Roger,

Thank you once again; as usual there is never just one way to do these
things, which always makes it very interesting to see the variety of the
solutions.

Sandy
 
Don

This one seems to count from D11:D30, whereas I was looking to count from
D11:D20.
I think it may be offsetting from the 11th row by the value of A1; 20 in my
case.

Sandy
 
Back
Top