PC Review


Reply
Thread Tools Rating: Thread Rating: 7 votes, 5.00 average.

interpolation of numbers

 
 
Tom
Guest
Posts: n/a
 
      7th Jul 2003
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
 
 
 
 
Dan E
Guest
Posts: n/a
 
      7th Jul 2003
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" <(E-Mail Removed)> wrote in message
news:00d901c344b2$693c68e0$(E-Mail Removed)...
> 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
 
mlindsay
Guest
Posts: n/a
 
      7th Jul 2003
Have you tried FORCAST()?


--
Michael R. Lindsay NCT
(E-Mail Removed)
(An old dog still trying
to learn new tricks...)

"Tom" <(E-Mail Removed)> wrote in message
news:00d901c344b2$693c68e0$(E-Mail Removed)...
> 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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Interpolation Paul Hyett Microsoft Excel Discussion 11 8th Jan 2009 06:01 AM
interpolation serching table Microsoft Excel Worksheet Functions 3 30th Jan 2008 10:31 AM
Interpolation =?Utf-8?B?a2FyYWVsb2tv?= Microsoft Excel Programming 1 15th Mar 2007 09:26 PM
Interpolation =?Utf-8?B?QmVudCBIYW5zZW4=?= Microsoft Excel Worksheet Functions 3 4th Nov 2005 03:59 PM
help with interpolation and limit of interpolation uriel78 Microsoft Excel Misc 0 17th Feb 2005 04:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:04 PM.