Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Formatting; finding numerical data in mixed text.

A query about conditional formatting using excel.

I am a music teacher. I use excel to document pupil's achievement. A cell
for each pupil in the register is included to identify who has instrumental
knowledge and grades.

I record, in code, the instruments and levels gained of my musicians in
school.

This code goes as follows;

Piano grade 3 = P3, Trumpet grade 5 = T5, Trombone grade 6 = Tr6, Tuba grade
2 = Tu2 etc.

Can I "conditionally" route out the numerical part of the code, in a
wildcard fashion, to then highlight and identify "greater than or equal to"
various instrumental grades of 3 and higher for my gifted and talented
musicians?

Version: Microsoft Excel 2002 (10.6829.6830) SP3

Many Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Conditional Formatting; finding numerical data in mixed text.

It's simple if your grade is a single digit.

A1 = Tu6

In say B1, use:
=Right(A1)
to get a text number, or:
=--Right(A1) to get a numerical value that you can use in calculations.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Philonis" wrote in message
...
A query about conditional formatting using excel.

I am a music teacher. I use excel to document pupil's achievement. A cell
for each pupil in the register is included to identify who has
instrumental
knowledge and grades.

I record, in code, the instruments and levels gained of my musicians in
school.

This code goes as follows;

Piano grade 3 = P3, Trumpet grade 5 = T5, Trombone grade 6 = Tr6, Tuba
grade
2 = Tu2 etc.

Can I "conditionally" route out the numerical part of the code, in a
wildcard fashion, to then highlight and identify "greater than or equal
to"
various instrumental grades of 3 and higher for my gifted and talented
musicians?

Version: Microsoft Excel 2002 (10.6829.6830) SP3

Many Thanks,



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default Conditional Formatting; finding numerical data in mixed text.

Hi Philonis,

If your grades run into 2 digits such as a high of 10 or 12,
Then try this,

=IF(ISERROR(RIGHT(A1,2)*1),RIGHT(A1),RIGHT(A1,2))

HTH
Martin


"Philonis" wrote in message
...
A query about conditional formatting using excel.

I am a music teacher. I use excel to document pupil's achievement. A cell
for each pupil in the register is included to identify who has
instrumental
knowledge and grades.

I record, in code, the instruments and levels gained of my musicians in
school.

This code goes as follows;

Piano grade 3 = P3, Trumpet grade 5 = T5, Trombone grade 6 = Tr6, Tuba
grade
2 = Tu2 etc.

Can I "conditionally" route out the numerical part of the code, in a
wildcard fashion, to then highlight and identify "greater than or equal
to"
various instrumental grades of 3 and higher for my gifted and talented
musicians?

Version: Microsoft Excel 2002 (10.6829.6830) SP3

Many 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
Trouble Finding Duplicate Values with Conditional Formatting Diane Excel Discussion (Misc queries) 2 May 20th 07 04:00 PM
Conditional Formatting in for Cells with Mixed Dates and Text M. A. Newcomb Excel Worksheet Functions 1 May 8th 07 10:05 PM
Finding data validation and conditional formatting Dave L[_2_] Excel Discussion (Misc queries) 1 May 2nd 07 12:06 AM
Text and Numerical data in a Pivottable without summarising? Madhouse Excel Discussion (Misc queries) 1 May 24th 06 02:09 PM
can a conditional formulas be setup using text to get a numerical abe Excel Worksheet Functions 1 April 5th 06 06:43 PM


All times are GMT +1. The time now is 09:27 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"