Help???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

if c13=1, then use a number from a seperate sheet (column c) which is
dependent on c17??
 
Hi

not really sure what you're after here maybe
=IF(C13=1,Sheet1!C17,"")

which says if C13 = 1 return the value from sheet1 c17, otherwise return
nothing.

Hope this helps
Cheers
JulieD
 

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