Forum Discussion

Liphor's avatar
Liphor
Brass Contributor
Jan 14, 2021

Index match with multiple sheets

How do I use index match formula to pull a similar type of data from different sheets.Example I would like to pull different dam storage data from different sheet for a particular year and month.

12 Replies

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond Contributor

    Liphor 

    It very depends on how your data is structured, could you provide small sample file to illustrate?

      • SergeiBaklan's avatar
        SergeiBaklan
        Diamond Contributor

        Liphor 

        I'd transform other sheets data to tables (DamA, DamB, etc), it'll be more flexible. With that

        Years:
        =TRANSPOSE(INDIRECT($F$3 & "[Year]"))
        
        Data:
        =TRANSPOSE(INDIRECT($F$3 & "[" & $B7 & "]" ))

        like

Resources