#1   Report Post  
Posted to microsoft.public.excel.misc
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.misc
external usenet poster
 
Posts: 3,572
Default SUMIF Question

Try this:

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

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"juliejg1" wrote in message
...
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.misc
external usenet poster
 
Posts: 2,480
Default SUMIF Question

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



--

Regards
Roger Govier

"juliejg1" wrote in message
...
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 Shan Excel Discussion (Misc queries) 1 December 3rd 06 03:34 AM
Question about SumIF zhuanyi Excel Worksheet Functions 3 August 11th 06 04:39 AM
SUMIF question alice Excel Discussion (Misc queries) 2 November 24th 05 02:55 PM
SUMIF question CarlosAntenna Excel Worksheet Functions 2 February 23rd 05 06:38 PM


All times are GMT +1. The time now is 01:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"