![]() |
Trouble With SUMIF
I have 12 columns of $ values that relate to a different month for each
cloumn. The first column lists different suppliers whose name may appear many times within that column. I am having problems getting a total $ spend for each supplier for the whole 12 columns representing the year. I hope this is clear. Thanking you for your help. |
Trouble With SUMIF
Assuming that A2:A10 contains the supplier, and B2:M10 contains the
corresponding dollar amount for each month, let O2 contain the first supplier of interest, O3 the second, O4 the third, and so on. Then try... P2, copied down: =SUM(IF($A$2:$A$10=O2,$B$2:$M$10)) Note that the formula needs to be confirmed with CONTROL+SHIFT+ENTER, not just ENTER. Hope this helps! In article , Eqa wrote: I have 12 columns of $ values that relate to a different month for each cloumn. The first column lists different suppliers whose name may appear many times within that column. I am having problems getting a total $ spend for each supplier for the whole 12 columns representing the year. I hope this is clear. Thanking you for your help. |
Trouble With SUMIF
Try this:
=SUMPRODUCT((A2:A10="supplier")*B2:M10) Or, use a cell to hold the supplier: A15 = Joe's Supplies =SUMPRODUCT((A2:A10=A15)*B2:M10) Biff "Eqa" wrote in message ... I have 12 columns of $ values that relate to a different month for each cloumn. The first column lists different suppliers whose name may appear many times within that column. I am having problems getting a total $ spend for each supplier for the whole 12 columns representing the year. I hope this is clear. Thanking you for your help. |
Trouble With SUMIF
Thanks for that. Great!!!
"Domenic" wrote: Assuming that A2:A10 contains the supplier, and B2:M10 contains the corresponding dollar amount for each month, let O2 contain the first supplier of interest, O3 the second, O4 the third, and so on. Then try... P2, copied down: =SUM(IF($A$2:$A$10=O2,$B$2:$M$10)) Note that the formula needs to be confirmed with CONTROL+SHIFT+ENTER, not just ENTER. Hope this helps! In article , Eqa wrote: I have 12 columns of $ values that relate to a different month for each cloumn. The first column lists different suppliers whose name may appear many times within that column. I am having problems getting a total $ spend for each supplier for the whole 12 columns representing the year. I hope this is clear. Thanking you for your help. |
All times are GMT +1. The time now is 08:56 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com