Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a spreadsheet that contains a list of part numbers and their quantity on hand at different locations. When I use Vlookup for the quantity on hand, it returns only the first location in the list. It doesn't bring the total for all locations. I would like to lookup each part number's total quantity on hand. A total of all the locations for each part number. Can Vlookup do this or do I have to use another function? Thank You, Richard |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=sumif([Book2.xls]Sheet1!A:A,F12,[Book2.xls]Sheet1!C:C)
where F12 holds the part number to sum . Column C in your data table contains the quantity and column A, the part numbers. -- Regards, Tom Ogilvy "Richard" wrote: Hi, I have a spreadsheet that contains a list of part numbers and their quantity on hand at different locations. When I use Vlookup for the quantity on hand, it returns only the first location in the list. It doesn't bring the total for all locations. I would like to lookup each part number's total quantity on hand. A total of all the locations for each part number. Can Vlookup do this or do I have to use another function? Thank You, Richard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookup to bring in not true data. | Excel Discussion (Misc queries) | |||
Vlookup, Bring up certain Info. only??? | Excel Discussion (Misc queries) | |||
Vlookup, Can I only have it bring up a transactions once? | Excel Discussion (Misc queries) | |||
copy subtotal value only, subtotal value can be vlookup by others | Excel Discussion (Misc queries) | |||
Can you use a vlookup to bring in a picture? | Excel Discussion (Misc queries) |