I get a #NUM error from my If statement when the logical test is False (or true if I swap the test) but it works fine when True.
Any ideas would be much appreciated as I am at wits end.
Code:
=IF(B1<"3/7/1983",DATEDIF(B1,"3/7/1983","d"),"Arrgh I'm going mad")