Posted to microsoft.public.excel.worksheet.functions
|
|
Formula help
Slightly different to what you wanted in .misc
=(300/E3-1)*(OR(E3={1,2,3,5}))
--
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
with @tiscali.co.uk
"Mike" wrote in message
...
=IF(E3=1,299),IF(E3=2,149),IF(E3=3,100),IF(E3=5,59 ,0))
This is what i need, E3=1.00 then return the value of 299
E3=2.00 then return the value of
149
E3=3.00 then return the value of
99
E3=5.00 then return the value of
59
|