View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
chrissy chrissy is offline
external usenet poster
 
Posts: 17
Default Help with return values on IF/THEN

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 (a30, then "A5") can't link to the A5 cell and A5 is returned.

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

Thanks for your help...