Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]() "Erika" wrote: I have 5 different worksheets all listing product number and quantity, on the 6th worksheet I was to sum all of the quantities of products with similar product numbers. So find all of the product number 1ASB on the previous spreadsheet and sum there quantities Erika If the format is not the same on each sheet, thias is a better way. List the products in column A. In B2 enter a similar formula to this: =SUMIF(Sheet1!$A$2:A500,Sheet3!A2,Sheet1!$B$2:B500 )+SUMIF(Sheet2!$A$2:A500,Sheet3!A2,Sheet2!$B$2:B50 0) You will have to change the ranges to suit and add in the extra sheets (from 3 to six)and copy the formula down. Regards Peter |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use the sumif if I have multiple criteria (i.e. greater . | Excel Worksheet Functions | |||
rank/small with multiple ranges | Excel Discussion (Misc queries) | |||
Sorting Multiple Ranges | Excel Worksheet Functions | |||
select multiple cell ranges in "sumif" formula? | Excel Worksheet Functions | |||
compare unique identifiers in multiple ranges | Charts and Charting in Excel |