try this
=FORECAST(E1,C1:C3,A1:A3)
will give you the linear regression estimate of the value in cell e1
because the values in the ranges are not linear, the value that is returned may not be exact....unless you you choose only 2 sets of values to forecast.
i.e.
=FORECAST(E1,C2:C3,A2:A3)