Ok.. Hopefully this is the last one I need..!
I have this formula working;
=IF(C15="F",IF(C15="F",B15*0.04+0.13),IF(C15="L",$Z$2,IF(C15="O",$Z$5,IF(C15="M",MIN(2.3,B15*0.23)+MAX(0,B15-15)*0.23,IF(C15="N",MIN(0.55,B15*0.08)+MAX(0,B15-10)*0.08)))))
Cell B15 is the reference, when calculating the value if C15 = either "M" or "N"
then minimum value to reference is 1 (eg it would assume B15 = 1, after that it can be any number or part there of, but it must be a minimum of 1 when calculating the value if C15 =either "M" or "N"
I can't just change B1, as there are other columns that allow B15 to be less than 1.
Thanks,
Bookmarks