ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Ue of VLOOKUP for a Range of Items (https://www.excelbanter.com/excel-worksheet-functions/133231-ue-vlookup-range-items.html)

Randy Brown

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!!

Bernard Liengme

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!!




Don Guillett

Ue of VLOOKUP for a Range of Items
 
How does the 10-20 item list become updated?

--
Don Guillett
SalesAid Software

"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!!





All times are GMT +1. The time now is 11:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com