Andrea, it looks as if the people trying to help (including me) are still having difficulty with your data.
To do anything with a matrix in excel, you need to use array formulas. When you've finished typing in the formula, don't press Enter. Press Ctrl + Shift + Enter instead. If you've done it right, you'll see the formula you entered surrounded by {}'s in the formula bar.
If you think your data is linear, and you want to try the approach identified by @tom10, try
=TREND(<known y's>,<known x's>,<new x's>)
Which will return an array of new y's for each new x provided.
You also might try matrix formulas. If you can express your problem as a system of linear equations, excel has a few matrix formulas. There's a good walkthrough here. These are only going to help you if your matrices are square.