One way:

=IF(ISBLANK(AJ2),"",'Jobs (2)'!F2*IF(H2<40,0.682,IF(H2>130,0.781,X)))

where X is your new value.





In article <[email protected]>,
"gavin" <[email protected]> wrote:

> I have the following formula which works OK:
>
> =IF(ISBLANK(AJ2),"",IF(H2<40,'Jobs (2)'!F2*0.682,IF(H2>130,'Jobs
> (2)'!F2*0.781,"0")))
>
> But I need to add another IF clause to account for values in H2 which lie
> between 40 and 130. How do I do that - I just can't work it out?