![]() |
Using the results from two seperate cells to create cell reference
I want to be able to obtain the value of a cell in another worksheet, however I want to be able to name that cell by using the results from 3 other formula's. In other words on my main sheet one formula would result in the worksheets name, another will refer to the column ref and another will refer to the row ref. I can get these results but I cant seem to then type a formula to retrive the data from the resultant cell ref eg 3 formulas result in a5 = sheet 3 a6 = C A7 = 6 then cell d1 needs to show the value of cell C6 in worksheet 3 It sounds possible but i just cant work it out Thanks -- DarrenWood ------------------------------------------------------------------------ DarrenWood's Profile: http://www.excelforum.com/member.php...o&userid=16460 View this thread: http://www.excelforum.com/showthread...hreadid=278158 |
Hi
try =INDIRECT("'" & A5 & "'!" & A6 & A7) -- Regards Frank Kabel Frankfurt, Germany DarrenWood wrote: I want to be able to obtain the value of a cell in another worksheet, however I want to be able to name that cell by using the results from 3 other formula's. In other words on my main sheet one formula would result in the worksheets name, another will refer to the column ref and another will refer to the row ref. I can get these results but I cant seem to then type a formula to retrive the data from the resultant cell ref eg 3 formulas result in a5 = sheet 3 a6 = C A7 = 6 then cell d1 needs to show the value of cell C6 in worksheet 3 It sounds possible but i just cant work it out Thanks |
=INDIRECT("'"&A5&"'!"&A6&A7) DarrenWood Wrote: I want to be able to obtain the value of a cell in another worksheet, however I want to be able to name that cell by using the results from 3 other formula's. In other words on my main sheet one formula would result in the worksheets name, another will refer to the column ref and another will refer to the row ref. I can get these results but I cant seem to then type a formula to retrive the data from the resultant cell ref eg 3 formulas result in a5 = sheet 3 a6 = C A7 = 6 then cell d1 needs to show the value of cell C6 in worksheet 3 It sounds possible but i just cant work it out Thanks -- Aladin Akyurek ------------------------------------------------------------------------ Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165 View this thread: http://www.excelforum.com/showthread...hreadid=278158 |
All times are GMT +1. The time now is 10:42 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com