What Excel formula do I use if I want to say...
(B5=345 if C3<801 also B5=545 if C3<1601 also B5=742 if C3<7501) and so on.
I'm sure there's a perfectly simple explanation but allas I cannot work it out for myself.
Not sure about this but I would have thought that the IF should be first rather than the instruction ? Possibly something like this.
IF (C3<801 then B5=345 otherwise if C3<1601 then B5=545 otherwise if C3<7501 then B5=742)
Just a thought!