Help with return values on IF/THEN

  • Thread starter Thread starter Chrissy
  • Start date Start date
C

Chrissy

I am trying to write an if then statement, where if the amount in a cell is
greater than zero it will return the value in another cell.

IF (a3>0, then "A5") can't link to the A5 cell and A5 is returned.

If (a3>0, then C3=A5) won't work....getting an error.

Thanks for your help...
 
Back
Top