Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
PO Number Quantity PO Number Quantity PO Number Quantity
------------------------------------------------------------- PO2244 400 PO2244 900 PO2244 700 PO2263 600 PO2263 700 PO2263 100 PO2306 300 Hello all, I have three lists, see above. They contain similar information and all have the same header "PO Number" and "Quantity." Is there any way, with a formula, that I could find totals for each "PO Number." I am familiar with Excel's lookup functions but can't seem to make them fit this problem. I'd like to be able to see that PO2244 has a total quantity of 2000. And PO2263 has a total quantity of 1400. And so on. This list will grow so doing it manually is a problem. I'd like to avoid VBA but maybe I won't be able to do so... Many thanks to you! Christine |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=sumif(A:A,"PO2244",B:B)+Sumif(C:C,"PO2244",D:D)+S umif(E:E,"PO2244",F:F)
You can replace "PO2244" with a cell reference for a cell that contains the PO. -- Regards, Tom Ogilvy "Christine Flott" wrote in message om... PO Number Quantity PO Number Quantity PO Number Quantity ------------------------------------------------------------- PO2244 400 PO2244 900 PO2244 700 PO2263 600 PO2263 700 PO2263 100 PO2306 300 Hello all, I have three lists, see above. They contain similar information and all have the same header "PO Number" and "Quantity." Is there any way, with a formula, that I could find totals for each "PO Number." I am familiar with Excel's lookup functions but can't seem to make them fit this problem. I'd like to be able to see that PO2244 has a total quantity of 2000. And PO2263 has a total quantity of 1400. And so on. This list will grow so doing it manually is a problem. I'd like to avoid VBA but maybe I won't be able to do so... Many thanks to you! Christine |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom,
This is very helpful, I appreciate your help on this (and other issues I've resolved by using this list as a reference in the past as well!) Christine |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down lists from multiple source lists | Excel Worksheet Functions | |||
Lists, lookup, if??? | Excel Worksheet Functions | |||
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup | Excel Worksheet Functions | |||
Multiple lists with repeated values for dependet drop down lists | Excel Worksheet Functions | |||
lookup and return values using lists | Excel Worksheet Functions |