Cell reference in formula

G

Guest

I am trying to put in a cell reference into a a countif formula. As
referenced below, I would like to insert the formula from D37 into the
formula in E37. As the formula in D37 equals 37, I am trying to paste this
formula over the number "37" in cell E37. However, this isn't working. Any
help would be appreciated.

E37: =ROUND(1/COUNTIF($C$37:$C$58,C37),2) equals 0.5
D37: =MATCH(B37,$B$1:$B$2259,0) = 37
 
R

RagDyer

Try this:

=ROUND(1/COUNTIF($C$37:$C$58,INDIRECT("C"&D37)),2)

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 

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