Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |