Hi can you say what I did wrong here
I want to say
if the value in bi is greater than 1384.116 then take bi and minus it from 1384.116 then that result must be multiplied by 70% of the value in c1 then multiply that value by 25%
thanks
tks
Abidh
(IFB1>1384.116, then(b1-1384.116)-(.7*c1)*.25)
I want to say
if the value in bi is greater than 1384.116 then take bi and minus it from 1384.116 then that result must be multiplied by 70% of the value in c1 then multiply that value by 25%
thanks
tks
Abidh
(IFB1>1384.116, then(b1-1384.116)-(.7*c1)*.25)
Last edited by a moderator: