Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have a file named Inventory.xls which carries the records of all my stock items. List.xls is a short column list of item names whose identical data in Inventory.xls has to be updated by calling on a procedure Update07 which I already have. Starting at the first item in List, how do you write the codes to read this item, find its name in Inventory, call on Update07 then return to the next item in List, repeat the process and stop when the item name is a blank. I'm open to other suggestions to do the same task. Thanks for any help or suggestions. TIA Tom |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Check out VLOOKUP in XL Help - it will enable you to retrieve the
name. I'm not sure what your Update07 procedure is. Hope this helps. Pete On Dec 3, 10:06*pm, "Tom" wrote: Hi, I have a file named Inventory.xls which carries the records of all my stock items. List.xls is a short column list of item names whose identical data in Inventory.xls has to be updated by calling on a procedure Update07 which I already have. Starting at the first item in List, how do you write the codes to read this item, find its name in Inventory, call on Update07 then return to the next item in List, repeat the process and stop when the item name is a blank. I'm open to other suggestions to do the same task. Thanks for any help or suggestions. TIA Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
return a list of names, from a large list of repeated names. | Excel Worksheet Functions | |||
create a random list of names from a list of names in EXCEL | Excel Worksheet Functions | |||
Reading tabs names | Excel Discussion (Misc queries) | |||
Update yearly records | Excel Discussion (Misc queries) | |||
find names on list 1 in list 2. list 1 4000 names list 2 400 name | Excel Worksheet Functions |