April 21, 200916 yr Hi If i need to total the no of day, in calculation which Function should I use? eg. 14/04/09 to 16/04/09. Total no of day is 3 day Thank gregory
April 21, 200916 yr Author Hi It should be 3 day. If we use date2 - date1 I only get 2 day Thank gregory
April 21, 200916 yr Well most want the difference in the dates. You can try the following: Case ( NOT IsEmpty ( date1 ) AND NOT IsEmpty ( date2 ); date2 - date1 + 1 )
Create an account or sign in to comment