PC Review


Reply
Thread Tools Rate Thread

Checking entered data against exisitng data

 
 
TonyR
Guest
Posts: n/a
 
      31st May 2007
I have an excel spreadsheet that we use as an ongoing log of data,
within this data there is one specfic column that I want to check
against a list of data and I am wondering if this is possible?

Specifically, when the cell in this column is entered, can excel
check
that number against a set list of numbers within another row and turn
the background color of that cell a different color if the number
entered is found in the existing list of numbers in another row in
the
spreadsheet?


If this is possible, can it be checked against 2 lists of numbers,
returning a different color cell background depending on what list
(if
either) the number is found in?


Any help would be greatly appreciated,
Tony

 
Reply With Quote
 
 
 
 
Tim
Guest
Posts: n/a
 
      31st May 2007
Use conditional formatting with a formula something like this:

=NOT(ISERROR(MATCH(E20,$C$20:$C$25,0)))

Where in this case $C$20:$C$25 is the list of existing numbers and E20 is
the cell being formatted.

You can add up to 3 format conditions, each pointing to a different list and
having a different color.

Tim



"TonyR" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have an excel spreadsheet that we use as an ongoing log of data,
> within this data there is one specfic column that I want to check
> against a list of data and I am wondering if this is possible?
>
> Specifically, when the cell in this column is entered, can excel
> check
> that number against a set list of numbers within another row and turn
> the background color of that cell a different color if the number
> entered is found in the existing list of numbers in another row in
> the
> spreadsheet?
>
>
> If this is possible, can it be checked against 2 lists of numbers,
> returning a different color cell background depending on what list
> (if
> either) the number is found in?
>
>
> Any help would be greatly appreciated,
> Tony
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using a Macro in Excel 2004 to move entered data from one sheet toanother and space between rows when next data is entered? bella.sandi@gmail.com Microsoft Excel Programming 1 4th Jun 2008 05:08 PM
adding data to an exisitng series greco Microsoft Excel Charting 1 5th Feb 2008 09:46 PM
Create new worksheet from exisitng data JayL Microsoft Excel Programming 6 3rd Jun 2005 03:40 PM
Checking if data has been entered =?Utf-8?B?Q2xhcmU=?= Microsoft Access Queries 1 12th Jul 2004 12:54 PM
Checking for Duplicates as data entered on form Sam Microsoft Access Form Coding 4 12th Dec 2003 09:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:17 PM.