how do i enter a copy of a cell into another cell If > 0

  • Thread starter Thread starter Guest
  • Start date Start date
Not sure if you mean "Copy"
This formula in B1 will display the value from A1 if C1 > 1
=IF(C1>1,A1,"")
best wishes
 

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