Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default conditional formatting problem

I have some cells which look like the following:-
(they show three values from three other cells)
either 1, 30, 5
or 1, *, 5 say
where the "*" indicates a particularly large value

Now, I am trying to highlight those cells which contain an "*".
I am using SEARCH("*", A3) where A3 is the cell reference
However, all my cells whether they include an "*" or not are highlighted
What am I missing?

Bob


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
Default conditional formatting problem

Generally SEARCH Function will treat the asterisk as Wild Card. Generally *
is used in Search Function for declaring the cell can consist ANY CHARACTER
and ANY NUMBER OF CHARACTER. So in this case use Find function. For making
your result as Boolean ISNUMBER function is used in front of Find Function.

=ISNUMBER(FIND("*",A3))

Place the cursor in A3 cell and extend the selection by holding the shift and
down arrow upto your desired range of A Column, keep in mind that the active
cell should be A3(Active cell will have a white background after selection
also) now goto
FormatConditional FormattingFormula ispaste the below formula
=ISNUMBER(FIND("*",A3))
Click Format and set your desired formatting and give ok. That's it.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Bob Matthews" wrote:

I have some cells which look like the following:-
(they show three values from three other cells)
either 1, 30, 5
or 1, *, 5 say
where the "*" indicates a particularly large value

Now, I am trying to highlight those cells which contain an "*".
I am using SEARCH("*", A3) where A3 is the cell reference
However, all my cells whether they include an "*" or not are highlighted
What am I missing?

Bob


.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default conditional formatting problem

Many thanks

Bob

"Ms-Exl-Learner" wrote in message
...
Generally SEARCH Function will treat the asterisk as Wild Card. Generally
*
is used in Search Function for declaring the cell can consist ANY
CHARACTER
and ANY NUMBER OF CHARACTER. So in this case use Find function. For
making
your result as Boolean ISNUMBER function is used in front of Find
Function.

=ISNUMBER(FIND("*",A3))

Place the cursor in A3 cell and extend the selection by holding the shift
and
down arrow upto your desired range of A Column, keep in mind that the
active
cell should be A3(Active cell will have a white background after selection
also) now goto
FormatConditional FormattingFormula ispaste the below formula
=ISNUMBER(FIND("*",A3))
Click Format and set your desired formatting and give ok. That's it.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Bob Matthews" wrote:

I have some cells which look like the following:-
(they show three values from three other cells)
either 1, 30, 5
or 1, *, 5 say
where the "*" indicates a particularly large value

Now, I am trying to highlight those cells which contain an "*".
I am using SEARCH("*", A3) where A3 is the cell reference
However, all my cells whether they include an "*" or not are highlighted
What am I missing?

Bob


.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
Default conditional formatting problem

You're Welcome

--------------------
(Ms-Exl-Learner)
--------------------


"Bob Matthews" wrote:

Many thanks

Bob

"Ms-Exl-Learner" wrote in message
...
Generally SEARCH Function will treat the asterisk as Wild Card. Generally
*
is used in Search Function for declaring the cell can consist ANY
CHARACTER
and ANY NUMBER OF CHARACTER. So in this case use Find function. For
making
your result as Boolean ISNUMBER function is used in front of Find
Function.

=ISNUMBER(FIND("*",A3))

Place the cursor in A3 cell and extend the selection by holding the shift
and
down arrow upto your desired range of A Column, keep in mind that the
active
cell should be A3(Active cell will have a white background after selection
also) now goto
FormatConditional FormattingFormula ispaste the below formula
=ISNUMBER(FIND("*",A3))
Click Format and set your desired formatting and give ok. That's it.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Bob Matthews" wrote:

I have some cells which look like the following:-
(they show three values from three other cells)
either 1, 30, 5
or 1, *, 5 say
where the "*" indicates a particularly large value

Now, I am trying to highlight those cells which contain an "*".
I am using SEARCH("*", A3) where A3 is the cell reference
However, all my cells whether they include an "*" or not are highlighted
What am I missing?

Bob


.



.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default conditional formatting problem

=$A3="*"


"Bob Matthews" wrote:

I have some cells which look like the following:-
(they show three values from three other cells)
either 1, 30, 5
or 1, *, 5 say
where the "*" indicates a particularly large value

Now, I am trying to highlight those cells which contain an "*".
I am using SEARCH("*", A3) where A3 is the cell reference
However, all my cells whether they include an "*" or not are highlighted
What am I missing?

Bob


.

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 Problem myssieh Excel Discussion (Misc queries) 3 January 29th 09 06:45 PM
Conditional formatting problem SueL Excel Discussion (Misc queries) 5 January 21st 09 01:42 PM
Conditional Formatting Problem myssieh Excel Discussion (Misc queries) 3 February 15th 08 04:10 PM
Conditional Formatting Problem Steve Wright Excel Discussion (Misc queries) 5 February 2nd 07 02:55 AM
conditional formatting problem bookman3 Excel Discussion (Misc queries) 3 October 27th 06 07:08 PM


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