Would an "AND" function do it?
S
| Hi,
|
[quoted text clipped - 14 lines]
|
| Don
Hi Don
Assuming your reference date was in cell A1
perhaps something like the following
=IF($A$1-VLOOKUP(ID,Table,offset,0)<x_days,"Valid","Invalid")
I am assuming the value in the Table is the date of their qualification.
If whether they hold a particular qualification is held in one column of
the table, and date of acquiring the qualification is held in the next
column, you need only concern yourself with the date column, since if
they don't hold the qualification then presumable the date cell would be
blank.
If date is blank, Excel will interpret that as 01/01/1900 and when taken
away from your reference date would give a huge value which would cause
an "Invalid" outcome.

Signature
Regards
Roger Govier
> Hi,
>
[quoted text clipped - 14 lines]
>
> Don
DonH - 22 Oct 2006 10:47 GMT
Many thanks for your reply I'll give it a go.
Regards
DonH
> Hi Don
>
[quoted text clipped - 30 lines]
>>
>> Don