How to refer the value of a cell in excel into a formula
问题 I want to use the value of a cell in a reference formula. For example: I have a sheet with name '815108' which has all the data I need. Now in the sheet1(new sheet), in A1 I type in ='815108'!A3 which gets the data from A3 in the sheet '815108'. But the question I have - In my new sheet 815108 is a defined attribute (For example: SO = 815108 is defined in cell F5.) Instead of using '815108'!A3 I want to use the location in the current sheet. I tried ='=F5'!A3 which doesn't work. Any help is