contents of cell referenced into formula

D

Dave the Man

I am trying to reference the content of a cell into a formula.
For example:

I type i6 into b2, and i20 into b3.
I then type a formula elsewhere which looks at what is entered into b
and b3, and inserts the contents (ie. i6 and i20) as a range...

I want the formula
=countif(b2:b3,">0")
to actually do
=countif(i6:i20,">0")

but, I want it to reference the contents so that i can change b2 and b
and the formula will automatically adjust and work out the new range.

Can anyone help me with this please? Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top