Hello,
I am new to the forum and using Excel for data analysis in general, thanks for the help in advance.
I am working with some data and trying to find a slope in a linear region the data. I have been trying to use the SLOPE function and specifying a range in X and its accompanying Y data using the following functions:
Start of X data of interest =CELL("address",INDEX(E17:E90,MATCH(.001,E17:E90,1)))
End of X data of interest =CELL("address",INDEX(E17:E90,MATCH(.005,E17:E90,1)))
Start of Y data of interest =CELL("address",INDEX(F17:F90,MATCH(.001,E17:E90,1)))
End of Y data of interest =CELL("address",INDEX(F17:F90,MATCH(.005,E17:E90,1)))
This works well and I have these functions outputting cells showing this:
____D______E_____F__
3__________X_____Y__
4_Start__$E$31_$F$31
5_Finish_$E$82_$F$82
Now I am trying to use the CELL(“contents”, ##) function inside the SLOPE function to call out these ranges:
=SLOPE(CELL(“contents”,F4):CELL(“contents”,F5),CELL(“contents”,E4):CELL(“contents”,E5))
I know that the slope function given these addresses works when this task is performed manually so I am guessing that there is a better way to store these addresses and use them in SLOPE without using the CELL function.
Thanks for having a look,
Aldo
I am new to the forum and using Excel for data analysis in general, thanks for the help in advance.
I am working with some data and trying to find a slope in a linear region the data. I have been trying to use the SLOPE function and specifying a range in X and its accompanying Y data using the following functions:
Start of X data of interest =CELL("address",INDEX(E17:E90,MATCH(.001,E17:E90,1)))
End of X data of interest =CELL("address",INDEX(E17:E90,MATCH(.005,E17:E90,1)))
Start of Y data of interest =CELL("address",INDEX(F17:F90,MATCH(.001,E17:E90,1)))
End of Y data of interest =CELL("address",INDEX(F17:F90,MATCH(.005,E17:E90,1)))
This works well and I have these functions outputting cells showing this:
____D______E_____F__
3__________X_____Y__
4_Start__$E$31_$F$31
5_Finish_$E$82_$F$82
Now I am trying to use the CELL(“contents”, ##) function inside the SLOPE function to call out these ranges:
=SLOPE(CELL(“contents”,F4):CELL(“contents”,F5),CELL(“contents”,E4):CELL(“contents”,E5))
I know that the slope function given these addresses works when this task is performed manually so I am guessing that there is a better way to store these addresses and use them in SLOPE without using the CELL function.
Thanks for having a look,
Aldo