Forum Discussion

Jacob_Herrmann's avatar
Jacob_Herrmann
Copper Contributor
Jul 07, 2022
Solved

Populate tabs from a master sheet

I am looking for a way to populate tabs from one master tab. I do not have anything set up currently so I don't have specific names for these tabs so just assume its A-Z. In my case I have basic Exce...
  • OliverScheurich's avatar
    Jul 07, 2022

    Jacob_Herrmann 

    =IF('master tab'!$A1="A",'master tab'!A1,"")

    You can try a simple formula like this which i entered in sheet A in cell A1 and copied across range A1:E20.

    In sheet B the formula could be:

    =IF('master tab'!$A1="B",'master tab'!A1,"")

     

Resources