G
Guest
In a tab I have 7 date fields named "SLA_Date1" to "SLA_Date7". Next to 6 I
have unbound fields like this:
A
B C
D E
F G
H I
J K
L M
A SLA_Date1
B SLA_Date2
..
..
..
L SLA_Date7
Difference between SLA_Date1 and other dates:
C = WorkingDays2([SLA_Date1],[SLA_Date2])
E = WorkingDays2([SLA_Date1],[SLA_Date3])
..
..
..
M = WorkingDays2([SLA_Date1],[SLA_Date7])
As an example if I fill in the first three dates, I get...
11/07/07
11/07/07 0
12/07/07 0
1
instead of...
11/07/07
11/07/07 0
12/07/07 1
All the references are correct so why is the calculation wrong?
cheers
have unbound fields like this:
A
B C
D E
F G
H I
J K
L M
A SLA_Date1
B SLA_Date2
..
..
..
L SLA_Date7
Difference between SLA_Date1 and other dates:
C = WorkingDays2([SLA_Date1],[SLA_Date2])
E = WorkingDays2([SLA_Date1],[SLA_Date3])
..
..
..
M = WorkingDays2([SLA_Date1],[SLA_Date7])
As an example if I fill in the first three dates, I get...
11/07/07
11/07/07 0
12/07/07 0
1
instead of...
11/07/07
11/07/07 0
12/07/07 1
All the references are correct so why is the calculation wrong?
cheers