Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pat Pat is offline
external usenet poster
 
Posts: 210
Default i need a formula for two columns to sum and to be able divide the

Something like this :
=sum (T2:T4),(U2:U4)=(U5/T5)

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default i need a formula for two columns to sum and to be able divide the

You tried to ask the question in the subject line, rather than in the body
of the message, so it's been truncated. Try to ask the question again, but
this time in the body of the message so that we can see it.
--
David Biddulph

"Pat" wrote in message
...
Something like this :
=sum (T2:T4),(U2:U4)=(U5/T5)

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default i need a formula for two columns to sum and to be able divide the

Didn't get the whole question, but if you want to say if the sum of T2
through T4 equals the sum of U2 through U4, then divide U5 by T5, then...

=IF(SUM(T2:T4)=SUM(U2:U4),U5/T5,"")

"Pat" wrote:

Something like this :
=sum (T2:T4),(U2:U4)=(U5/T5)

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pat Pat is offline
external usenet poster
 
Posts: 210
Default i need a formula for two columns to sum and to be able divide

hello let me copy and paste the sample
Incentive Credit Billed charge
-1.37 4.6
$0.00 2.05
($0.05) 0.25
($1.42) sum $6.90 sum -4.85915493 this is the answer i need

I hope this is a better example thanks


"Sean Timmons" wrote:

Didn't get the whole question, but if you want to say if the sum of T2
through T4 equals the sum of U2 through U4, then divide U5 by T5, then...

=IF(SUM(T2:T4)=SUM(U2:U4),U5/T5,"")

"Pat" wrote:

Something like this :
=sum (T2:T4),(U2:U4)=(U5/T5)

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pat Pat is offline
external usenet poster
 
Posts: 210
Default i need a formula for two columns to sum and to be able divide the


Hello,
and thank for all you help
I have column t2:t4 and u2:u4 i need to sum and then divide the answers
between the two to get a percentage


"Pat" wrote:

Something like this :
=sum (T2:T4),(U2:U4)=(U5/T5)

Thanks



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default i need a formula for two columns to sum and to be able divide

Try
=SUM(B:B)/SUM(A:A)

If this post helps click Yes
---------------
Jacob Skaria


"Pat" wrote:

hello let me copy and paste the sample
Incentive Credit Billed charge
-1.37 4.6
$0.00 2.05
($0.05) 0.25
($1.42) sum $6.90 sum -4.85915493 this is the answer i need

I hope this is a better example thanks


"Sean Timmons" wrote:

Didn't get the whole question, but if you want to say if the sum of T2
through T4 equals the sum of U2 through U4, then divide U5 by T5, then...

=IF(SUM(T2:T4)=SUM(U2:U4),U5/T5,"")

"Pat" wrote:

Something like this :
=sum (T2:T4),(U2:U4)=(U5/T5)

Thanks

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default i need a formula for two columns to sum and to be able divide the

Perhaps you want =SUM(U2:U4)/SUM(T2:T4) and format as percentage ?
--
David Biddulph

"Pat" wrote in message
...

Hello,
and thank for all you help
I have column t2:t4 and u2:u4 i need to sum and then divide the answers
between the two to get a percentage


"Pat" wrote:

Something like this :
=sum (T2:T4),(U2:U4)=(U5/T5)

Thanks



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
HELP! Need to divide all columns by same number to get sell price twoods403 Excel Worksheet Functions 2 May 15th 23 07:47 PM
Autosum data from 2 columns with Divide function snowball Excel Discussion (Misc queries) 1 August 25th 09 06:12 PM
DIVIDE FORMULA eric Excel Discussion (Misc queries) 2 August 21st 07 08:55 AM
Divide date into separate columns Althea Excel Worksheet Functions 7 December 13th 05 02:16 AM
Divide one row over other row I dont wont to divide one number Rick Excel Discussion (Misc queries) 0 March 4th 05 07:13 PM


All times are GMT +1. The time now is 06:24 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"