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