Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to calculate the sums of certain values that contain matching criteria.
For example: Ref Inv# Amt xxy 27 $42.00 xxa 28 $13.50 xxy 29 $35.00 I want to have a fourth column that shows the total value of all invoices that share a reference number. So in this instance it would end up looking like this: Ref Inv# Amt Total xxy 27 $42.00 $77.00 xxt 28 $13.50 $13.50 xxy 29 $35.00 $77.00 Any suggestions? -- KKD |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming header rows enter this in D2 and copy down
=SUMPRODUCT(--(A$2:A$100=A2),(C$2:C$100)) Change 100 to your last row... "KKD" wrote: I want to calculate the sums of certain values that contain matching criteria. For example: Ref Inv# Amt xxy 27 $42.00 xxa 28 $13.50 xxy 29 $35.00 I want to have a fourth column that shows the total value of all invoices that share a reference number. So in this instance it would end up looking like this: Ref Inv# Amt Total xxy 27 $42.00 $77.00 xxt 28 $13.50 $13.50 xxy 29 $35.00 $77.00 Any suggestions? -- KKD |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum column 3 if columns 1 and 2 meet criteria | Excel Worksheet Functions | |||
need to move data to certain column if they meet criteria | Excel Worksheet Functions | |||
If 2 cols meet a criteria then sum the 3rd column | Excel Worksheet Functions | |||
Adding the sum of figures in one column if they meet 2 criteria | Excel Worksheet Functions | |||
Sum the values of one column, only if they meet certain criteria . | Excel Worksheet Functions |