Thread
:
Help with functions
View Single Post
#
6
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
Posts: n/a
Help with functions
Try this:
=IF(F35=0,0,IF(F35<=50,20,MAX(30,F35*0.15)))
Hope this helps.
Pete
Reply With Quote