#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default SUMIF Question

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).
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 229
Default SUMIF Question

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
"juliejg1" wrote:

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).

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default SUMIF Question

Works great...thanks!

"yshridhar" wrote:

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
"juliejg1" wrote:

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).

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 229
Default SUMIF Question

You are most welcome. Thank for feedback.
with regards
Sreedhar

"juliejg1" wrote:

Works great...thanks!

"yshridhar" wrote:

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
"juliejg1" wrote:

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).

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 Question? Jay Excel Discussion (Misc queries) 8 December 14th 07 04:24 PM
Sumif question Harry Webster Excel Worksheet Functions 2 June 9th 07 01:02 AM
SUMIF Question Barb Reinhardt Excel Worksheet Functions 11 May 3rd 06 12:37 AM
SUMIF Question Brig Siton Excel Worksheet Functions 3 January 25th 06 05:16 PM
Sumif question J Shrimps, Jr. Excel Worksheet Functions 5 January 20th 06 05:26 PM


All times are GMT +1. The time now is 07:29 PM.

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"