=IF(B33=I33,K33,IF(B33=I34,K34,IF(B33=I35,K35)))*1000+(D33)/(C33)
The code works fine as this:
=IF(B33=I33,K33,IF(B33=I34,K34,IF(B33=I35,K35)))*1000+(D33)
But I want to afterwards divide the figure by the value in C33. I have tried multiple ways of including the / C33
but they all add up to the wrong value or give errors.