Create Live Reference

  • Thread starter Thread starter Jacob
  • Start date Start date
J

Jacob

I need to create a cell reference based on the current
value in another cell. For example, if the value in cell
B1 is "C", in another cell I need to create a reference
to "C4". If, however, B1 = "D", I need the reference to
be "D4". Any ideas?

Thanks!
 
Jacob,

Try =if(B1="C",C4,D4)
or try =if(b1="C",C4,if(B1="D",D4,""))

Charlie O'Neill
 

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

Back
Top