Thread
:
IF Statements - Novice
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Jarek Kujawa[_2_]
external usenet poster
Posts: 896
IF Statements - Novice
=IF(N95=0,0,IF(N95<=3,90,N95*30))
or even better
=IF(N95=0,0,IF(AND(N95<=3,90,N950),90,N95*30))
Reply With Quote
Jarek Kujawa[_2_]
View Public Profile
Find all posts by Jarek Kujawa[_2_]