leebradley1977

New Member
Joined
Apr 16, 2018
Messages
3
Hi All - I've been chasing this for days and I know I'm missing something simple. If any gurus could help I would be eternally grateful.

Basically - I have a list of auditors as per below:


audit_list.jpg


As you can see in Column A I have a week number - in B its the Auditor, and C it the status.

Theres some basic conditional formatting on the sheet which highlights the row in the appropriate colour depending on the status of the audit. Columns B and C entries are selected from drop down lists.

There are a total of 25 auditors in the list and 5 status items which generate a colour

Planned = no fill / white
Completed= Green
Missed = Red
Retrospective = Orange
Reactive = Blue

The list grows each month as I plan in more audits for the team.

What I'm looking to create is a column chart which is split into 4 sections for each week (a bit like a stacked chart) - in each section I want to put the auditor name and I want the colour to match the status.


Is this doable?. I'm going around in circles and driving myself insane.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Re: Help with a column chart

j4zalFF.png



Book1
ABCDEFGH
1WeekNoAuditorStatusWeek
214Auditor 12Reactive14151617
314Auditor 7Completed261014
414Auditor 6MissedAuditor 12Auditor 3Auditor 8Auditor 13
514Auditor 4MissedReactiveCompletedPlannedPlanned
615Auditor 3Completed371115
715Auditor 11MissedAuditor 7Auditor 11Auditor 15Auditor 16
815Auditor 2PlannedCompletedMissedRetrospectivePlanned
915Auditor 9Reactive481216
1016Auditor 8PlannedAuditor 6Auditor 2Auditor 5Auditor 14
1116Auditor 15RetrospectiveMissedPlannedMissedPlanned
1216Auditor 5Missed591317
1316Auditor 1CompletedAuditor 4Auditor 9Auditor 1Auditor 10
1417Auditor 13PlannedMissedReactiveCompletedPlanned
1517Auditor 16Planned
1617Auditor 14Planned
1717Auditor 10Planned
Sheet1
Cell Formulas
RangeFormula
E3=MATCH(E$2, $A:$A, 0) + (ROW() - ROW($I$3)) / 3
E4=INDEX($B:$B, E3)
E5=INDEX($C:$C, E3)


Each unit block has three formulas—it will be painful to copy and paste the block if your chart is large.

Two cells per block, the first row and the third row, have their results hidden using custom number formatting. Select the cells, Ctrl+1, then on the Number tab select Custom. In the text box labeled "Type:", enter three semicolons, ";;;", using no spaces or quotation marks.

Conditional formatting rules apply to all the blocks. In the example, each rule applies to E3:H14.
=ISNUMBER(MATCH("Completed", E3:E5, 0)) :: green
and similarly, for each word in your list.

The workbook can be downloaded from: https://www.dropbox.com/s/okkqw4nma107yxx/leebradley.xlsx?dl=0
 
Upvote 0

Forum statistics

Threads
1,215,338
Messages
6,124,358
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top