Thread
:
I want to limit the result of a calculation to a maximum number...
View Single Post
#
4
Posted to microsoft.public.excel.misc
MartinW
external usenet poster
Posts: 860
I want to limit the result of a calculation to a maximum number...
Hi Darrell,
This should do.
=IF(B4=0,0,IF(B6=0,0,IF(B6/(PI()*(B4/12)600,600,B6/(PI()*(B4/12))))
HTH
Martin
Reply With Quote
MartinW
View Public Profile
Find all posts by MartinW