Forecasting Linear?

gheyman

Well-known Member
Joined
Nov 14, 2005
Messages
2,341
Office Version
  1. 365
Platform
  1. Windows
If I have two Quantities and two Unit Prices, is the a formula that will forecast another qty?

Qty 100 = $25.00
Qty 500 = 10.50

Is there a formula that would forecast Qty 300 or any other quantity I enter that is between 100 and 500 (Using a straight line)?

Thanks
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Well, there is the FORECAST function! :LOL:


Book1
ABCDE
1xyxforecast y
21002530017.75
350010.5
Sheet2
Cell Formulas
RangeFormula
E2=FORECAST(D2,B2:B3,A2:A3)
 
Upvote 0
=FORECAST(A1,{25,10.5},{100,500})

where A1 has the value of "any other quantity" (e.g. 300).
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,334
Members
449,077
Latest member
Jocksteriom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top