G
Guest
I'm trying to develop a two tier 'if' statement for a works bonus scheme and
struggling a bit. What I'm trying to achieve is the following:
If points>60 then return £2.5 for any points over 60. If less then 60
return 0. Then if points are => 150 then return £3.10 for any points over
150. So far I have:
=IF(E80>60,2.5*(E80-60),IF(E80>=150,3.1*(E80-150),0)) but it goes wrong over
150 points.
Can anyone help me correct this.
Thanks
struggling a bit. What I'm trying to achieve is the following:
If points>60 then return £2.5 for any points over 60. If less then 60
return 0. Then if points are => 150 then return £3.10 for any points over
150. So far I have:
=IF(E80>60,2.5*(E80-60),IF(E80>=150,3.1*(E80-150),0)) but it goes wrong over
150 points.
Can anyone help me correct this.
Thanks