LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Conditional formatting

On Jun 8, 7:30*pm, "Shane Devenshire"
wrote:
Hi,

Here is what you need:

Create a range in the spreadsheet that contains all the letter grades in
order:

A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F+
F
F-

You may not need A+ and F-. *Suppose this is in the range L1:L15.

Assume your grades start in B2 and extend to the right *say to J2.
Highlight the range C2:J2 (skipping B2) and choose Format, Conditional
Formatting, Formula is (from the first drop down). *Enter the formula:
=MATCH(C2,$L$1:$L$15,0)<MATCH(B2,$L$1:$L$15,0)
set a color and click Add. *Choose Formula is and enter the second formula:
=MATCH(C2,$L$1:$L$15,0)MATCH(B2,$L$1:$L$15,0)
set a color.

You can make the formulas shorter by defining a range name, call it F for
the range L1:L15, then your formulas become:
=MATCH(C2,F,0)<MATCH(B2,F,0)
and
=MATCH(C2,F,0)MATCH(B2,F,0)

If you want to keep the range L1:L15 reference on a different sheet than the
conditionally formatted cell you will need to use the range name approach
mentioned above. *(When L1:L15 is selected click in the Name Box and type
the name you want to use.)

If you don't want a range in the spreadsheet to be used at all than choose
the Insert, Name, Define command and enter a name in the first box then in
the Refers to box enter:
={"A+";"A";"A-";"B+";"B";"B-";"C+";"C";"C-";"D+";"D";"D-";"F+";"F";"F-"}

Cheers,
Shane Devenshire
Microsoft Excel MVP
Joinhttp://setiathome.berkeley.edu/and download a free screensaver and
help search for life beyond earth.

"staffrmj" wrote in message

...



Can I use conditional formatting to compare text values in Excel?


I want to compare student grade performance over time and want to show
if a student's grade has increased or decreased e.g. A - B would be a
decrease, B - A would be an increase.


Thanks- Hide quoted text -


- Show quoted text -


Thanks a lot - it worked a treat!
 
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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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

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"