Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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!! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count unique items in range | Excel Worksheet Functions | |||
Can a VLOOKUP use two items to search | Excel Worksheet Functions | |||
Want Vlookup to list multiple items with the same key? | Excel Worksheet Functions | |||
Vlookup for 2 items | Excel Worksheet Functions | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) |