#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 287
Default Excel

I need to know what formula to use in order to calculate when the sum in
column A is 3 times greater than the sum in column B.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Excel

Aaron,
Adjust the ranges as required:

=IF(SUM(A:A)SUM(B:B)*3,TRUE,FALSE)

NickHK

"Aaron" wrote in message
...
I need to know what formula to use in order to calculate when the sum in
column A is 3 times greater than the sum in column B.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Excel

or just

=SUM(A:A) SUM(B:B)*3

In article ,
"NickHK" wrote:

Aaron,
Adjust the ranges as required:

=IF(SUM(A:A)SUM(B:B)*3,TRUE,FALSE)

NickHK

"Aaron" wrote in message
...
I need to know what formula to use in order to calculate when the sum in
column A is 3 times greater than the sum in column B.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 287
Default Excel

Hi

Thanks for your help. Do I put this formula at the bottom of row "AA" or row
"BB"? I need if to extract all of the values that is greater than the value
in "BB"?

"NickHK" wrote:

Aaron,
Adjust the ranges as required:

=IF(SUM(A:A)SUM(B:B)*3,TRUE,FALSE)

NickHK

"Aaron" wrote in message
...
I need to know what formula to use in order to calculate when the sum in
column A is 3 times greater than the sum in column B.




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 287
Default Excel

Hi

Thanks for your help. Do I put this formula at the bottom of row "AA" or row
"BB"? I need if to extract all of the values that is greater than the value
in "BB"?

"JE McGimpsey" wrote:

or just

=SUM(A:A) SUM(B:B)*3

In article ,
"NickHK" wrote:

Aaron,
Adjust the ranges as required:

=IF(SUM(A:A)SUM(B:B)*3,TRUE,FALSE)

NickHK

"Aaron" wrote in message
...
I need to know what formula to use in order to calculate when the sum in
column A is 3 times greater than the sum in column B.


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



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