Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Scenario: multiple worksheets (sheet1,sheet2,sheet3,etc) sheet 1 is a
summary. Sheet2!A1 contains the number 22, Sheet3!A1 contains the number 33 Based on the value in Sheet1!A1 I want to return a value in Sheet1!A2 based on the data in the remaining sheets. In Sheet1!A1 I want to enter "Sheet2" and then in Sheet1!A2 I want the value 22 returned from Sheet2!A1. Similarly if I enter in Sheet1!A1 "Sheet3" and then in Sheet1!A2 the value 33 should be returned which comes from Sheet3!A3. |
#2
![]() |
|||
|
|||
![]()
In Sheet1
------------- With the sheetname input into cell A1 (as per post) Try in A2: =INDIRECT("'"&A1&"'!A1") -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "Jon" wrote in message ... Scenario: multiple worksheets (sheet1,sheet2,sheet3,etc) sheet 1 is a summary. Sheet2!A1 contains the number 22, Sheet3!A1 contains the number 33 Based on the value in Sheet1!A1 I want to return a value in Sheet1!A2 based on the data in the remaining sheets. In Sheet1!A1 I want to enter "Sheet2" and then in Sheet1!A2 I want the value 22 returned from Sheet2!A1. Similarly if I enter in Sheet1!A1 "Sheet3" and then in Sheet1!A2 the value 33 should be returned which comes from Sheet3!A3. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is the quickest method to insert & name multiple worksheets . | Excel Worksheet Functions | |||
How to print multiple worksheets in one workbook on the same page. | Excel Discussion (Misc queries) | |||
Countif with multiple criteria and multiple worksheets | Excel Worksheet Functions | |||
linking multiple sheets to a summary sheet | Excel Discussion (Misc queries) | |||
How do I retrieve data (specific cells) from multiple worksheets on a shared drive | Excel Worksheet Functions |