Thread
:
Grater than or less than formula
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Grater than or less than formula
this
=L10+IF(L10=355,L10*0.085,0)
or better
=L10*IF(L10=355,1.085,0)
--
Don Guillett
SalesAid Software
"Jeff" wrote in message
...
I am trying to bring back a value to cell L31
if L30 is <$355 then put $30.00 in cell L31
if L30 is or equal to $355 then multiply by 0.085
thank you for any help.
using office 2000
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]