SUMIF Question

J

juliejg1

I have the following formula:

=SUMIF(Data!$T$6:Data!$T$20000,"Long
Term",(Data!BE$6:Data!BE$20000/sum(Data!BE$6:Data!BE$20000)))

I am having a problem in making this work. I want it to look in cells
T6:T20000 to see if it says 'Long Term'. If it does then I want it to sum
the corresponding 'Long Term' amounts in column BE6:BE20000 and take that
summed total and divide it by the complete total of column BE6:BE20000
(regardless of what is in column T).
 
Y

yshridhar

Modify the formula
=SUMIF(Data!$T$6:Data!$T$20000,"Long
Term",Data!BE$6:Data!BE$20000)/sum(Data!BE$6:Data!BE$20000)
with regards
Sreedhar
 
J

juliejg1

Works great...thanks!

yshridhar said:
Modify the formula
=SUMIF(Data!$T$6:Data!$T$20000,"Long
Term",Data!BE$6:Data!BE$20000)/sum(Data!BE$6:Data!BE$20000)
with regards
Sreedhar
 

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

Sumif and Specified Ranges 2
SUMPRODUCT problem 4
SUMIF 1
Formula Problem 5
Sum data in a column if multi creteria met 3
SumIf AND 6
Help with altering a formula 3
SUMIF with criteria "<>" & "=" 4

Top