Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Let's simplify this down a bit: =IF(L3*70<C3,0,L3*70) 35*2 is a constant so just enter 70. There is not need to "0", technically that is a text entry not a number, besides it waste keystrokes. You don't need () around the if test. Might as well get into good formula construction habits early. -- Thanks, Shane Devenshire "Darts via OfficeKB.com" wrote: Raz wrote: try this =IF((l3*35*2<=C3), "0", l3*35*2) how do i write a formula for this (this is what i have in m3 as my formula) =(l3*35)*2 [quoted text clipped - 8 lines] 48.47 min - 56 min - 7.53 min - .01255 - $8.79 Thank You it worked great!! Your the best!! -- Message posted via http://www.officekb.com |