#1   Report Post  
Posted to microsoft.public.excel.newusers
M.A.
 
Posts: n/a
Default flag cells

I am working with zip codes and when certain (around 25) zipcodes are
entered, I need for the format of the cell to change colors. How can I go
about doing this?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Ron Coderre
 
Posts: n/a
Default flag cells

Try this:
Put the 25 zip codes in a vertical list on another sheet in the workbook.
Name that list:
Select the 25 cells, then
In the Name box (Just above the Col_A heading) enter: LU_ZipList
Press [Enter]

Now, select an input cell (I'll use A2)
FormatConditional Formatting
Select: "Formula Is" from the dropdown
Formula: =ISNUMBER(MATCH(A2,LU_ZipList,0))
(Note: No dollar signs in the A2 reference)

Click the [Format] button and set the display to show for zips on the list
Click the [OK] button

Now copy A2 down as far as you need.

When you enter a Zip Code that is on the list....your conditional format
will display.

Does that help?

***********
Regards,
Ron


"M.A." wrote:

I am working with zip codes and when certain (around 25) zipcodes are
entered, I need for the format of the cell to change colors. How can I go
about doing this?

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
Maintaining cell references when inserting cells elsewhere Stephen Jefferson Excel Discussion (Misc queries) 3 August 5th 05 09:30 PM
how do you "select locked cells" w/o "select unlocked cells"? princejohnpaulfin Excel Discussion (Misc queries) 3 July 16th 05 03:53 AM
Counting only active cells Sac73 Excel Discussion (Misc queries) 16 April 4th 05 05:49 AM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


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