#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default sumif help

hi -
is there a way to do this...

i have a file that reports how many times we attempted to call a customer in
different markets and we need to consolidate by marker by attempt

Col A = Market (CA, IL, SC, VA)
Col B = Attempt Success Category (0 thru 9)
Col C = Actual # of Attemtps

the data looks like this...
Market Attempt Sum
CA 0 5
CA 1 1
CA 2 3
CA 4 5
CA 7 1
VA 9 1
IL 0 4
IL 3 1
IL 5 1
IL 6 1
SC 7 1
VA 8 2

and we'd like to show something like this per market.
CA
Attempt Total
0 5
1 1
2 3
3 0
4 5
5 0
6 0
7 1
8 0
9 0

i can do a sumif but i have to sort and specify the range. for isntance, for
california would use range B2:B105, for IL range B106:B300 and so on. any way
to make it so the range changes dynamiccaly based on column A that has the
market??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 131
Default sumif help

This is why they made pivot tables. Here's a tutorial that looks pretty
reasonable as a starting point. Your Row Labels will be first State, then
Attempt Success Category. Your data will be the number of attempts, and
you'll want to use the field settings to make them SUM.

http://www.homeandlearn.co.uk/excel2...l2007s7p7.html

"Mayte" wrote:

hi -
is there a way to do this...

i have a file that reports how many times we attempted to call a customer in
different markets and we need to consolidate by marker by attempt

Col A = Market (CA, IL, SC, VA)
Col B = Attempt Success Category (0 thru 9)
Col C = Actual # of Attemtps

the data looks like this...
Market Attempt Sum
CA 0 5
CA 1 1
CA 2 3
CA 4 5
CA 7 1
VA 9 1
IL 0 4
IL 3 1
IL 5 1
IL 6 1
SC 7 1
VA 8 2

and we'd like to show something like this per market.
CA
Attempt Total
0 5
1 1
2 3
3 0
4 5
5 0
6 0
7 1
8 0
9 0

i can do a sumif but i have to sort and specify the range. for isntance, for
california would use range B2:B105, for IL range B106:B300 and so on. any way
to make it so the range changes dynamiccaly based on column A that has the
market??

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
SUMIF geebee Excel Worksheet Functions 2 August 1st 07 02:17 PM
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" Harry Seymour Excel Worksheet Functions 9 June 12th 07 10:47 PM
Embedding a Sumif in a sumif C.Pflugrath Excel Worksheet Functions 5 August 31st 05 07:31 PM
nested sumif or sumif with two criteria dshigley Excel Worksheet Functions 5 April 5th 05 03:34 AM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


All times are GMT +1. The time now is 09:27 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"