Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Can you change the known X's range to Row reference of known Y's?
I am trying to eleminate columnA. Thanks =INDEX(LINEST(B1:B5,A1:A5),1) =INDEX(LINEST(B13:B17,A13:A17),1) |
#2
![]() |
|||
|
|||
![]()
There are at least two interpretations of your request:
1. You could Insert|Name|Define and define two names, "yValues" with a formula of B1:B5, and "xValues" with a formula of =OFFSET(xValues,0,-1) which would allow you to reference values in A1:A5 without typing the explicit reference. Then when you change the range for yValues, the range for xValues would ajdust automatically. 2. You could use =LINEST(B1:B5,ROW(B1:B5)) and then do a search and replace of B1:B5 to B13:B17 to use x values of 1,2,3,4,5 in your first case, and 13,14,15,16,17 in the second case. Note that you could use =LINEST(B1:B5) as a shortcut to have the x values be 1,2,3,... Jerry lashio wrote: Can you change the known X's range to Row reference of known Y's? I am trying to eleminate columnA. Thanks =INDEX(LINEST(B1:B5,A1:A5),1) =INDEX(LINEST(B13:B17,A13:A17),1) |
#3
![]() |
|||
|
|||
![]()
Hi, Jerry
Thank you very much. =LINEST(B1:B5) is what I needed. "Jerry W. Lewis" wrote in message ... There are at least two interpretations of your request: 1. You could Insert|Name|Define and define two names, "yValues" with a formula of B1:B5, and "xValues" with a formula of =OFFSET(xValues,0,-1) which would allow you to reference values in A1:A5 without typing the explicit reference. Then when you change the range for yValues, the range for xValues would ajdust automatically. 2. You could use =LINEST(B1:B5,ROW(B1:B5)) and then do a search and replace of B1:B5 to B13:B17 to use x values of 1,2,3,4,5 in your first case, and 13,14,15,16,17 in the second case. Note that you could use =LINEST(B1:B5) as a shortcut to have the x values be 1,2,3,... Jerry lashio wrote: Can you change the known X's range to Row reference of known Y's? I am trying to eleminate columnA. Thanks =INDEX(LINEST(B1:B5,A1:A5),1) =INDEX(LINEST(B13:B17,A13:A17),1) |
#4
![]() |
|||
|
|||
![]()
You're welcome. Glad it helped.
Jerry lashio wrote: Hi, Jerry Thank you very much. =LINEST(B1:B5) is what I needed. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
i want to create a simple mailing list can u help | Excel Worksheet Functions | |||
Need to get slope of peaks on excel graph | Charts and Charting in Excel | |||
How do I create a simple drop down box/List | Excel Discussion (Misc queries) | |||
Simple But Stumped | Excel Discussion (Misc queries) | |||
how can i get the slope function to ignore missing data? | Excel Discussion (Misc queries) |