Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
To filter my data, I often use the "Begins with" filter excel provides.
Is there a possibility to incorporate this function into a sum if construction? So logically I would like this if CELL begins with TEXT then sum OTHERCELL example FrankD home 10 FrankV home 20 FrankD business 30 FrankD business 40 Normally I would then filter, and choose "Begins with FrankD" to have all FrankD's (totalling 80 (10+30+40)), and then put in the result manually in the desired field. But I would like to make a formula in that desired field that does this automatically. Is this possible? (I could do it with a combined if, stating "if CELL Frank AND CELL<FrankV", that would give me the correct result too, but is very cumbersome when in my case I would have a 20-layer if) thnx! Wouter |
#2
![]() |
|||
|
|||
![]()
=SUMIF(A:A,"FrankD*",B:B)
HTH Jason Atlanta, GA -----Original Message----- To filter my data, I often use the "Begins with" filter excel provides. Is there a possibility to incorporate this function into a sum if construction? So logically I would like this if CELL begins with TEXT then sum OTHERCELL example FrankD home 10 FrankV home 20 FrankD business 30 FrankD business 40 Normally I would then filter, and choose "Begins with FrankD" to have all FrankD's (totalling 80 (10+30+40)), and then put in the result manually in the desired field. But I would like to make a formula in that desired field that does this automatically. Is this possible? (I could do it with a combined if, stating "if CELL Frank AND CELL<FrankV", that would give me the correct result too, but is very cumbersome when in my case I would have a 20-layer if) thnx! Wouter . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
Pivot table and filter | New Users to Excel | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions | |||
advanced filter won't allow me to filter on bracketed text (-456.2 | Excel Discussion (Misc queries) | |||
Why can't my macro use Auto Filter when I told the Sheet Protecti. | Excel Worksheet Functions |