Excel 2000
Hello,
I have a series of input boxes that prompt users to enter dates whose values are put into cells. These dates are used in formulas. I have noticed that if they enter the dates i.e. 3/1/2003 the formulas won't work I guess because it's a static number instead of a date formatted number.
If I enter them as date formats i.e. =DATE(2003,3,1) directly into the cell, the formulas work. Is there a way the user can input the dates into the input boxes in a user friendly manner and programatically can be turned into date formats? This is a major stumbling block. If anybody can help, I'd appreciate it. Thanks a bunch.
Hello,
I have a series of input boxes that prompt users to enter dates whose values are put into cells. These dates are used in formulas. I have noticed that if they enter the dates i.e. 3/1/2003 the formulas won't work I guess because it's a static number instead of a date formatted number.
If I enter them as date formats i.e. =DATE(2003,3,1) directly into the cell, the formulas work. Is there a way the user can input the dates into the input boxes in a user friendly manner and programatically can be turned into date formats? This is a major stumbling block. If anybody can help, I'd appreciate it. Thanks a bunch.