How to reference cell?

  • Thread starter Thread starter tgcali
  • Start date Start date
T

tgcali

Hello,

Here is what I need to do.

If cell N2="YES", I need the contents of cell K2 to populate in cell B2. I
need to be able to extend this down for 25 rows. Any ideas how I can do this?

As always, help is greatly appreciated.

tgcali
 
In B2 type

=IF(N2="Yes",K2,"")

Modify the "" to whatever you need, e.g. "Not Found" or whatever. If N2 is
not Yes, the above will return an empty string.

Position the cursor toward the bottom right of B2 until it turns into a
crosshair, then click to grip the cell, drag down as far as you need.
 

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