Excel workbook

I have an Excel workbook with 2 sheets
I need a formula that will do this;
SHEET 1 E73 = SHEET 2 C62 IF SHEET 1 A3 = AUGUST

Excel workbook

Hi,

Paste the following formula in cell E73 on Sheet1

=IF(Sheet1!A3="AUGUST",Sheet2!C62,"")

Hope this helps

Jon