Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Can I conditionally format 1 cell to look at 5 cells

I am trying to have 1 cell look at 5 cells and change color if any one of the
5 matches the 1 cell
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Can I conditionally format 1 cell to look at 5 cells

Assume the 5 cells are B1:B5, and A1 is the formatted cell:
=COUNTIF(B1:B5,A1)0
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"DFRESH" wrote:

I am trying to have 1 cell look at 5 cells and change color if any one of the
5 matches the 1 cell

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Can I conditionally format 1 cell to look at 5 cells

CF/ Formula Is:
=OR(A1=F1,B1=F1,C1=F1,D1=F1,E1=F1)
--
David Biddulph

DFRESH wrote:
I am trying to have 1 cell look at 5 cells and change color if any
one of the 5 matches the 1 cell



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
How do I conditionally format only some of the text in a cell? Goo Excel Worksheet Functions 9 April 9th 10 07:55 PM
How to Conditionally Format Other Cells or Rranges Rene Excel Discussion (Misc queries) 3 February 22nd 08 02:44 PM
how can I conditionally format a cell Part 2 aquigley Excel Discussion (Misc queries) 2 November 29th 07 05:17 PM
How can I conditionally format cells that contain formulas? jhofmann Excel Discussion (Misc queries) 2 April 6th 06 04:04 PM
conditionally format cells elad Excel Worksheet Functions 2 May 13th 05 03:57 PM


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