Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Wouter De Raeve
 
Posts: n/a
Default Using the "Begins with" filter in a sum(if)) construction

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   Report Post  
Jason Morin
 
Posts: n/a
Default

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 10:05 PM
Pivot table and filter Bruce Roberson New Users to Excel 1 January 25th 05 05:00 AM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 12th 05 12:01 AM
advanced filter won't allow me to filter on bracketed text (-456.2 LucianoG Excel Discussion (Misc queries) 1 December 6th 04 09:38 PM
Why can't my macro use Auto Filter when I told the Sheet Protecti. KC Rippstein Excel Worksheet Functions 1 October 28th 04 07:13 PM


All times are GMT +1. The time now is 05:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"