I have a Receipt template in Sheet2. Each row in Sheet1 contains the necessary information to fill in the Receipt template on Sheet2. As an input on Sheet2, in location $C$2, the user enters the Row number on Sheet1 that contains the necessary information for this particular receipt. In this simplified example, location B3 in Sheet1 contains the word Hurrah! I am having trouble with the syntax of a formula expression on Sheet 2 that places the value of B3 on Sheet1 in location D4 on Sheet2, given that the value of the desired row on Sheet1 has been input into $C$2 on Sheet2. I always know the proper column on Sheet1, so if I can do it for this simplified example I can easily create formulas for the remaining items on the receipt template in Sheet2. I have tried numerous TEXT and other formula types but the specific syntax eludes me. Can anyone help?

A B C D
1
2
3 Hurrah!
4
---------------------------------------
SHEET1

A B C D
1
2 3
3
4 ????? What formula will pull the word Hurrah from Column B on Sheet 1 using the location at $C$2 as the row number on Sheet 1?
---------------------------------------
SHEET2


Thanks for your help!