A
Alicia
I'm sure this question is already in here somewhere, but
here goes.
I have 2 workbooks. Book 1 has attendance numbers for
several classes in several cities. Book 2 reports total
monthly attendance for each class using SUMIF.
Problem: I need to break up this report so it calculates
attendance for the classes in individual cities. Right
now, it counts and sums all the cells that correspond to
English 101 (for example), but I want it to sum all the
cells that correspond to English 101 in New York, or
English 101 in DC, individually.
Let's say Book 1 is set up this way
Column A = course name
Column B = city
Column C = # attended
and Book 2, Sheet "New York" looks like this
Column A = course name
Column B = SUMIF('Book 1'!$1:$200,A1,'Book 1'!$C$1:$C$200)
I know this is very convoluted, but basically, I need to
do how to sum or count based on multiple conditions.
here goes.
I have 2 workbooks. Book 1 has attendance numbers for
several classes in several cities. Book 2 reports total
monthly attendance for each class using SUMIF.
Problem: I need to break up this report so it calculates
attendance for the classes in individual cities. Right
now, it counts and sums all the cells that correspond to
English 101 (for example), but I want it to sum all the
cells that correspond to English 101 in New York, or
English 101 in DC, individually.
Let's say Book 1 is set up this way
Column A = course name
Column B = city
Column C = # attended
and Book 2, Sheet "New York" looks like this
Column A = course name
Column B = SUMIF('Book 1'!$1:$200,A1,'Book 1'!$C$1:$C$200)
I know this is very convoluted, but basically, I need to
do how to sum or count based on multiple conditions.