It's not real clear what you're asking.Say I have the following numbers in cells A1,A2,A3
A1 37
A2 59
A3 67
How can use the cell value in an actual formula. Eg. if I want to write the following function
=SUM(Sheet2!J37:K45)
Can't I use my value in cell A1 "37" in the formula?