When a user enters a date in A1, I want A2 to give me the last day of the month from A1. Any ideas?
T tjb Sep 26, 2005 #1 When a user enters a date in A1, I want A2 to give me the last day of the month from A1. Any ideas?
S Sandy Mann Sep 26, 2005 #3 Try: =DATE(YEAR(A1),MONTH(A1)+1,1)-1 -- HTH Sandy [email protected] Replace@mailinator with @tiscali.co.uk
Try: =DATE(YEAR(A1),MONTH(A1)+1,1)-1 -- HTH Sandy [email protected] Replace@mailinator with @tiscali.co.uk