Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of student usernames for our website. Generally the default is
firstname.lastname but some students have firstname1.lastname. I am trying to identify all the students with firstname1.lastname and I would like to run a conditional format that identifies all cells that contain the number 1 (even if it is part of a word, in this case name. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select the range to be impacted, with A1 as the active cell
<format<conditional formatting Condition_1: Formula is: =COUNTIF(A1,"*1.?*") Click the [format] button....set the format you want Click the [OK] buttons That will flag any entry containing a 1 followed by a period and at least one character. Does that help? -------------------------- Regards, Ron Microsoft MVP (Excel) "Charles Tippie" <Charles wrote in message ... I have a list of student usernames for our website. Generally the default is firstname.lastname but some students have firstname1.lastname. I am trying to identify all the students with firstname1.lastname and I would like to run a conditional format that identifies all cells that contain the number 1 (even if it is part of a word, in this case name. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It worked great!! Thank you for your help!
"Ron Coderre" wrote: Select the range to be impacted, with A1 as the active cell <format<conditional formatting Condition_1: Formula is: =COUNTIF(A1,"*1.?*") Click the [format] button....set the format you want Click the [OK] buttons That will flag any entry containing a 1 followed by a period and at least one character. Does that help? -------------------------- Regards, Ron Microsoft MVP (Excel) "Charles Tippie" <Charles wrote in message ... I have a list of student usernames for our website. Generally the default is firstname.lastname but some students have firstname1.lastname. I am trying to identify all the students with firstname1.lastname and I would like to run a conditional format that identifies all cells that contain the number 1 (even if it is part of a word, in this case name. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to identify character formatting (bold, italic, etc) | Excel Worksheet Functions | |||
How can I adjust column width of a single cell within Excel 2003? | Excel Discussion (Misc queries) | |||
How do I perfom a character count in a single cell in Excel? | New Users to Excel | |||
Duplicate Text within single cell. How to identify & split | Excel Worksheet Functions | |||
identify data in a cell that has a number as the second character | Excel Worksheet Functions |