Forum Discussion

Janine_Dismukes's avatar
Janine_Dismukes
Copper Contributor
May 30, 2023

Reverse engineer data sheets from excel spreadsheet with summary percentages.

I need to make 100 individual data sheets with the answers that correspond to this summary sheet:

 

  YesRefusedNot offeredRedYellowBlue 
CodeQuestion       
         
G1aDid the dog eat his food?98%1%1%    
G2aWhat color is the ball?   95%1%4% 
G2bWhat color is the dress?   28%34%38% 
  • Harun24HR's avatar
    Harun24HR
    Bronze Contributor
    What problem you are facing to do so? You may need VBA coding.
    • Janine_Dismukes's avatar
      Janine_Dismukes
      Copper Contributor

      Harun24HR 

      I was referred here by the Excel Customer Service because they did not know how to help me.  I do not know what VBA coding is.

      • mtarler's avatar
        mtarler
        Silver Contributor

        The question is why do you need 100 data sheets. and what do those data sheets need to look like?

        I would recommend against creating 100 data sheets and there could be a better solution.  
        But in simple terms for what you ask, you could
        a) create 100 data sheets
        b) highlight / copy header
        c) highlight/select all 100 data sheets
        d) paste header where you want it
        e) Use a formula like =index(sheet1!a2:m102, sheet()-1, )

Resources