Hi Becki,
firstly, a formula will never import data from one location to another however it can link to existing data or perform a calculated result. Without a spreadsheet to reference you would need to use a formula that looks something like this in column C of sheet 2.
=IF(AND(Sheet1!A1=A1,Sheet1!B1=B1),Sheet1!C1,"")
Anything that doesn't match will display a blank or ""
|