PC Review


Reply
Thread Tools Rate Thread

Check if the value of one cell can be found in a number of other c

 
 
James T Kirk
Guest
Posts: n/a
 
      5th Nov 2008
I am trying to compare a register of members with member-IDs to a list of
members who would like to close their membership but I haven't found a good
way to compare the value of one cell with the value of several cells (a
column) thereby checking if any value from cell A1 can be found in any of
cells B1 to B100 and the same for A2, A3 and so fourth.

Any suggestions?
 
Reply With Quote
 
 
 
 
Gary''s Student
Guest
Posts: n/a
 
      5th Nov 2008
Use Conditional Formatting.

Click on A1 and:

Format > Conditional Formatting... . Formula is >
=COUNTIF($B$1:$B$100,A1)>0
then pick a nice color

Finally copy A1 and paste/special/formats down the remainder of the column.
--
Gary''s Student - gsnu200811


"James T Kirk" wrote:

> I am trying to compare a register of members with member-IDs to a list of
> members who would like to close their membership but I haven't found a good
> way to compare the value of one cell with the value of several cells (a
> column) thereby checking if any value from cell A1 can be found in any of
> cells B1 to B100 and the same for A2, A3 and so fourth.
>
> Any suggestions?

 
Reply With Quote
 
paul.robinson@it-tallaght.ie
Guest
Posts: n/a
 
      5th Nov 2008
Hi
Look at the help for VLookup

=vlookup(A1, "$C$1:$E$300", 3, false)

will search the first column in "$C$1:$E$300" for the value in cell
A1. If it finds it, it will return the contents of the corresponding
column 3 entry. If A1 is not found you get an #N/A error. The false
bit means that "$C$1:$E$300" is not sorted.

regards
Paul

On Nov 5, 12:42*pm, James T Kirk <James T
K...@discussions.microsoft.com> wrote:
> I am trying to compare a register of members with member-IDs to a list of
> members who would like to close their membership but I haven't found a good
> way to compare the value of one cell with the value of several cells (a
> column) thereby checking if any value from cell A1 can be found in any of
> cells B1 to B100 and the same for A2, A3 and so fourth.
>
> Any suggestions?


 
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
Extract number from cell when specific format is found paul c Microsoft Excel Worksheet Functions 9 2nd Aug 2009 03:45 AM
How to get number of filtered records found displayed in a cell? Jessica New Forest Microsoft Excel Worksheet Functions 4 25th Mar 2009 11:57 AM
Count the number of Commas found in cell A2 B~O~B Microsoft Excel Worksheet Functions 3 2nd Apr 2008 05:27 PM
Check if cell value is found in a seperate range of values wilby31 Microsoft Excel Programming 1 15th Oct 2005 12:28 AM
Counting number of blank cells until value found in cell Jack Nutt Microsoft Excel Programming 1 8th Mar 2004 06:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:33 AM.