R Randy Jul 8, 2005 #1 I have a cell where I put a date A1. I need a formula where it will produce the first date of the next month. Thanks for any help.
I have a cell where I put a date A1. I need a formula where it will produce the first date of the next month. Thanks for any help.
A Anne Troy Jul 8, 2005 #3 =DATE(YEAR(a1),MONTH(a1)+1,1) ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com
=DATE(YEAR(a1),MONTH(a1)+1,1) ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com
G Guest Jul 8, 2005 #4 Try this: =EOMONTH(A1,0)+1 Note: If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in Does that help?
Try this: =EOMONTH(A1,0)+1 Note: If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in Does that help?