Referencing columns values in rows

  • Thread starter Thread starter Pottsz
  • Start date Start date
P

Pottsz

On Sheet A, cells A1:A100, I want to reference the values from Sheet B, cells
B2:b101. Is there an easy way to accomplish this?
 
Put this on Sheet A, in cell A1:

=if('Sheet B'!b2="","",'sheet b'!b2)
and drag down 99 more rows.
 

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