Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My manager is trying to use the following formula: IF(B9100,SUM(C15:C16),"")
He wants in cell f5: if b9 is greater than 100, then sum c15:16 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =IF(B9100,C15+C16,"") "Cokeyb" wrote: My manager is trying to use the following formula: IF(B9100,SUM(C15:C16),"") He wants in cell f5: if b9 is greater than 100, then sum c15:16 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula works as you wish.......just remember to put an equal sign in
front of it so Excel knows it's a formula instead of just TEXT. =IF(B9100,SUM(C15:C16),"") Vaya con Dios, Chuck, CABGx3 "Cokeyb" wrote: My manager is trying to use the following formula: IF(B9100,SUM(C15:C16),"") He wants in cell f5: if b9 is greater than 100, then sum c15:16 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
Formula Question | Excel Discussion (Misc queries) | |||
Excel formula question | Excel Discussion (Misc queries) | |||
Formula Question | Excel Worksheet Functions | |||
I have a question regarding countif formula. | Excel Worksheet Functions |