SUMIF variables

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi

I have a sheet which has three columns - well, several, but these are
the ones which are important here :) -

D = "Responding to:" this will be 'Advertisement', 'Leaflet' or
'Campaign'

F = "£Weekly rate"

and

G = "£Arrears"

On sheet 2 I want to be able to sum the arrears by 'responded-to'-type,
ie, sum items in sheet 1, column G if they responded because of the
Leaflet.

I'll also then do a similar thing for an average weekly rate by
'responded-to'-type.

Trouble is, I can't see how to get SUMIF to work here.

Does anyone have any suggestions?

Thanks in advance

Steve
 
Hi Steve

=SUMIF(Sheet1!$D$1:$D$100,"Leaflet",Sheet1!$G$1:$G$100)
should work

if you still can't get it to work, could you copy & paste the exact formula
you're using.

Cheers
JulieD

Hi

I have a sheet which has three columns - well, several, but these are
the ones which are important here :) -

D = "Responding to:" this will be 'Advertisement', 'Leaflet' or
'Campaign'

F = "£Weekly rate"

and

G = "£Arrears"

On sheet 2 I want to be able to sum the arrears by 'responded-to'-type,
ie, sum items in sheet 1, column G if they responded because of the
Leaflet.

I'll also then do a similar thing for an average weekly rate by
'responded-to'-type.

Trouble is, I can't see how to get SUMIF to work here.

Does anyone have any suggestions?

Thanks in advance

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

sumproduct or sumif? 3
SUMIF and <> 5
SUMIF with 2 criterias 2
Complex Sumif 6
Sum all sheets if Column L 3
SUMIFS with Dates 1
SUMIF by Week. 8
SUMIF with NAME RANGE 1

Back
Top