Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

looking up a value from list


  • Please log in to reply

#1
vally

vally

    Member

  • Member
  • PipPipPip
  • 590 posts
Hi
I have table in excel with a column of serial numbers.
I have on another document a many of the same serial numbers.
want to make a marking or column next to the serial that will tell me that the number exist.
Any help will b appreciated.
vally

P.s. I have office 2003

Edited by vally, 23 November 2008 - 03:31 AM.

  • 0

Advertisements


#2
Vino Rosso

Vino Rosso

    Visiting Staff

  • Visiting Consultant
  • 235 posts
Hi

Office 2007 has IFERROR which would be easier to use.

As ever with Excel, there are various ways to do things. One way that should get what you want is:

=IF(ISNA(VLOOKUP([Cell with Serial Number],[Range of serials numbers to check],1,FALSE)),"Not there!", (VLOOKUP([Cell with Serial Number],[Range of serials numbers to check],1,FALSE)))

so if the first range of serial numbers runs from cell A1 and the second range is on sheet 2 from A1, the formula in B1 of the first sheet would be:

=IF(ISNA(VLOOKUP(A1,Sheet2!$A:$A,1,FALSE)),"Not there!", (VLOOKUP(A1,Sheet2!$A:$A,1,FALSE)))

Replicate the formula down column B.

The result is that where the serial number exists, it is shown in column B (as a check). If it doesn't exist, you'll see "Not there!"
  • 0

#3
vally

vally

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 590 posts
I tried it but I messed some thing up.
I will play around with it tomorrow.
and get back 2 u
  • 0

#4
vally

vally

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 590 posts
Thanx Vino Rosso
I played around and set it up so it works the way I need. :)
  • 0

#5
Vino Rosso

Vino Rosso

    Visiting Staff

  • Visiting Consultant
  • 235 posts
You're welcome :)
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP