Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Big Rick
 
Posts: n/a
Default Conditional Format Problem.

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick
  #2   Report Post  
Stefi
 
Posts: n/a
Default

In Conditional Formatting choose formula and enter
=COUNTIF($A$1:$A$11,$B$2)0
and set background color to green!

Regards,
Stefi

€˛Big Rick€¯ ezt Ć*rta:

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick

  #3   Report Post  
tjtjjtjt
 
Posts: n/a
Default

You could use this as your Conditional Format. Be sure to switch the
Condition drop-down to Formula Is.
=VLOOKUP($B$2,$A$1:$A$11,1,0)
Set the format to turn the cell green with the format button.

--
tj


"Big Rick" wrote:

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick

  #4   Report Post  
Big Rick
 
Posts: n/a
Default

Neither of these solutions are working.
Please can you help me further.

Thanking you in anticipation
--
Big Rick


"tjtjjtjt" wrote:

You could use this as your Conditional Format. Be sure to switch the
Condition drop-down to Formula Is.
=VLOOKUP($B$2,$A$1:$A$11,1,0)
Set the format to turn the cell green with the format button.

--
tj


"Big Rick" wrote:

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick

  #5   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default

Hi,

Select B2.
Under "Conditional Formatting",
Formula Is =ISNUMBER(MATCH($B$2,$A$1:$A$11,0))
Format the font color appropriately.

Regards,
B. R. Ramachandran

"Big Rick" wrote:

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick



  #6   Report Post  
Big Rick
 
Posts: n/a
Default

This does not seem to work either.
Have these formulas been tested?
I am eternally grateful for any help given, but if these work on another
computer, maybe it me doing something wrong. (Although I have got to grips
with CF before)

--
Big Rick


"B. R.Ramachandran" wrote:

Hi,

Select B2.
Under "Conditional Formatting",
Formula Is =ISNUMBER(MATCH($B$2,$A$1:$A$11,0))
Format the font color appropriately.

Regards,
B. R. Ramachandran

"Big Rick" wrote:

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick

  #7   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default

Hi,
Yes, I did test the formula before posting my reply.

I tried to mimic conditions where things could go wrong in CF.
Please check the CF formula; if by any chance the formula is enclosed
between double quotation marks, i.e., ="ISNUMBER(MATCH($B$2,$A$1:$A$11,0))",
remove the quotes, and see whether it helps.

If you inadvertently forgot to type the '=' sign when you entered the
formula the first time, Excel encloses the formula between double quotes,
and CF won't work. If you try again, the CF window WILL show an '=' sign at
the front. However, the double quotes will still be there and CF will not
work; and you can make it work by removing those quotes.

Regards,
B. R. Ramachandran


"Big Rick" wrote:

This does not seem to work either.
Have these formulas been tested?
I am eternally grateful for any help given, but if these work on another
computer, maybe it me doing something wrong. (Although I have got to grips
with CF before)

--
Big Rick


"B. R.Ramachandran" wrote:

Hi,

Select B2.
Under "Conditional Formatting",
Formula Is =ISNUMBER(MATCH($B$2,$A$1:$A$11,0))
Format the font color appropriately.

Regards,
B. R. Ramachandran

"Big Rick" wrote:

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick

  #8   Report Post  
Big Rick
 
Posts: n/a
Default

I have finally got it to work.
As I was at work and simply tried to type a few figures into a new
worksheet, I made the inexcusable mistake of putting the CF into cell B1!

I consider it an honour to be helped by you.
Your post on the six pointed star was absolutely brilliant. The best I've
ever seen.

<<<<<<
Big Rick


"B. R.Ramachandran" wrote:

Hi,
Yes, I did test the formula before posting my reply.

I tried to mimic conditions where things could go wrong in CF.
Please check the CF formula; if by any chance the formula is enclosed
between double quotation marks, i.e., ="ISNUMBER(MATCH($B$2,$A$1:$A$11,0))",
remove the quotes, and see whether it helps.

If you inadvertently forgot to type the '=' sign when you entered the
formula the first time, Excel encloses the formula between double quotes,
and CF won't work. If you try again, the CF window WILL show an '=' sign at
the front. However, the double quotes will still be there and CF will not
work; and you can make it work by removing those quotes.

Regards,
B. R. Ramachandran


"Big Rick" wrote:

This does not seem to work either.
Have these formulas been tested?
I am eternally grateful for any help given, but if these work on another
computer, maybe it me doing something wrong. (Although I have got to grips
with CF before)

--
Big Rick


"B. R.Ramachandran" wrote:

Hi,

Select B2.
Under "Conditional Formatting",
Formula Is =ISNUMBER(MATCH($B$2,$A$1:$A$11,0))
Format the font color appropriately.

Regards,
B. R. Ramachandran

"Big Rick" wrote:

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick

  #9   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default

Hi,

Thank you for your feedback.

Regards,
B. R. Ramachandran

"Big Rick" wrote:

I have finally got it to work.
As I was at work and simply tried to type a few figures into a new
worksheet, I made the inexcusable mistake of putting the CF into cell B1!

I consider it an honour to be helped by you.
Your post on the six pointed star was absolutely brilliant. The best I've
ever seen.

<<<<<<
Big Rick


"B. R.Ramachandran" wrote:

Hi,
Yes, I did test the formula before posting my reply.

I tried to mimic conditions where things could go wrong in CF.
Please check the CF formula; if by any chance the formula is enclosed
between double quotation marks, i.e., ="ISNUMBER(MATCH($B$2,$A$1:$A$11,0))",
remove the quotes, and see whether it helps.

If you inadvertently forgot to type the '=' sign when you entered the
formula the first time, Excel encloses the formula between double quotes,
and CF won't work. If you try again, the CF window WILL show an '=' sign at
the front. However, the double quotes will still be there and CF will not
work; and you can make it work by removing those quotes.

Regards,
B. R. Ramachandran


"Big Rick" wrote:

This does not seem to work either.
Have these formulas been tested?
I am eternally grateful for any help given, but if these work on another
computer, maybe it me doing something wrong. (Although I have got to grips
with CF before)

--
Big Rick


"B. R.Ramachandran" wrote:

Hi,

Select B2.
Under "Conditional Formatting",
Formula Is =ISNUMBER(MATCH($B$2,$A$1:$A$11,0))
Format the font color appropriately.

Regards,
B. R. Ramachandran

"Big Rick" wrote:

I have a range of 11 random numbers (but all different) in cells (A1:A11)

In B2 I have a single number.
I would like to Conditionally Format this cell so that if it matches any 1
of the 11 cells it would turn to Green.
Any help would be greatly appreciated.

Thanking you in anticipation.
--
Big Rick

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
Keep conditional format when "show pages" from Pivot table Angus Excel Discussion (Misc queries) 7 June 30th 05 01:33 PM
How do I do a conditional format for numbers bowada Excel Worksheet Functions 2 June 6th 05 05:10 PM
Conditional format problem PJ Excel Discussion (Misc queries) 2 March 11th 05 02:05 PM
Conditional Format Titles Jenn Excel Discussion (Misc queries) 1 February 22nd 05 09:41 PM
Conditional Format With SUMIF Minitman Excel Worksheet Functions 3 November 1st 04 02:58 PM


All times are GMT +1. The time now is 07:54 AM.

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"