Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
iI would like to create a training matrix that displays in a traffic light
i.e red = needs retraining. Green= trained. yellow = being trained. Each cell would change to the required colour by typing R + date of training completed would change this cell from green to red highlighting the need for retraining. date of training completed = trained but when the date was moor than 5 years the cell would change to red. BT =for being trained would turn cell yellow |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Using conditional formatting. I set my table up like this. Column A = Date Column B = Status Date (Training Status Date) Column C = Training Completion Status Then in cell C1 I used the following conditional formattings. 1. Formula Is: =AND(C2="T",DATEDIF(B2,A2,"Y")<5) ----------Format Green 2. Formula Is: =OR(C2="R",DATEDIF(B2,A2,"Y")=5) ----------Format Red 3. Formula Is: =C2="BT" ----------Format Yellow HTH Cheers, Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=494668 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Steve
Thank you for answering my question Regards goldhead "SteveG" wrote: Using conditional formatting. I set my table up like this. Column A = Date Column B = Status Date (Training Status Date) Column C = Training Completion Status Then in cell C1 I used the following conditional formattings. 1. Formula Is: =AND(C2="T",DATEDIF(B2,A2,"Y")<5) ----------Format Green 2. Formula Is: =OR(C2="R",DATEDIF(B2,A2,"Y")=5) ----------Format Red 3. Formula Is: =C2="BT" ----------Format Yellow HTH Cheers, Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=494668 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Glad to help. Regards, Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=494668 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create the formula "cumsum" in excel | Excel Worksheet Functions | |||
Create database in excel? | New Users to Excel | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Training in Excel | Excel Discussion (Misc queries) | |||
create price list from excel sheet | Excel Discussion (Misc queries) |