I currently have a data table that shows hours lost by factory line.
Column A contains all the downtime reasons (There are 15). Rows B2:W2 have all of the Line numbers. Finally B5:W21 have all of the data that shows all the losses by line for each downtime reason.
I want to build 1 chart where anyone can go in and select the line number and the chart will show their top 3 losses by reason. I tried using the LARGE function to pull out the 3 largest losses per line, but that only pulls the data, it does not pull the reason associated with that data.
I'm kind of at a loss.
Column A contains all the downtime reasons (There are 15). Rows B2:W2 have all of the Line numbers. Finally B5:W21 have all of the data that shows all the losses by line for each downtime reason.
I want to build 1 chart where anyone can go in and select the line number and the chart will show their top 3 losses by reason. I tried using the LARGE function to pull out the 3 largest losses per line, but that only pulls the data, it does not pull the reason associated with that data.
I'm kind of at a loss.