I am having trouble refering to more than one sheet in an If/Then statement.

I am looking to do

If sheet2(cell1)>100 then sheet1(cell1)=sheet2(cell1)
Else sheet1(cell1)=sheet2(cell2)