Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / December 2005

Tip: Looking for answers? Try searching our database.

Formula to compare a cell to find same value in a column in Excel

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Diane Briltz - 14 Dec 2005 00:16 GMT
I have customer data in an Excel spreadsheet with about 500 customers IDs in
one column and a list say 60 delinquent customer's IDs in another.   I want a
simple formula to state whether a customer on the list is delinquent or not,
preferably to put a "1" in the column if the customer is on the delinquent
list, and a "0" if the customer is not.
Ron Coderre - 14 Dec 2005 00:38 GMT
Try this:
For
CustomerID's in Col_A on Sheet1
Delinquent list in Col_A on Sheet2

On Sheet1,
A1: (some customerID)
B1: =--ISNUMBER(MATCH(A1,Sheet2!$A$1:$A$100,0))

Adjust ranges to suit your situation.

Does that help?

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

> I have customer data in an Excel spreadsheet with about 500 customers IDs in
> one column and a list say 60 delinquent customer's IDs in another.   I want a
> simple formula to state whether a customer on the list is delinquent or not,
> preferably to put a "1" in the column if the customer is on the delinquent
> list, and a "0" if the customer is not.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.