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
 
Back
Top