Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
i've got a series of values (calibration standards) and have made a line of
best fit with them os area ratio against drug concentration, now i need to use this line to establish the concentration of unknowns from their area ratio thanks! |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Extrapolation is dangerous. Interpolation is okay. You can use an algorithm
that interpolates between the two nearest points of the calibration, or an algorithm that determines the concentration based on a best fit (regression) of the entire calibration curve. Using the regression is somewhat easier. The unknown Y value is given by: =TREND(Y-range,X-range,X-value) Where Y-range and X-range are the ranges with the fitted Y and X values, and X-value is the value of X at which you want to calculate Y. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "lucybelle" wrote in message ... i've got a series of values (calibration standards) and have made a line of best fit with them os area ratio against drug concentration, now i need to use this line to establish the concentration of unknowns from their area ratio thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I extrapolate from a given set of data? | Excel Worksheet Functions | |||
Extrapolate numeric values from text string | Excel Worksheet Functions | |||
how do I extrapolate values from a graph in excel? | Excel Discussion (Misc queries) | |||
extrapolate data from series | Excel Worksheet Functions | |||
How can I extrapolate a y-value in a linear chart? | Excel Worksheet Functions |