![]() |
summing based on text conditions
Hi all
I want to sum my "Value" column based on the text condition in my "Description" column. Whenever the description contains "CRDML" and does NOT contain "COM", I want to sum the Values. I've tried using combinations of Sumproduct, Find, Isnumber, all to no avail. Can you help? Date Description Value 30/10/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -500 14/10/2009 COM PO EUR475000.00 TO CRDMLUL -50 14/10/2009 PO EUR475000.00 TO CRDMLULL -475,000.00 06/10/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -128 25/11/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -100 08/12/2009 Î*ΡΕΙΕΜΒEUR295.00 FROM PIRBGRAA -3 04/12/2009 COM PO EUR410000.00 TO CRDMLUL -50 04/12/2009 PO EUR410000.00 TO CRDMLULL -410,000.00 |
summing based on text conditions
Hi,
Try this =SUMPRODUCT(--(ISERROR(SEARCH("COM",B1:B8)))*(NOT(ISERROR(SEARCH ("CRDML",B1:B8)))*(C1:C8))) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Totteridge Ram" wrote: Hi all I want to sum my "Value" column based on the text condition in my "Description" column. Whenever the description contains "CRDML" and does NOT contain "COM", I want to sum the Values. I've tried using combinations of Sumproduct, Find, Isnumber, all to no avail. Can you help? Date Description Value 30/10/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -500 14/10/2009 COM PO EUR475000.00 TO CRDMLUL -50 14/10/2009 PO EUR475000.00 TO CRDMLULL -475,000.00 06/10/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -128 25/11/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -100 08/12/2009 Î*ΡΕΙΕΜΒEUR295.00 FROM PIRBGRAA -3 04/12/2009 COM PO EUR410000.00 TO CRDMLUL -50 04/12/2009 PO EUR410000.00 TO CRDMLULL -410,000.00 |
summing based on text conditions
The double unary isn't necessary
=SUMPRODUCT((ISERROR(SEARCH("COM",B1:B8)))*(NOT(IS ERROR(SEARCH("CRDML",B1:B8)))*(C1:C8))) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Totteridge Ram" wrote: Hi all I want to sum my "Value" column based on the text condition in my "Description" column. Whenever the description contains "CRDML" and does NOT contain "COM", I want to sum the Values. I've tried using combinations of Sumproduct, Find, Isnumber, all to no avail. Can you help? Date Description Value 30/10/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -500 14/10/2009 COM PO EUR475000.00 TO CRDMLUL -50 14/10/2009 PO EUR475000.00 TO CRDMLULL -475,000.00 06/10/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -128 25/11/2009 ΑΚΥΡΩΣΗ Î*ΙΣΤΩΣΗΣ -100 08/12/2009 Î*ΡΕΙΕΜΒEUR295.00 FROM PIRBGRAA -3 04/12/2009 COM PO EUR410000.00 TO CRDMLUL -50 04/12/2009 PO EUR410000.00 TO CRDMLULL -410,000.00 |
All times are GMT +1. The time now is 04:51 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com