Got one for you:
Instructions
1. Please add the custom data inputs (Disease based service line, In network physicians) into the Market Share Data tab
2. Create a graph showing in network market share by disease based service line
I'm unsure about sharing the file but here is a screenshot:
I placed this formula in "DiseaseBased" sheet:
=VLOOKUP($A2,$A$1:$C$3755,1,0)
And this in the "In Network" sheet:
=VLOOKUP($A2,A2:A1318,1,0)
I think the best way though is to copy and paste work from "DiseaseBased" & "In Network" sheets into "Custom" sheets, then using VLOOKUP to transfer it into "Market Share" [I think =VLOOKUP(Q2,'DiseaseBased'!,$A$1:$C$3755,1,0)] and =VLOOKUP(R2,'InNetwork'!A2:A1318,1,0)
Then add a Pivot table to get the values they are asking for before doing either a Circle graph or a bar graph
I'm unsure if this is the right way as I was stuck after copying the cells (the structure in order to make the graph)
Any help is appreciated