Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
goldhead
 
Posts: n/a
Default how do i create a training matrix in excel

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   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default how do i create a training matrix in excel


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   Report Post  
Posted to microsoft.public.excel.misc
goldhead
 
Posts: n/a
Default how do i create a training matrix in excel

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   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default how do i create a training matrix in excel


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create the formula "cumsum" in excel paulc59 Excel Worksheet Functions 5 November 26th 05 02:58 AM
Create database in excel? wirthless New Users to Excel 7 October 30th 05 02:57 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Training in Excel Effie Excel Discussion (Misc queries) 1 May 13th 05 08:24 PM
create price list from excel sheet -keevill- Excel Discussion (Misc queries) 1 February 8th 05 12:02 AM


All times are GMT +1. The time now is 05:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"