Hey everyone!

I'm pretty new to excel formulas, and was looking for some help with a fairly complicated formula. Basically I have two sets of data on two separate sheets. The data is similar to this:

Sheet 1:
Product Name1 | Sell Price1
Milk | $1.05
Cheese | $2.44
Eggs | $0.49

Sheet 2:
Product Name2 | Sell Price2
Milk | $1.62
Lamp | $44.99
Eggs | $3.99

Basically, a lot of the items that are in the first sheet are not in the second sheet, and vice-versa. What I want to do is end up with something like this:

Sheet 1:
Product Name1 | Sell Price1 | Sell Price2
Milk | $1.05 | $1.62
Cheese | $2.44 | $0.00
Eggs | $0.49 | $3.99

Is there an easy way to do this? Or am I making this more complicated than it actually is?

Thanks everyone!