soccerstarmikew
New Member
- Joined
- Nov 24, 2009
- Messages
- 1
I have created a model that updates each day and pulls quotes from a certain number of days. Depending on what number of days i put in, an indirect function will generate a location to end the data pull. For instance if i put 10 days it will generate A11 in a cell. I would then pull A1:A11. I want to put this value A11 into a cell that pulls the correlation which is on another page. It would look like Correl(Sheet1!A1:Sheet1!& A11,Sheet1!B1:Sheet1!& B11) I want the A11 in that formula to be found int the cell that generates the value A11. How can i do this? Thanks for the help.