If you tell us how to calculate this population figure, then yes.

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Thanks for that, but I need to to populate how much it is out of spec.
> Can
[quoted text clipped - 23 lines]
>> >
>> > Hope this makes sense.
As per my 1st post:
Column F = I am only wanting to populate column F if the result is out of
spec ie (if D is less than A-B then result D-(A-B) or if D is greater than
A+C then result D-(A+C)) if non of these are true leave blank.
> If you tell us how to calculate this population figure, then yes.
>
[quoted text clipped - 25 lines]
> >> >
> >> > Hope this makes sense.
David Biddulph - 28 Mar 2008 13:53 GMT
=IF(D1<A1-B1,D1-(A1-B1),IF(D1>A1+C1,D1-(A1+C1),""))
[so I don't know why you were looking for an OR function?]

Signature
David Biddulph
> As per my 1st post:
>
> Column F = I am only wanting to populate column F if the result is out of
> spec ie (if D is less than A-B then result D-(A-B) or if D is greater than
> A+C then result D-(A+C)) if non of these are true leave blank.
>> If you tell us how to calculate this population figure, then yes.
>>
[quoted text clipped - 29 lines]
>> >> >
>> >> > Hope this makes sense.