Forum Discussion

ikedalim's avatar
ikedalim
Copper Contributor
Nov 24, 2021
Solved

How to relate a variable cell's value to a particular worksheet?

I have a MS Excel problem which I could not solve, if I have 12 months worksheets (1-12) & another separate working worksheet where I assign a variable cell to allow user to input a character between...
  • OliverScheurich's avatar
    Nov 24, 2021

    ikedalim 

    =INDIRECT("Sheet"&D1&"!A1")

     

    In D1 enter sheet number and value of Sheet1 cell A1 or Sheet2 cell A1.... is retrieved. In my attached example 17 is in cell A1 of Sheet1.

Resources