I'm using IF('sheet 1'!A1>0,'sheet 2'!A2=A1,'sheet 2'!A2=""
to transfer the value of cell A1 to A2 but I always got a False statement even if A1=15.
I think that Excel doesn't allow to copy/transfer the content of one cell to another using IF().
Can anyone help me, please. Thanks.

to transfer the value of cell A1 to A2 but I always got a False statement even if A1=15.
I think that Excel doesn't allow to copy/transfer the content of one cell to another using IF().
Can anyone help me, please. Thanks.