PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Worksheet Functions interpolation of numbers

Reply

interpolation of numbers

 
Thread Tools Rating: Thread Rating: 7 votes, 5.00 average.
Old 07-07-2003, 08:05 PM   #1
Tom
Guest
 
Posts: n/a
Default interpolation of numbers


trying to set up a program/function that involves
interpolating numbers.

If a house has 1,115sf what is the price for new
construction if a 1,000sf house costs $50 per sf and a
1,200sf house cost $48.50 per sf.

I am trying to find a quicker way. Please help
  Reply With Quote
Old 07-07-2003, 09:12 PM   #2
Dan E
Guest
 
Posts: n/a
Default Re: interpolation of numbers

Tom,

This is interpolation, but . . .

In A1 "1000" in B1 "50.00"
In A2 "1200" in B2 "48.50"
In A3 "1115" and in B3:
=((A3-A1)/(A2-A1))*(B2-B1)+B1

Then you can just change the 1115 to any number...

Dan E

"Tom" <byrnet@dot.state.al.us> wrote in message
news:00d901c344b2$693c68e0$a501280a@phx.gbl...
> trying to set up a program/function that involves
> interpolating numbers.
>
> If a house has 1,115sf what is the price for new
> construction if a 1,000sf house costs $50 per sf and a
> 1,200sf house cost $48.50 per sf.
>
> I am trying to find a quicker way. Please help



  Reply With Quote
Old 07-07-2003, 10:34 PM   #3
mlindsay
Guest
 
Posts: n/a
Default Re: interpolation of numbers

Have you tried FORCAST()?


--
Michael R. Lindsay NCT
mlindsay@geotec.net
(An old dog still trying
to learn new tricks...)

"Tom" <byrnet@dot.state.al.us> wrote in message
news:00d901c344b2$693c68e0$a501280a@phx.gbl...
> trying to set up a program/function that involves
> interpolating numbers.
>
> If a house has 1,115sf what is the price for new
> construction if a 1,000sf house costs $50 per sf and a
> 1,200sf house cost $48.50 per sf.
>
> I am trying to find a quicker way. Please help



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off