Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Ue of VLOOKUP for a Range of Items

I have a spreedsheet with a long list of things that must be tracked and
updated daily.

Each day we get new things and we have to determine if they are already in
the sheet. If so, no update is necessary, in not, then we have to add the
information.

What I wanted to do was create a smaller range in the sheet and add the
10-20 new things we get each day to that range. Then VLOOKUP would go down
the big long list and tell us which are not in the list. That would save us
a great deal of time. I'm not sure I can do this though.

I had partial success by defining a set range of 10 cells and placing the
VLOOKUP in each cell. Then in the cell across from it, I entered the new
number. If a "N/A" appears, then it isn't in the long list and we know to
enter the number.

This doesn't seem right...is there a better way to do this?

Thanks!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Ue of VLOOKUP for a Range of Items

Vlookup seems like overkill here
Le the 'long list be in A1:A1000
In C1: C10 enter the new values
In D1 enter =COUNTIF($A$1:$A$1000,C1)
Copy down to D10
Each formula will return 0 if item is not in list
Next day just replace the C1:C10 values
Formula could be =IF(COUNTIF($A$1:$A$1000,C1),"Present in list", "Item not
in list")
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Randy Brown" wrote in message
...
I have a spreedsheet with a long list of things that must be tracked and
updated daily.

Each day we get new things and we have to determine if they are already in
the sheet. If so, no update is necessary, in not, then we have to add the
information.

What I wanted to do was create a smaller range in the sheet and add the
10-20 new things we get each day to that range. Then VLOOKUP would go
down
the big long list and tell us which are not in the list. That would save
us
a great deal of time. I'm not sure I can do this though.

I had partial success by defining a set range of 10 cells and placing the
VLOOKUP in each cell. Then in the cell across from it, I entered the new
number. If a "N/A" appears, then it isn't in the long list and we know to
enter the number.

This doesn't seem right...is there a better way to do this?

Thanks!!



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
Count unique items in range Thom Excel Worksheet Functions 4 October 12th 06 01:13 PM
Can a VLOOKUP use two items to search Natalie Excel Worksheet Functions 2 May 16th 06 05:19 PM
Want Vlookup to list multiple items with the same key? GarToms Excel Worksheet Functions 13 May 10th 06 11:21 PM
Vlookup for 2 items Mostafa Excel Worksheet Functions 11 July 18th 05 10:50 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM


All times are GMT +1. The time now is 07:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"