sum column while excluding corresponding text values?
- From: "Dan-X !" <dan-x@xxxxxxxxx>
- Date: 30 Aug 2006 10:36:44 -0700
I want to sum a column of numbers in another workbook but exclude
numbers from my total that have certain words ("batch" and "state") in
a corresponding column. So using the table example below my formula
would return a sum of 303.
Table example:
Routing Events
Flood Plain Mapping 101
Mapping by Batch 150
Manual Determination 101
State Reconsideration 199
Individual Reconsideration 101
Make sense?
Based on some other formulas I saw in newsgroups here is a formula I
tried to use but it didn't work.
=SUM((Queue_User_Routing.csv!$E$2:$E$2000)*MATCH((Queue_User_Routing.csv!$C$2:$C$2000<>"Batch")*(Queue_User_Routing.csv!$C$2:$C$2000<>"State")))
Any help would be appreciated.
Thanks,
-Danny
.
- Follow-Ups:
- Re: sum column while excluding corresponding text values?
- From: Bernard Liengme
- Re: sum column while excluding corresponding text values?
- Prev by Date: Excel 2K3 Macro - Find and Update
- Next by Date: Formatting email addresses
- Previous by thread: Excel 2K3 Macro - Find and Update
- Next by thread: Re: sum column while excluding corresponding text values?
- Index(es):
Relevant Pages
|