I am trying to write a function that cheks a DOB against peramiters to give me 3 values. This is the first time I have tried to write something like this and I am stumped.
if dob (column A) is >="01/09/1987" +(A2<=31/8/1988) (column B)K2=1999 (column C)K3=2002 (column D)K4=2004
DOB K2 K3 K4
10/09/1987 1999 2002 2004
I have 10,000 records in the current spreadsheet and we are expection about 20 more sheets in the coming months.
If I can't set it up I will have to rely on the formula that I have started but as you can guess it would be huge.
This is working out 1 year and 1 value
=IF(A2>="01/09/1987"+(A2<=31/8/1988),1999,"date not in range")
Any help would be greatly appriciated
___________________
Manic
if dob (column A) is >="01/09/1987" +(A2<=31/8/1988) (column B)K2=1999 (column C)K3=2002 (column D)K4=2004
DOB K2 K3 K4
10/09/1987 1999 2002 2004
I have 10,000 records in the current spreadsheet and we are expection about 20 more sheets in the coming months.
If I can't set it up I will have to rely on the formula that I have started but as you can guess it would be huge.
This is working out 1 year and 1 value
=IF(A2>="01/09/1987"+(A2<=31/8/1988),1999,"date not in range")
Any help would be greatly appriciated
___________________
Manic