Thread: Excel
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Aaron Aaron is offline
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.