Thread
:
Formula Help
View Single Post
#
2
Posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
Posts: 35,218
Formula Help
maybe...
=IF((C8-C9)*0.04350000,75000,IF((C8-C9)*0.01<25000,25000,(C8-C9)*0.01))
heater wrote:
I need a formula to do the following:
If(c8-c9)*.04350000,75000,if(c8-c9)*.01<25000,25000,if not then (c8-c9)*.01
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson