I was going to give you this formula for B3...
=B$1+(B$2-B$1)*(A3-A$1)/(A$2-A$1)
and tell you to copy it down, but I think MartinW's TREND formula is the
better way to go. But neither will work if you are inputting your stations
with the plus sign as those entries will be text, not numbers. We could
modify the formulas to account for your manually entered plus sign, but the
formulas will be much longer and less efficient (because of some extra
function calls that will be required. An alternative is to enter the numbers
without the plus sign and let Excel put it in for you automatically; the
plus sign won't really be in the number itself (so the number will remain a
number), but rather it will simply be in the display of the number. Try this
and see what you think. Select Column A (click the Column A header), right
click the selection and select Format Cells from the popup menu, select
Custom from Category list and type 0+00 in the Type field, click the OK
button. Now, for any numbers you now have in Column A, retype them without
the plus sign (so for 250+00, you would type 25000)... Excel will put the
plus sign in for you (if you look at the Formula Bar for any of these
values, you will see there is no plus sign in the number, so the number is
still a number for calculation purposes). You can get the foot mark into
your entries in Column B in the same way... just follow the same steps for
Column A as above except use 0' in the Type field instead.
If this is not how you want to handle your entries, let me know and I'll
give you the longer formulas to use.
Rick