Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Craig
 
Posts: n/a
Default how do I get 8 Conditional Formats for 1 Cell

I need a particular Cell to Highlight if it is the same (or equal to ) 8
different cells in the 1 row
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default how do I get 8 Conditional Formats for 1 Cell

one way - assuming you mean if the cell's value matches ANY of the other 8
cells

use Formula is

=sumproduct(--(A1:H1=M1))=1

and set your format


"Craig" wrote:

I need a particular Cell to Highlight if it is the same (or equal to ) 8
different cells in the 1 row

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default how do I get 8 Conditional Formats for 1 Cell

Just test each cell for the same value,

either

=AND(A1=L1,A1=M1,A1=Q1) obviously add extra tests

or if the cells are contiguous use

=COUNTIF(M1:T1,A1)=8

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Craig" wrote in message
...
I need a particular Cell to Highlight if it is the same (or equal to ) 8
different cells in the 1 row



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 can I copy cell formats in functions? Twitty Kitty Excel Worksheet Functions 3 July 24th 05 12:26 AM
Trying to add conditional formatting to every other cell...GOING . trixiebme Excel Worksheet Functions 2 March 24th 05 01:55 PM
conditional formating for a blank cell wsoung Excel Discussion (Misc queries) 5 March 9th 05 10:15 PM
how do i use multiple conditional formats in one cell? tysonstone Excel Discussion (Misc queries) 1 January 21st 05 11:15 PM
Excel: how to formulate conditional cell references centraloffice Excel Worksheet Functions 1 December 10th 04 08:57 PM


All times are GMT +1. The time now is 09:47 PM.

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"