Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Worksheet Formulas

Looking to create a formula that provides upper case letter and color for
each Status cell address based on delta results derived from requirements and
O/H. (No color required for N/A status). See example:

Assumptions:

R - Red = Not capable of performing required function (<65%)
G - Green = Meets or exceeds requirements (80%)
A - Amber = Limited capability requiring work arounds (66%<79%)
N/A = Does not apply

Requirements O/H Delta Status

100 65 -35 R
200 160 -40 G
300 300 0 G
400 265 -135 A
0 0 0
N/A

Workbook has numerous spreadsheets. And numerous requirements fall below
65%. Moreover, management concerned about all requirements, but "red" in
particular.

Thanks.





  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Worksheet Formulas

Not sure about your comparisons - you say Red should be for < 65%, yet
you show =65% is also Red...

However, one way:

D2: =LOOKUP(B2/A2,{0,"R";0.6500000001,"A";0.8,"G"})

Select the Status cells (e.g., column D) and choose Format/Conditional
Formatting:

CF1: Cell value is equal to ="R"
Format1: <red

CF2: Cell value is equal to ="A"
Format2: <amber

CF3: Cell value is equal to ="G"
Format3: Green



In article ,
Manyfaces wrote:

Looking to create a formula that provides upper case letter and color for
each Status cell address based on delta results derived from requirements and
O/H. (No color required for N/A status). See example:

Assumptions:

R - Red = Not capable of performing required function (<65%)
G - Green = Meets or exceeds requirements (80%)
A - Amber = Limited capability requiring work arounds (66%<79%)
N/A = Does not apply

Requirements O/H Delta Status

100 65 -35 R
200 160 -40 G
300 300 0 G
400 265 -135 A
0 0 0
N/A

Workbook has numerous spreadsheets. And numerous requirements fall below
65%. Moreover, management concerned about all requirements, but "red" in
particular.

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Worksheet Formulas

Thanks for providing the answer to my formula question. The suggested
solution significantly reduced the amount of formula copying in the
worksheets. Again, much appreciated.
Manyfaces

"JE McGimpsey" wrote:

Not sure about your comparisons - you say Red should be for < 65%, yet
you show =65% is also Red...

However, one way:

D2: =LOOKUP(B2/A2,{0,"R";0.6500000001,"A";0.8,"G"})

Select the Status cells (e.g., column D) and choose Format/Conditional
Formatting:

CF1: Cell value is equal to ="R"
Format1: <red

CF2: Cell value is equal to ="A"
Format2: <amber

CF3: Cell value is equal to ="G"
Format3: Green



In article ,
Manyfaces wrote:

Looking to create a formula that provides upper case letter and color for
each Status cell address based on delta results derived from requirements and
O/H. (No color required for N/A status). See example:

Assumptions:

R - Red = Not capable of performing required function (<65%)
G - Green = Meets or exceeds requirements (80%)
A - Amber = Limited capability requiring work arounds (66%<79%)
N/A = Does not apply

Requirements O/H Delta Status

100 65 -35 R
200 160 -40 G
300 300 0 G
400 265 -135 A
0 0 0
N/A

Workbook has numerous spreadsheets. And numerous requirements fall below
65%. Moreover, management concerned about all requirements, but "red" in
particular.

Thanks.


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
Worksheet formulas Thomas Excel Worksheet Functions 3 May 30th 07 09:46 AM
Excel 2003 - Linking Formulas, Worksheet to Worksheet windsong Excel Discussion (Misc queries) 4 November 15th 05 03:10 PM
Linking Formulas, Worksheet to Worksheet - Excel 2003 windsong Excel Discussion (Misc queries) 2 November 14th 05 01:37 AM
Automatically pasting worksheet data to new worksheet with formulas COntactJason Excel Worksheet Functions 0 August 10th 05 08:22 PM
copying formulas from worksheet to worksheet yesbob Excel Discussion (Misc queries) 1 February 7th 05 02:25 AM


All times are GMT +1. The time now is 05:33 AM.

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

About Us

"It's about Microsoft Excel"