G Guest May 13, 2005 #1 How do I enter year month day separately and combine them. only year may be enetered.
G Guest May 13, 2005 #2 Use the Dateserial() function MyYear = 2005 MyMonth = 5 MyDay = 13 =Dateserial(MyYear, MyMonth, MyDay)
Use the Dateserial() function MyYear = 2005 MyMonth = 5 MyDay = 13 =Dateserial(MyYear, MyMonth, MyDay)
G Guest May 17, 2005 #3 Thanks, this led to a different approach to the problem, using this function. As Klatuu has written elsewher, there are many ways to skin a cat.
Thanks, this led to a different approach to the problem, using this function. As Klatuu has written elsewher, there are many ways to skin a cat.