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 Conditional Formatting for cells with formulas

I'm using three conditional formats within a worksheet list. I need a
fourth. "N/A". The first 3 conditions point to - "cell value" is "equal to"
+ format color. ("R" for red; "A" for Amber; "G" for Green). The formula
bar reads: =LOOKUP(B1/A1,{0,"R";0.65,"A";0.8,"G"}) How can I create a new
formula that shows the "N/A" while limited to 3 conditions?

Assumptions:
Red = <65%
Amber = 66%-<79%
Green = 80%
N/A = Does not Apply

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Conditional Formatting for cells with formulas

=IF(ISNA(your_formula),"Does Not Apply",your_formula)


--
Regards,

Peo Sjoblom


"Manyfaces" wrote in message
...
I'm using three conditional formats within a worksheet list. I need a
fourth. "N/A". The first 3 conditions point to - "cell value" is "equal
to"
+ format color. ("R" for red; "A" for Amber; "G" for Green). The formula
bar reads: =LOOKUP(B1/A1,{0,"R";0.65,"A";0.8,"G"}) How can I create a new
formula that shows the "N/A" while limited to 3 conditions?

Assumptions:
Red = <65%
Amber = 66%-<79%
Green = 80%
N/A = Does not Apply

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
Conditional formatting formulas Kobus Excel Discussion (Misc queries) 2 January 10th 07 02:28 PM
Conditional Formatting and If/Then Formulas Burntbiskit Excel Discussion (Misc queries) 2 January 3rd 07 01:56 AM
Conditional Formatting for Formulas Murat Gordeslioglu Excel Discussion (Misc queries) 3 June 22nd 06 09:03 AM
Conditional Formatting - Formulas meandmyhorse Excel Discussion (Misc queries) 2 February 18th 06 12:58 PM
Help Using Formulas in Conditional Formatting Still Learning Excel Discussion (Misc queries) 2 January 28th 05 04:55 PM


All times are GMT +1. The time now is 12:54 PM.

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"