Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can someone please help. I think this is basic, but I must be overthinking it.
I need a formula to multiply 1.5 to the difference of 40 and C5 if the cell is over 40. IF(C5 <= 40, 0, IF (C540, C5-40 * 1.5.)) Like I said, basic, but can't figure it out. Thanks |