Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to total some columns based on an invoice number, but I can't get
the formula to work. I have the following columns: Invoice 1|Amount1|Invoice2|Amount2|Invoice3|Amount3|Invoic e4|Amount4 In another column I have an invoice number. I need the formula to add the amount if the invoice column just to the left contains that invoice number, for each column. For example in A1 is invoice 1234. I need the formula to add all amounts from Columns Amount1, Amount2, Amount3, Amount4 if the corresponding Invoice column matches A1. I tried using the Sumif and Sumproduct, but it is only returning a #VALUE! error. |
#2
![]() |
|||
|
|||
![]()
Hi Josh
one option =SUMIF(A2:A5,J1,B2:B5)+SUMIF(C2:C5,J1,D2:D5)+SUMIF (E2:E5,J1,F2:F5)+SUMIF(G2:G5,J1,H2:H5) (i've put the criteria in J1) Cheers JulieD "Josh O." wrote in message ... I am trying to total some columns based on an invoice number, but I can't get the formula to work. I have the following columns: Invoice 1|Amount1|Invoice2|Amount2|Invoice3|Amount3|Invoic e4|Amount4 In another column I have an invoice number. I need the formula to add the amount if the invoice column just to the left contains that invoice number, for each column. For example in A1 is invoice 1234. I need the formula to add all amounts from Columns Amount1, Amount2, Amount3, Amount4 if the corresponding Invoice column matches A1. I tried using the Sumif and Sumproduct, but it is only returning a #VALUE! error. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table combining multiple columns | Excel Discussion (Misc queries) | |||
Convert multiple columns to rows | Excel Worksheet Functions | |||
Filtering Text Data from Multiple columns | Excel Worksheet Functions | |||
sumif columns and rows | Excel Worksheet Functions | |||
HOW TO MATCH MULTIPLE COLUMNS WITH OR WITHOUT GAPS IN eXCEL ? | Excel Worksheet Functions |