Hi,
I have an excel spreadsheet which monitors the progress of new parts through our business.
I have been tasked with setting up a traffic light system to flag up the status of each of the stages, with each row of the sheet covering one part, each column covering each stage of the process.
The stages set as column headers are either target dates[tgt], promised dated [pr] or stage completion dates as follows;
Part_No
RFQ
Order_Recd
Cust_Dely_Date
Contract_Review_Tgt
Contract_Review
CD_Drwg_Tgt
CD_Drwg_Pr
CD_Drwg_Fin
Tooling_Drwg_Tgt
Tooling_Drwg_Pr
Tooling_Drwg_Fin
Raw_Material_Stk_Tgt
Raw_Material_Stk_Pr
Raw_Material_Stk_Y/N
Tooling_Order_Tgt
Tooling_Order_Pr
Tooling_Delvd_Y/N
Bought-In_Items_Tgt
Bought-In_Items_Pr
Bought-In_Items_Fin_Y/N
Production_Tgt
Production_Pr
Production_Fin
HT_Tgt
HT_Pr
HT_Fin
Finish_Tgt
Finish_Pr
Finish_Fin
QA_Tgt
QA_Pr
QA_Fin_Y/N
The issue I have is that each of the stages has a standard date taken from either the Contract_Review date or a preceding operation’s date which should be before the Cust_Dely_Date. A Planned date and an actual delivery date.
TargetDateIntervals Days Calculate
Contract Review 3 From Receipt of Order 3
CD and Tooling Drawings 10 From Contract Review 13
Raw Material Order 3 From CD and Tooling Drawings 18
Raw Material Dely 15 From Raw Material Order
Tooling Order 3 From CD and Tooling Drawings
Tooling Dely 15 From Tooling Order
Production 5 From Receipt of RM or Tooling Whichever is later 5
H/T 5 From Finished Production 5
Plate_Patch 5 From Finished H/T 5
PPAP 10 From Completed Production 10
TargetCompletionDate 60 From Contract Review Acceptance 60
I have tried using conditional formatting but this wasn’t flexible enough to handle the three optional test dates and Green, Amber, Red cell background colourings.
My aim is as follows;
First test if the Cust_Dely_Date is less than the Target Completion Date, if so turn the Cust_Dely_Date cell BLUE.
If the Cust_Dely_Date is less than the Target Completion Date, then base all date calculations on the Cust_Dely_Date to generate the Target Dates.
Second test; find all cells without a promised [aaa_Pr] date or a date greater than the target date and colour the cell RED.
Third test, find all cells with a promised [aaa_Pr] date less than the target date and less than or equal to the next process interval days and colour the cell Amber.
Eg. Tooling delivery is 27/02/12 and production is = Workday (27/02/12,5) or Raw Material Dely +5, whichever is greater.
Finally; where there is a delivery or finished date entered, turn the range of cells relating to that operation Green. And if the QA_Fin_Y/N cell is “Y”, turn the entire row GREEN.
Apologies if this is in the wrong forum, any help will be appreciated.
I have an excel spreadsheet which monitors the progress of new parts through our business.
I have been tasked with setting up a traffic light system to flag up the status of each of the stages, with each row of the sheet covering one part, each column covering each stage of the process.
The stages set as column headers are either target dates[tgt], promised dated [pr] or stage completion dates as follows;
Part_No
RFQ
Order_Recd
Cust_Dely_Date
Contract_Review_Tgt
Contract_Review
CD_Drwg_Tgt
CD_Drwg_Pr
CD_Drwg_Fin
Tooling_Drwg_Tgt
Tooling_Drwg_Pr
Tooling_Drwg_Fin
Raw_Material_Stk_Tgt
Raw_Material_Stk_Pr
Raw_Material_Stk_Y/N
Tooling_Order_Tgt
Tooling_Order_Pr
Tooling_Delvd_Y/N
Bought-In_Items_Tgt
Bought-In_Items_Pr
Bought-In_Items_Fin_Y/N
Production_Tgt
Production_Pr
Production_Fin
HT_Tgt
HT_Pr
HT_Fin
Finish_Tgt
Finish_Pr
Finish_Fin
QA_Tgt
QA_Pr
QA_Fin_Y/N
The issue I have is that each of the stages has a standard date taken from either the Contract_Review date or a preceding operation’s date which should be before the Cust_Dely_Date. A Planned date and an actual delivery date.
TargetDateIntervals Days Calculate
Contract Review 3 From Receipt of Order 3
CD and Tooling Drawings 10 From Contract Review 13
Raw Material Order 3 From CD and Tooling Drawings 18
Raw Material Dely 15 From Raw Material Order
Tooling Order 3 From CD and Tooling Drawings
Tooling Dely 15 From Tooling Order
Production 5 From Receipt of RM or Tooling Whichever is later 5
H/T 5 From Finished Production 5
Plate_Patch 5 From Finished H/T 5
PPAP 10 From Completed Production 10
TargetCompletionDate 60 From Contract Review Acceptance 60
I have tried using conditional formatting but this wasn’t flexible enough to handle the three optional test dates and Green, Amber, Red cell background colourings.
My aim is as follows;
First test if the Cust_Dely_Date is less than the Target Completion Date, if so turn the Cust_Dely_Date cell BLUE.
If the Cust_Dely_Date is less than the Target Completion Date, then base all date calculations on the Cust_Dely_Date to generate the Target Dates.
Second test; find all cells without a promised [aaa_Pr] date or a date greater than the target date and colour the cell RED.
Third test, find all cells with a promised [aaa_Pr] date less than the target date and less than or equal to the next process interval days and colour the cell Amber.
Eg. Tooling delivery is 27/02/12 and production is = Workday (27/02/12,5) or Raw Material Dely +5, whichever is greater.
Finally; where there is a delivery or finished date entered, turn the range of cells relating to that operation Green. And if the QA_Fin_Y/N cell is “Y”, turn the entire row GREEN.
Apologies if this is in the wrong forum, any help will be appreciated.