Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Conditional Formatting limitations...

Hi,

I have a problem with the limitations of conditional formatting. I
need to compare a list of numbers to another without summing the whole
list. I need to compare A16:A500 on all selected sheets with a master
list of numbers on another sheet in the same workbook from A6:A4500.
Any matches that are found on the master list need to be highilighted
in yellow. Is there any way to create a macro which can do this
quickly as I'm running on a slow computer? Any help would be great.

Regards,
Mjack


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Conditional Formatting limitations...

Hi Mjack
try the following (I assume you want the highlighting take place in the
other sheet):
- Define a name for your master range (goto 'Insert - Name - Define
Name'; lets say 'cond_range')
- In the other sheet select the range A6:A4500 and goto conditional
format
- enter the formula: =COUNTIF(cond_range,A6)0
- choose your format

Frank

Hi,

I have a problem with the limitations of conditional formatting. I
need to compare a list of numbers to another without summing the

whole
list. I need to compare A16:A500 on all selected sheets with a

master
list of numbers on another sheet in the same workbook from A6:A4500.
Any matches that are found on the master list need to be highilighted
in yellow. Is there any way to create a macro which can do this
quickly as I'm running on a slow computer? Any help would be great.

Regards,
Mjack


---
Message posted from http://www.ExcelForum.com/



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
Border Limitations for Conditional Formats Blue Max New Users to Excel 3 April 5th 10 01:28 PM
Conditional Format limitations Picman Excel Worksheet Functions 2 August 11th 09 09:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
Cell Limitations ? Formatting and Size when exporting to Tab based Text file? PaulH_1980 Excel Worksheet Functions 1 March 15th 06 11:51 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 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"