01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
None | ||||||||||||||||||||
Windows 95 or Windows 98, Windows NT 4 with Service Pack 3 or greater, or Windows NT 5 | ||||||||||||||||||||
System clock | ||||||||||||||||||||
09 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Excel 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.How the product handles dates:
The following optional registry setting can also be used to keep a "yyyy" format when a 4-digit date is entered: HKEY_CURRENT_USER\Software\ Microsoft\Office\9.0\Excel\Options::EnableFourDigitYearDisplay(DWORD)=1. This setting only affects dates entered with 4-digit years: that is, entering "1/1/1925" will display "1/1/1925," but entering "1/1/25" will still display "1/1/25."
Because this is a system-wide setting, it will affect all programs that call the application programming interface (API); however, it will only affect older programs, such as Microsoft Access 97, which use OLE automation to determine dates. Also, because this change has broad impact on 2-digit date handling, including that in Microsoft Visual Basic (VB) and Microsoft Visual Basic for Applications (VBA), before making the change, users should consider all instances of where 2-digit years may be handled in Office or in their operating system. For more information, see the
Two-digit shortcut handling : See "Parsing on Date Entry" above.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify that dates are being properly used. The following table can be used to guide testing of Excel 2000 within your organization.
Additional testing instructions: Excel 2000 has been designed for calculations well beyond the year 2000. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit year format.To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy"). Because Excel 2000 Beta 2 is a beta product, it has an expiration date; however, 2 time periods exist to allow users to verify that Excel is Year 2000 compliant. These periods are 12/15/1999 to 03/15/2000 and 12/15/2000 to 03/15/2001.
Set the system clock to 11:58 P.M., 12/31/1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 2 minutes, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year; however, in your testing, you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by four, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. (See Excel 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find, and file I/O. For additional information that is appropriate for Excel 2000 please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||
None | ||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above, MS-DOS 5.0 or later | ||
System clock | ||
09 Nov 1999 | ||
How the product handles dates: Storage. By default, Microsoft Excel 4.0a stores dates as numeric values, with day #1 being 01-JAN-1900. Excel recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01-JAN-2000 is stored as value 36526, since it is the 36525 days after 01-JAN-1900. Excel can alternately use the 1904 date system, where day #1 is 02-JAN-1904. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date style. If the system short date is a YY format (2-digit year), then even when the user types a YYYY date (4-digit year), it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 4 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as 01-JAN-1925. To avoid any possible confusion, users can display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information. Two-digit shortcut handling: What are the acceptable deviations? MS Query accepts two-digit year date formatting for your ODBC query, but assumes a date in the 1900s. To avoid this issue, you should use 4-digit years for queries based upon date data. The function DAYS360() will erroneously report an extra day when the date range spans a leap day. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date 01-JAN-1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q182766 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Date entry using a format such as "Dec 98" or "12/98" will not function correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting (See KB article Q180952 for more information). Users with a "M-d-y" system short date style will encounter this issue more frequently than users with a "d-M-y" order. An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criteria by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a four digit year, but current versions of Microsoft Query also support windowing of two digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is always some potential for error. Use serial dates whenever possible and take great care when transferring text dates.
Sub-system
Component File Various File Formats Avoid storing 2-year dates in text file formats such as TXT, DIF, CSV, PRN. The default column width with default fonts may truncate characters with date formats that have 8 digits and two separators. To correct, increase the column width, or change the font to a fixed-width typeface such as Courier New. Data Import from: text, Databases, External data sources Sort
Data imported from databases and other external sources is often imported as text. Importing 2-digit years will be parsed with the 2019/1920 cutoff. This is different from later versions of Excel, so use 4-digit years to prevent confusion.
Basic Use
Functions Date Entry Natural Language Functions
Functions referring to text dates will parse according to the 2019/1920 cutoff rule. Date entry will parse according to the 2019/1920 cutoff rule.
Visual Data
Charts Since chart labels are normally used for display, and not for calculation, this should not pose much of an issue.
Visual Basic/Visual Basic for Applications
Transfer between VB/VBA and cells
Internally, VBA treats dates as serial values, exactly like Excel. However, since VBA uses the "M/d/yy" format, you should avoid transferring the date text through VBA, since it could parse to the wrong century. This will also help avoid issues with international users who have a system short date format with an order other than M-d-y. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||
None | ||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above, MS-DOS 5.0 or later | ||
System clock | ||
09 Nov 1999 | ||
How the product handles dates: Storage. By default, Microsoft Excel 4.0a stores dates as numeric values, with day #1 being 01-JAN-1900. Excel recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01-JAN-2000 is stored as value 36526, since it is the 36525 days after 01-JAN-1900. Excel can alternately use the 1904 date system, where day #1 is 02-JAN-1904. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date style. If the system short date is a YY format (2-digit year), then even when the user types a YYYY date (4-digit year), it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 4 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as 01-JAN-1925. To avoid any possible confusion, users can display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information. Two-digit shortcut handling: What are the acceptable deviations? MS Query accepts two-digit year date formatting for your ODBC query, but assumes a date in the 1900s. To avoid this issue, you should use 4-digit years for queries based upon date data. The function DAYS360() will erroneously report an extra day when the date range spans a leap day. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date 01-JAN-1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q182766 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Date entry using a format such as "Dec 98" or "12/98" will not function correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting (See KB article Q180952 for more information). Users with a "M-d-y" system short date style will encounter this issue more frequently than users with a "d-M-y" order. An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criteria by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a four digit year, but current versions of Microsoft Query also support windowing of two digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is always some potential for error. Use serial dates whenever possible and take great care when transferring text dates.
Sub-system
Component File Various File Formats Avoid storing 2-year dates in text file formats such as TXT, DIF, CSV, PRN. The default column width with default fonts may truncate characters with date formats that have 8 digits and two separators. To correct, increase the column width, or change the font to a fixed-width typeface such as Courier New. Data Import from: text, Databases, External data sources Sort
Data imported from databases and other external sources is often imported as text. Importing 2-digit years will be parsed with the 2019/1920 cutoff. This is different from later versions of Excel, so use 4-digit years to prevent confusion.
Basic Use
Functions Date Entry Natural Language Functions
Functions referring to text dates will parse according to the 2019/1920 cutoff rule. Date entry will parse according to the 2019/1920 cutoff rule.
Visual Data
Charts Since chart labels are normally used for display, and not for calculation, this should not pose much of an issue.
Visual Basic/Visual Basic for Applications
Transfer between VB/VBA and cells
Internally, VBA treats dates as serial values, exactly like Excel. However, since VBA uses the "M/d/yy" format, you should avoid transferring the date text through VBA, since it could parse to the wrong century. This will also help avoid issues with international users who have a system short date format with an order other than M-d-y. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 01 Dec 2078 | ||
None | ||
Arabic Windows 3.x, Arabic Windows 95/98 in both enabled and localized versions, Arabic Windows 95/98, Windows NT 4 Enabled | ||
System clock | ||
11 Nov 1999 | ||
How the product handles dates:
Common date usage errors:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other products are difficult to predict. Interoperability testing with other Microsoft Office products can be conducted safely. Testing Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | |||||||||||||||||||||||
None | |||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | |||||||||||||||||||||||
System clock | |||||||||||||||||||||||
11 Nov 1999 | |||||||||||||||||||||||
Why is the product not compliant? Depending on the date separators used, Excel 5.0 may recognize two-digit years as always falling in the 20th century. This can be avoided if users enter all 4-digits for the year when referring to a 21st century date. See below for more information. How the product handles dates:
Parsing on date entry.
Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base (KB) article Q181370 http://support.microsoft.com/support/kb/articles/Q181/3/70.asp for more information.)Two-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base article Q164406 http://support.microsoft.com/support/kb/articles/Q164/4/06.asp for more information.)Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel 5.0 might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel 5.0, it will parse the date to January 1, 2015. This can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See Knowledge Base article Q182766 http://support.microsoft.com/support/kb/articles/Q182/7/66.asp for more information.)
Recording date entry in a macro records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See Knowledge Base article Q182766 http://support.microsoft.com/support/kb/articles/Q182/7/66.asp for more information.)
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify dates are being properly used. The table below can be used to guide testing of Microsoft Excel 5.0 within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel 5.0.
Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel 5.0 treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 http://support.microsoft.com/support/kb/articles/Q181/3/70.aspfor more information.)
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | |||||||||||||||||||||||
None | |||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | |||||||||||||||||||||||
Operating system clock | |||||||||||||||||||||||
11 Nov 1999 | |||||||||||||||||||||||
How the product handles dates:
Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base (KB) article Q181370 for more information.)Two-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base article Q164406 for more information.)Common date usage errors:
Recording date entry in a macro records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See Knowledge Base article Q182766 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Excel 5 assumes "Dec 01" refers to December 1 of the current year. (See Knowledge Base article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criteria by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel 5.
Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel 5 treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System Clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 01 Dec 2078 | ||
None | ||
Hebrew Windows 3.x, Hebrew Windows 95/98 in both enabled and localized versions, Hebrew Windows 95/98, Windows NT 4 Enabled | ||
System clock | ||
11 Nov 1999 | ||
Special Note for Hebrew version of Excel:
How the product handles dates:
Common date usage errors:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other products are difficult to predict. Interoperability testing with other Microsoft Office products can be conducted safely. Testing Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | |||||||||||||||||||||||
None | |||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | |||||||||||||||||||||||
System clock | |||||||||||||||||||||||
11 Nov 1999 | |||||||||||||||||||||||
How the product handles dates:
Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base (KB) article Q181370 for more information.)Two-digit shortcut handling: See discussion above. (See Knowledge Base article Q164406 for more information.)Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel 5 might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1-1-15". When you paste "1-1-15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See Knowledge Base article Q182766 for more information.)
Recording date entry in a macro records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See Knowledge Base article Q182766 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel 5 assumes it is a year. However, Microsoft Excel 5 assumes "Dec 01" refers to December 1 of the current year. (See Knowledge Base article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files. The following areas should be examined to verify dates are being properly used. The table below can be used to guide testing of Microsoft Excel 5 within your organization.
Additional Testing Instructions Microsoft provides the following Year 2000 testing guidelines for Microsoft Excel 5.
Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel 5 treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.) |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | |||||||||||||||||||||||
None | |||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | |||||||||||||||||||||||
Operating system clock | |||||||||||||||||||||||
11 Nov 1999 | |||||||||||||||||||||||
Why is the Product Not Compliant? Excel 5.0 recognizes all two-digit years as the 20th century. This can be avoided if users enter all 4-digits for the year when referring to a 21st century date. How the product handles dates:
Leap Year. Microsoft Excel 5.0 treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base (KB) article Q181370 for more information.)Two-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes that 2-digit years are 20th century (19XX), except for the year "00" which parses to 2000. (See Knowledge Base article Q164406 for more information.)Common date usage errors:
Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See Knowledge Base article Q182766 for more information.)Using a format such as "Dec 98" or "12/98" will not function correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel 5 assumes it is a year. However, Excel 5 assumes "Dec 01" refers to December 1 of the current year. (See Knowledge Base article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify dates are being properly used. The table below can be used to guide testing of Microsoft Excel 5 within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel 5.
Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel 5 treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.) |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | |||||||||||||||||||||||||||||||||||||
None | |||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | |||||||||||||||||||||||||||||||||||||
System clock | |||||||||||||||||||||||||||||||||||||
11 Nov 1999 | |||||||||||||||||||||||||||||||||||||
·
How the product handles dates: ·
Formatting. When Microsoft Excel formats a date,
it uses one of several default formats. The most common is the system short
date. If the system short date is a YY format (2-digit year), then even when
the user types a YYYY date (4-digit year), it will by default display in a YY
format. The format can be changed. To avoid any ambiguity we recommend changing
the system short date to a YYYY format. ·
Parsing on date entry. If a user enters a date in a
"M/d/yy" format, less than 20 is 20XX, and equal to or greater than
20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as
January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To
avoid any possible confusion, users can always display dates in a YYYY format so
the century is clearly shown. ·
Leap Year. Microsoft Excel treats 1900 as a leap
year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge
Base article Q181370 for more information.) ·
If a date
is pasted from one application to another using only the last two digits of the
year, Microsoft Excel might parse the date differently than the originating
application calculated it. Example: In a non-Excel application, you have the
date January 1, 1915. You copy the date, but your system settings are
"M/d/yy", and all that is copied is the text "1/1/15". When
you paste "1/1/15" into Microsoft Excel, it will parse the date to
January 1, 2015. Such an error can also occur when one application is
using a "M/d/yy" format while another application is using a
"d/M/yy" format. This also applies to importing dates from text
files. (See KB
articles Q180159 for more information.) ·
The
DATE() function is not designed to take 2-digit year shortcuts, since it
receives numeric parameters. The DATE() function calculates a number less than
1900 as an offset from 1900. So, if you were to enter a formula such as
=DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. ·
Recording
date entry in a macro only records the year according to the system short date
format, which results in parsing a 2-digit year in playback. (See KB
article Q180159 for
more information.) ·
Using a
format such as "Dec 98" or "12/98" will not function
correctly at the year 2001. This is because 98 is too large to be the day of
month, so Microsoft Excel assumes it is a year. However, Excel assumes
"Dec 01" refers to December 1 of the current year. Since Microsoft
Excel always stores the complete date, you can avoid ambiguity by entering a
full date regardless of the display formatting. (See KB
article Q180952 for more information.) ·
An undocumented behavior of Microsoft Query (all
versions) may unintentionally encourage some users to enter a date criterion by
specifying merely a month and day (such as “12/25”). In that instance, Query
interprets the date as month and day of the current year. When the current year
is equal to or greater than 2000, a malformed SQL statement is generated. In
the event that this occurs, an error is generated and no data is returned.
Avoiding this error is readily accomplished by entering a full and complete
date. Microsoft recommends that all dates be entered in unambiguous formats,
including a 4-digit year, but current versions of Microsoft Query also support
windowing of 2-digit year dates as described in the Excel Year 2000 Product
Guides. ·
Microsoft
Excel handles serial dates, the most common usage of dates, properly. Due to
the ambiguous nature of text dates, there is always some potential for error.
Use serial dates whenever possible and take great care when transferring text
dates. ·
Change
the default system short date format to include a 4-digit year. Get in the
habit of using 4-digit year formats for dates in Excel. Such a practice will
make the date visible if a user mistakenly enters a date in the wrong century.
When dates must be transferred between applications, ideally they should be
transferred as serial dates. They should never be transferred as an ambiguous
text format that doesn't specify the century and causes confusion between month
and day-of-month. For example, the text "2/1/25" could be interpreted
as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. ·
Defined
names store references only as text strings. Since they do not store dates as
serial values, they are vulnerable to century issues when a 2-digit year format
is used. Using defined names in this way is also problematic because users who
use a date format with an order other than M-d-y will experience miscalculations.
Recommended usage is to define the name referring to a cell containing a serial
date, which will avoid both of the above-mentioned potential problems.
Additional Testing Instructions ·
Excel is designed to handle 2-digit year shortcuts well
into the next century. Dates are stored
internally, in a complete form, with full century information. Nevertheless, a
user or administrator may elect to change the operating system short date
format to a 4-digit display in order to avoid ambiguity when reading or
transferring dates. Note that this
change can affect column widths and print layout and it could require
additional changes in your worksheets. If you decide not to set your system
short date format to include a 4-digit year, you can format each cell
individually by selecting Format/Cells/Number/Custom, and entering a 4-digit
year format. To change the system short date format, press the Start button,
then select Settings, Control Panel, Regional Settings, select the Date page,
then change the Short Date Style to a format that includes a 4-digit year by
replacing the "yy" portion with "yyyy". ·
Verify
that Microsoft Excel transitions smoothly into the year 2000: Warning! Before
conducting this test, make sure you do not have any software containing a
license that expires by the year 2000. This is especially common with beta
copies of software programs. If a program determines that its license has
expired it is possible the program will no longer boot, even after resetting
the system clock. Changing a system clock on a network can affect other
computers connected to the network, so it is highly recommended that you
isolate the computer from all other systems before changing the system clock to
conduct the following test. ·
Set the
system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell
R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to
recalculate the formula you entered in A1. Note that the time and date shown
will be in the year 2000, and nothing unusual has happened to Excel. Remember
to reset your system clock to the correct time and date after conducting this
test. ·
Verify
that Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1
(cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that
the resulting date is February 29, indicating that Excel correctly recognizes
that 2000 is a leap year. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Thai Windows 3.1 or above or Thai Win NT 4.0 or above | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
System Clock | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, you should always use 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Microsoft Windows 3.1 or above or Microsoft Windows NT 3.1 or above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
System clock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Nov 1999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) What are the acceptable deviations? MS Query accepts 2-digit-year date formatting for your ODBC query, but will assume a date in the 1900s. To avoid this issue, Microsoft recommends using 4-digit years for queries based upon date data. Common date usage errors:
In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 01 Dec 2078 | ||
None | ||
Arabic Windows 95/98 in both enabled and localized versions | ||
System clock | ||
11 Nov 1999 | ||
What are the acceptable deviations? MS Query accepts 2-digit year date formatting for the user’s ODBC query, but assumes a twentieth century date. To avoid this issue, users should use 4- digit years for queries based upon date data. Special Notes for Arabic version of Excel:
How the product handles dates:
Common date usage errors:
Recommendations:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other products are difficult to predict. Interoperability testing with other Microsoft Office products can be conducted safely. Testing Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
Note: The year 1900 is not a leap year. However, in testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will break at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is always some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | |||||||||||||||||||||||
Office 95 Year 2000 Software Update | |||||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | |||||||||||||||||||||||
System clock | |||||||||||||||||||||||
12 Nov 1999 | |||||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/china/downloadDetails/sr2off97.htm.How the product handles dates:
Leap Year. Microsoft Excel 7 treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)Two-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.)Common date usage errors:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other products. The following areas should be examined to verify dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel 7.
Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel 7 treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.) Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 Chinese Traditional by providing software updates for identified issues through January 1, 2001, except for the existing Emperor Dating System issues. Newer Service Packs are also to be maintained at least as Compliant*# with the same Emperor Dating System exception coupled with intent to fix other identified issues, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.An Office 95 Year 2000 update is now available. For more detailed information and to download this update please go to http://www.microsoft.com/taiwan/download/office.htm.How the product handles dates:
Two-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1920 through 2019. (See Knowledge Base (KB) article Q164406 for more information.) Common date usage errors:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other products. The following areas should be examined to verify dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel 7.
Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See Knowledge Base article Q181370 for more information.) Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||
None | ||
Hebrew Windows 95/98 in both enabled and localized versions, | ||
System clock | ||
12 Nov 1999 | ||
What are the acceptable deviations? MS Query accepts 2-digit year date formatting for the user’s ODBC query, but assumes a date in the 1900s. To avoid this issue, users should use 4-digit years for queries based upon date data. Special Notes for Hebrew version of Excel:
How the product handles dates:
Common date usage errors:
Recommendations:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other products are difficult to predict. Interoperability testing with other Microsoft Office products can be conducted safely. Testing Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
Note: The year 1900 is not a leap year. However, in testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 01 Jan 1900 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System cllock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 Japanese by providing software updates for identified issues through January 1, 2001, except for the existing Emperor Dating System issues. Newer Service Packs are also to be maintained at least as Compliant*# with the same Emperor Dating System exception coupled with intent to fix other identified issues, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.
An Office 95 Year 2000 update is now available. For more detailed information and to download this update please go to http://www.microsoft.com/japan/Office/OfficeFreeStuff/Office/O95y2k/.How the product handles dates:
If a user enters a date in a "yy/mm/dd" format, it will be interpreted as a Japanese era date. For instance, "1/2/3" will parse to 03 FEB 1989, or February 3, Heisei year 1. To avoid ambiguity, enter dates in a YYYY/MM/DD format so they can be clearly understood as Gregorian dates. Or enter dates with a prefix for the Japanese era, such as H, S, T, or M, so they can be understood as Japanese era dates. On a default Japanese system, if a user enters a 21st century date in a "mm/dd/yy" format, some cases will be interpreted as a "yy/mm/dd" format. To avoid ambiguity, enter dates in a YYYY/MM/DD format so the date can be clearly understood.
Two-digit shortcut handling: See discussion above. (See Knowledge Base (KB) article Q164406 for more information.)Common date usage errors:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because we cannot predict side effects with other products. The following areas should be examined to verify dates are being properly used. The table below can be used to guide testing of Excel 7 within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel 7 treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.) Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites
How the product handles dates:
Two-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes that two-digit years are 20th century (19XX), except for the year "00" which parses to 2000. (See Knowledge Base (KB) article Q164406 for more information.)Common date usage errors:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify dates are being properly used. The table below can be used to guide testing of Excel 7 within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel 7.
Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel 7 treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See Knowledge Base article Q181370 for more information.) Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
None | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.An Office 95 Year 2000 software update will be available in June 1999 that will correct known Year 2000 related issues in the applications used in Office 95. For specific issues remediated by this software update see http://officeupdate.microsoft.com/articles/O95y2kfactsheet.htm
Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is always some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy". Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
Office 95 Year 2000 Software Update | ||||||||||||||||||||
Microsoft Windows 95 or above or Microsoft Windows NT 3.51 or above | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 95 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites An Office 95 Year 2000 update is now available that corrects all known Year 2000 related issues in the applications used in Office 95. For more detailed information and to download this update please go to http://officeupdate.microsoft.com/Articles/o95y2kinternational.htm.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 95 recognizes 01-JAN-1900 through 31-DEC-2078 as valid dates. 01/01/2000 is stored as value 36526, since it is the 36526 th day in the century.Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format (refers to a 2-digit year entry), then even when the user types a YYYY (refers to a 4-digit year entry) date, it will by default display in a YY format. The format can be changed. To avoid any ambiguity we recommend changing the system short date to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 20 is 20XX, and equal to or greater than 20 is 19XX. For example, Excel 5 will recognize, "01/01/15" as January 1, 2015, but will recognize "01/01/25" as January 1, 1925. To avoid any possible confusion, users can always display dates in a YYYY format so the century is clearly shown. Leap Year. Microsoft Excel treats 1900 as a leap year for backward compatibility with other products such as Lotus 1-2-3. (See Knowledge Base article Q181370 for more information.)2-digit shortcut handling: What are the acceptable deviations? Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Excel, it will parse the date to January 1, 2015. Such an error can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Recording date entry in a macro only records the year according to the system short date format, which results in parsing a 2-digit year in playback. (See KB article Q180159 for more information.)Using a format such as "Dec 98" or "12/98" will not be interpreted correctly at the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Microsoft Excel handles serial dates, the most common usage of dates, properly. Due to the ambiguous nature of text dates, there is some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should never be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2Y format is used. Using defined names in this way is also problematic because users who use a date format with an order other than M-d-y will experience miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned potential problems. Testing guidelines and recommendations: The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000: Warning! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Excel recognizes the year 2000 as a leap year: Start Microsoft Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice that Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)
Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
none | ||||||||||||||||||||
Microsoft Thai Windows 95/98 or Thai Windows NT 4 | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
What are the issues with this product? MS Query accepts 2-digit year date formatting for the user’s ODBC query, but assumes a date in the 1900s. To avoid this issue, users should use 4-digit years for queries based upon date data. Special Notes for Thai version of Excel:
How the product handles dates:
00 to 19 is interpreted as 20xx (2000 to 2019) 20 to 99 is interpreted as 19xx (1920 to 1999)
Common Date Usage Errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, the user has the date January 1, 1915. When copying the date, the system settings are "M/d/yy", and the text that is copied is "1-1-15". When the user pastes "1-1-15" into Microsoft Excel, it will parse the date to January 1, 2015. Such a misinterpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See Knowledge Base article Q180159 for more information.)
Recommendations:
Testing guidelines:
Additional Testing: Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
Note: The year 1900 is not a leap year. However, in testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.) Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 2078 | ||||||||||||||||||||
none | ||||||||||||||||||||
Microsoft Vietnamese Windows 95 | ||||||||||||||||||||
System Clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
What are the issues with this product? MS Query accepts 2-digit year date formatting for the user’s ODBC query, but assumes a date in the 1900s. To avoid this issue, users should use 4-digit years for queries based upon date data. How the product handles dates:
00 to 19 is interpreted as 20xx (2000 to 2019) 20 to 99 is interpreted as 19xx (1920 to 1999)
Common Date Usage Errors:
Recording date entry in a macro records/plays back the year in yy format even if the user enters yyyy and even if the system short date format was yyyy. For example if the system date was MM/dd/yyyy and the user records a macro which enters in a cell the date 12/12/2025, Vietnamese Excel 95 will play it back as 12/12/1925. This may cause problems if the two-digit year is not meant to follow the 1920-2019 date window that is mentioned above. See Knowledge Base article Q180159 for more information. Recommendations:
Testing guidelines:
Additional Testing: Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
Note: The year 1900 is not a leap year. However, in testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.) Excel 95 uses a number of Microsoft Office 95 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 95, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 95 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
MSQuery software update | ||||||||||||||||||||
Arabic Windows 95/98 in both enabled and localized flavors, Arabic Windows NT 4 Enabled | ||||||||||||||||||||
System clock | ||||||||||||||||||||
17 Sep 1999 | ||||||||||||||||||||
Prerequisite for Year 2000 Compliance—MSQuery Patch: To resolve known issues with Excel 97 Arabic, Microsoft Query must be updated (see Knowledge Base article Q187698 – MSQuery uses 1900 date when two digits are used for year in a query). This issue is addressed for the English version of Excel 97 in Service Release 2. Since this Service Release is not presently available for the Arabic version it is recommended that the software update be applied to address the issue in the Arabic version of Excel 97. To do this the user will need to download the following files into the Office folder from http://www.microsoft.com/middleeast/support/kb/68.stmMsqry32.exe Qryint32.dll Msqry32.aw Msqry32.cnt Msqry32.hlp Special Note for Arabic versions of Excel: Arabic Excel 97 supports Hijri calendar. Arabic Excel 97 has the ability to parse a date in Hijri date format. Day one of Hijri (01/01/01) is equivalent to July 16, 622 AD. In most countries in the Middle East region, the popular date format is dd/mm/yy or dd/mm/yyyy. Arabic Excel 97 will try to format the date entered in a cell based on what the Short Date Style has been set to in the Control Panel and in Gregorian calendar, even if the calendar in Control Panel has been set to Hijri. Arabic Excel 97 also has the ability to format a Gregorian date into a Hijri date by appending the string "B2" to the beginning of the format type, e.g. applying the format B2mm/dd/yy to the Gregorian date 12/31/98 in Arabic Excel results in the Hijri date 09/13/19, where 19 is the YY representation for year. The "B2" string is applied in the Format Cells dialog, Number tab/Custom or using the NumberFormat property of the Range object using Visual Basic for Application.To convert back a Hijri date back into Gregorian, the "B2" prefix is omitted. Some Arabic countries in the Middle East use one of the following calendar types besides Hijri: Arabic Gregorian, Arabic Transliterated Gregorian, French Gregorian, and French Transliterated Gregorian. The date formats mentioned above are Gregorian and the only difference is the name of the month would be in Arabic, French, Arabic Transliterated or French Transliterated. Arabic Excel 97will apply the above format to a date based on what country is selected in the Regional Settings and since these formats are Gregorian, there is no need for the B2 prefix. Even though the country selected might default to a non-English Gregorian calendar, when the user types into a cell a string with the format mmm, Arabic Excel 97 automatically parses the date with a B1 prefix to force the month to appear in Gregorian English. The user can switch the month name from English to the default (Arabic, Transliterated Arabic, French, Transliterated French) by taking out the B1 prefix. When a date prior to Jan 1, 1900 is entered in a cell, Arabic Excel 97 converts the date into Hijri automatically. In other words the date 12/28/1887 remains unparsed in US Excel 97 it gets the custom format B2mm/dd/yyyy with Arabic Excel 97. Hijri dates come with 29 or 30 days. When the user enters a date with the format B2 and with day 30, but that particular Hijri month happened to have 29 days only, Arabic Excel 97 will bump the date to the 1st day of the following month.
How the product handles dates: For all Arabic Office 97 applications and with the exception of Outlook 97, if the user enters a date that uses a two-digit year in the Custom tab of the Properties dialog box, the date will be formatted with a value between 1900 - 1999. As an example the user does the following: Selects Properties or Database Properties from the File menu. Clicks the Custom tab. Enters a field name in the Name edit box. Selects date from the Type list. Enters the value 7/5/00 in the value field. Clicks Add. The date will appear in the properties list box as 7/5/1900, not 7/5/2000. For information check the Knowledge Base Article Q186261.
Two-digit shortcut handling: See the preceding discussion. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. For more information, see Knowledge Base (KB) article Q164406. Common date usage errors:
Recording date entry in a macro records/plays back the year in YY format even if the user enters YYYY and even if the system short date format was YYYY. For example if the system date was MM/dd/yyyy and the user enters in a cell 12/12/2030, Arabic Excel 97 will play it back as 12/12/1930. This may cause problems if the two-digit year is not meant to follow the 1930-2029 date window that is mentioned above. See Since Visual Basic for Applications macro recorder uses English settings only and not Regional Settings and since Arabic Excel parses Hijri dates based on custom format and not based on the system calendar, it is not possible to have the recorder record a Hijri date entry.
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
For more information about these add-in tools, see KB article Q176943.Testing guidelines and recommendations: In general, avoid testing in a production environment or with nonduplicated production files because side effects with other noncompliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The following table can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel has been designed for calculations in the year 2000 and beyond. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Users who work with dates will benefit from changing the system short date format to one that uses a 4-digit year (for example, "MM/dd/yyyy"). This change allows the user to clearly see the century of a date. Conducting the tests below is only worthwhile if 4-digit years are used. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit-year format. To change the system short date format, do the following. On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy").
Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired, it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 P.M., December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 1 minute, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Repeat the test with the Hijri date 9/24/1420 and with Calendar set to Hijri in Control Panel/Regional Settings.
Note: The year 1900 is not a leap year; however, in your testing you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by 4, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. For more information, see KB article Q181370.
Make sure the system's Short Date is dd/mm/yyyy or dd/mm/yy. With Arabic Excel, type the date "5/7/1877" in a cell and hit Enter. Press Ctrl + 1 to see the formatting of the cell. Make sure the format has the prefix B2. Also make sure to cover boundary lines like what happens at 31/12/1899. Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98 or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 (no specific Service Pack is required, though Service Pack 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade. Prerequisites: Office 97 Service Release 2 (SR-2) is required for Year 2000 compliance. SR-2 can be downloaded from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Notes for East Asian versions of Excel
How the product handles dates:
(Old Date-Parsing Mode) If the system date separator matches the date separator used to enter a date with a 2-digit year, it will parse to a 1900 date. For example, if the system date separator is a dash and the user enters a date in a "yy-m-d" format, then it will parse to a 1900 date. To avoid ambiguity, dates should be entered in a "yyyy-m-d" format. (Old Date-Parsing Mode) If the system date separator does not match the date separator used to enter a date with a 2-digit year, it will parse such that a number less than 30 is assumed to be the year 20xx, while a number equal to or greater than 30 is assumed to be the year 19xx. For example, if the system date separator is a dash and the user enters a date in a "yy/m/d" format, such as 25/1/1, it will parse to January 1, 2025. To avoid ambiguity, dates should be entered in a "yyyy/m/d" format.
Two-digit shortcut handling: See the preceding discussion. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors:
Microsoft is creating the following add-in tool to help users identify Year 2000 issues in solutions created in Excel 97:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The following table can be used to guide testing of Excel within your organization.
Additional Testing Instructions Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit-year format. To change the system short date format, do the following: On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy").
Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired, it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 P.M., December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 1 minute, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes 2000 as a leap year. Note: The year 1900 is not a leap year; however, in your testing you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by 4, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. For more information, see Knowledge Base article Q181370. Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | |||||||||||||||||||||||
Office 97 Service Release 2 | |||||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | |||||||||||||||||||||||
System clock | |||||||||||||||||||||||
12 Nov 1999 | |||||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisite: Download the Office 97 Service Release 2 (SR2) patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.
Special Note for East Asian versions of Excel:
How the product handles dates:
Two-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors:
Microsoft has created an add-in tool to help users identify Year 2000 issues in solutions created in Microsoft Excel97:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
Note: The year 1900 is not a leap year. However, while testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information.)Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 01 Jan 1900 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended). | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
12 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||
None | ||
Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||
System clock | ||
12 Nov 1999 | ||
Note: Microsoft Query recognizes 2-digit years as falling in 1900s. For more detailed information on this issue please see the Knowledge Base article Q187698. However, please note that the Office 97 Service Release 2 patch that is mentioned in this Knowledge Base article does not apply to English Excel 97 for Alpha.How the product handles dates:
Planning for 4-digit-year display is important in programs such as Excel, where columns may be fixed by the worksheet author with widths that are too narrow for 4-digit years.
Wizard, an Excel add-in tool, can also help the user identify and correct these situations. Two-digit shortcut handling: See the preceding discussion. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. For more information, see Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
For more information about these add-in tools, see KB article Q176943.Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other products are difficult to predict. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization. Sub-System Component
File Various File Formats Avoid storing 2-digit dates in text file formats such as TXT, DIF, CSV, PRN. The default column width with default fonts may truncate characters with date formats that have 8 digits and two separators. To correct, increase the column width, or change the font to a fixed-width typeface such as Courier New.
Data Import from: text, Databases, External data sources Sort Data imported from databases and other external sources is often imported as text. Importing 2-digit dates will be parsed with the 2029/1930 cutoff. This is different from previous versions of Excel, so use 4-digit dates to prevent confusion.
Basic Use Functions Date Entry Natural Language Functions Functions referring to text dates will parse according to the 2029/1930 cutoff rule. Date entry will parse according to the 2029/1930 cutoff rule.
Visual Data Charts Since chart labels are normally used for display, and not for calculation, this should not pose a significant issue.
Visual Basic/Visual Basic for Applications Transfer between Visual Basic/Visual Basic for Applications and cells Internally, Visual Basic for Applications treats dates as serial values, exactly like Excel. However, since VBA uses the "M/d/yy" format, you should avoid transferring the date text through VBA, since it could parse to the wrong century. This will also help avoid issues with international users who have a system short date format with an order other than M-d-y. Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
MSQuery software update | ||||||||||||||||||||
Hebrew Windows 95/98 in both enabled and localized flavors, Hebrew Windows NT 4 Enabled | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Prerequisite for Year 2000 Compliance—MSQuery Patch: To resolve known issues with Excel 97 Hebrew, Microsoft Query must be updated (see Knowledge Base article Q187698 – MSQuery uses 1900 date when two digits are used for year in a query). This issue is addressed for the English version of Excel 97 in Service Release 2. Since this Service Release is not presently available for the Hebrew version, it is recommended that the software update be applied to address the issue in the Hebrew version of Excel 97. The software update can be downloaded and installed from the following location: http://www.microsoft.com/israel/downloads/xl97y2k.exe
Msqry32.exe Qryint32.dll Msqry32.aw Msqry32.cnt Msqry32.hlp Special Note for Hebrew versions of Excel:
How the product handles dates: For all Hebrew Office 97 applications and with the exception of Outlook 97, if the user enters a date that uses a two-digit year in the Custom tab of the Properties dialog box, the date will be formatted with a value between 1900 - 1999. As an example the user does the following: Selects Properties or Database Properties from the File menu. Clicks the Custom tab. Enters a field name in the Name edit box. Selects date from the Type list. Enters the value 7/5/00 in the value field. Clicks Add. The date will appear in the properties list box as 7/5/1900, not 7/5/2000. For information check the Knowledge Base Article Q186261.
Formatting. When Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a "yy" format, then even when the user types a 4-digit-year (yyyy) date, it will by default display in a 2-digit-year (yy) format. Users can avoid this issue by changing their system short date to a "yyyy" format. Just like US Excel adds 1900 or 2000 (based on 1930 cutoff) to 2-digit years, when a cell is formatted with the B2 prefix, Hebrew Excel 97 adds the year 5700 to a date with 2-digit year.
Parsing on date entry. If a user enters a date in an "M/d/yy" format, a number less than 30 is assumed to be the year 20xx, while a number equal to or greater than 30 is assumed to be the year 19xx. For example, Excel 97 recognizes 01/01/15 as January 1, 2015, and recognizes 01/01/35 as January 1, 1935
Two-digit shortcut handling: See the preceding discussion. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. For more information, see Knowledge Base (KB) article Q164406.Common date usage errors:
Microsoft has created the following add-in tools to help users identify Year 2000 issues and solutions in Excel 97 and later versions:
For more information about these add-in tools, see KB article Q176943.Testing guidelines and recommendations: In general, avoid testing in a production environment or with nonduplicated production files because side effects with other noncompliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The following table can be used to guide testing of Excel within your organization.
Additional Testing Instructions Excel has been designed for calculations in the year 2000 and beyond. Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit-year format. To change the system short date format, do the following. On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy").
Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired, it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 P.M., December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 1 minute, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test. Repeat the test with the Lunar equivalent date and with Calendar set to Lunar in Control Panel/Regional Settings.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes 2000 as a leap year. Note: The year 1900 is not a leap year; however, in your testing you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by 4, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. For more information, see KB article Q181370.
Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 or the year 2000 software update in Office 97 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 4 or greater. | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 and Office 97 year 2000 software update as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: For Excel 97 to achieve compliant status, the Office 97 Service Release 2 (SR-2) patch must be downloaded from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR-2, including year 2000 updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All year 2000 issues reported as fixed in SR-2 exist in SR-1 and in the base Office 97 product.Note: to install Office 97 SR-2, Office 97 SR-1 is required. Microsoft has prepared a year 2000 software update only for customers who have not installed Office 97 SR-1. You can download this software update from the following site: This update software is the same as the year 2000 software update in Office 97 SR-2. Special Note for East Asian versions of Excel: How the product handles dates:
Two-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors:
Microsoft has creating an add-in tool to help users identify Year 2000 issues in solutions created in Microsoft Excel97:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the test recommendations below to aid customers in conducting their own year 2000 certification of Microsoft Excel.
Note: The year 1900 is not a leap year. However, while testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See Knowledge Base article Q181370 for more information.)Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 31 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98 or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 (no specific Service Pack is required, though Service Pack 4 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.
Prerequisites: Office 97 Service Release 2 (SR-2) is required for Year 2000 compliance. SR-2 can be downloaded from http://www.microsoft.com/korea/office/97/sr2.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Notes for East Asian versions of Excel
How the product handles dates:
(Old Date-Parsing Mode) On a default Korean system, if a user enters a date in an "mm/dd/yy" format, some cases will be interpreted as a "yy/mm/dd" format. To avoid ambiguity, dates should be entered in a "yyyy/mm/dd" format so that the date can be clearly understood.
Two-digit shortcut handling: See the preceding discussion. With the old parsing mode, conversion of 2-digit shortcut dates assumes that 2-digit years are in the 1900s. The year "00" parses to 2000. Common date usage errors:
Microsoft is creating the following add-in tool to help users identify Year 2000 issues in solutions created in Excel 97:
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because side effects with other non-compliant products cannot be predicted. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The following table can be used to guide testing of Excel within your organization.
Additional Testing Instructions Microsoft understands that, for various reasons, customers may be required to conduct their own Year 2000 certification testing. The following tests may aid customers in their own certification of Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Custom on the Number tab (Format menu, Cells command) in Excel, and then entering a 4-digit-year format. To change the system short date format, do the following. On the Windows Start menu, point to Settings, click Control Panel, double-click the Regional Settings icon, and then click the Date tab. In the Short date style list, click a format that includes a 4-digit year ("yyyy").
Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired, it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 P.M., December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After 1 minute, press the F9 key to recalculate the formula that you entered in A1. Note that the time and date shown are in the year 2000 and that nothing unusual has happened to Excel. Remember to reset your system clock to the correct time and date after conducting this test.
Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, which indicates that Excel correctly recognizes 2000 as a leap year. Note: The year 1900 is not a leap year; however, in your testing you may notice that Excel treats 1900 as if it is. This algorithm is by design and was adopted to maintain compatibility with dates in Lotus 1-2-3. The calculation for leap years that is used by the Gregorian calendar is as follows: If a year is evenly divisible by 4, it is a leap year unless it is also evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year unless it is also evenly divisible by 400. For more information, see KB article Q181370. Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document.
|
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
01 Jan 1900 - 13 Dec 9999 | ||||||||||||||||||||
Office 97 Service Release 2 | ||||||||||||||||||||
Windows 95, Windows 98, or Windows NT 3.51 with SP 5 or greater, or Windows NT 4 (no specific SP is required, though SP 2 is recommended) | ||||||||||||||||||||
System clock | ||||||||||||||||||||
15 Nov 1999 | ||||||||||||||||||||
Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers' Year 2000 efforts, Microsoft intends to maintain Office 97 Service Release 2 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.Prerequisites: Download the Office 97 SR2 Patch from http://officeupdate.microsoft.com/Articles/sr2fact.htm. The changes in Office 97 that were made in SR 2, including Y2K updates, are listed in http://support.microsoft.com/support/kb/articles/q151/0/20.asp. All Y2K issues reported as fixed in SR2 exist in SR1 and in the base Office 97 product.Description of how the product handles dates: Storage. Microsoft Excel stores dates as numeric values, with day #1 being 01/01/1900. Excel 97 recognizes 01-JAN-1900 through 31-DEC-9999 as valid dates. VB/VBA uses the same serial date system, with the exception of 1-JAN-1900 through 28-FEB-1900, where the values are different by 1, as a result of a backward-compatibility issue for a bug in Lotus 1-2-3 that treats 1900 as a leap year. Previous versions of Excel recognize 01-JAN-1900 through 31-DEC-2078 as valid dates. Formatting. When Microsoft Excel formats a date, it uses one of several default formats. The most common is the system short date. If the system short date is a YY format, then even when the user types a YYYY date, it will by default display in a YY format. To avoid this, the default format can be changed to a YYYY format. Parsing on date entry. If a user enters a date in a "M/d/yy" format, less than 30 is 20XX, and equal to or greater than 30 is 19XX. So, for instance, "1/1/25" used to parse to 01-JAN-1925, but now parses to 01-JAN-2025. Suggest displaying dates in a YYYY format so the century is clearly shown. String date parsing during calculations. If a formula takes a string date as an argument, the string date is currently parsed using the same code as the date entry shown above. This may be a concern to some users because a formula such as =YEAR("1/1/25") returned 1925 in previous versions, but in Excel97 returns 2025. Note that this only happens when "1/1/25" is a string using a 2-digit year format. Also, the Date Migration Wizard, an Excel add-in, is available to aid the user in identifying and correcting these situations. See below for more information and a link to the Date Migration Wizard.
2-digit shortcut handling: See discussion above. Conversion of 2-digit shortcut dates assumes a date window of 1930 through 2029. Common date usage errors: If a date is pasted from one application to another using only the last two digits of the year, Microsoft Excel might parse the date differently than the originating application calculated it. Example: In a non-Excel application, you have the date January 1, 1915. You copy the date, but your system settings are "M/d/yy", and all that is copied is the text "1/1/15". When you paste "1/1/15" into Microsoft Excel, it will parse the date to January 1, 2015. Such an interpretation can also occur when one application is using a "M/d/yy" format while another application is using a "d/M/yy" format. This also applies to importing dates from text files. (See KB articles Q180159 for more information.)The DATE() function is not designed to take 2-digit year shortcuts, since it receives numeric parameters. The DATE() function calculates a number less than 1900 as an offset from 1900. So, if you were to enter a formula such as =DATE(15,1,1), the resulting date would be January 1, 1915, not 2015. Using a format such as "Dec 98" or "12/98" will not function correctly in the year 2001. This is because 98 is too large to be the day of month, so Microsoft Excel assumes it is a year. However, Microsoft Excel assumes "Dec 01" refers to December 1 of the current year. Since Microsoft Excel always stores the complete date, you can avoid ambiguity by entering a full date regardless of the display formatting. (See KB article Q180952 for more information.)An undocumented behavior of Microsoft Query (all versions) may unintentionally encourage some users to enter a date criterion by specifying merely a month and day (such as "12/25"). In that instance, Query interprets the date as month and day of the current year. When the current year is equal to or greater than 2000, a malformed SQL statement is generated. In the event that this occurs, an error is generated and no data is returned. Avoiding this error is readily accomplished by entering a full and complete date. Microsoft recommends that all dates be entered in unambiguous formats, including a 4-digit year, but current versions of Microsoft Query also support windowing of 2-digit year dates as described in the Excel Year 2000 Product Guides. Due to the ambiguous nature of text dates, in general they will always have some potential for error. Use serial dates whenever possible and take great care when transferring text dates. Change the default system short date format to include a 4-digit year. Get in the habit of using 4-digit year formats for dates in Microsoft Excel. Such a practice will make the date visible if a user mistakenly enters a date in the wrong century. When dates must be transferred between applications, ideally they should be transferred as serial dates. They should not be transferred as an ambiguous text format that doesn't specify the century and causes confusion between month and day-of-month. For example, the text "2/1/25" could be interpreted as Feb. 1, 1925, Jan. 2, 1925, Feb. 1, 2025, or Jan. 2, 2025. Defined names store references only as text strings. Since they do not store dates as serial values, they are vulnerable to century issues when a 2-digit year format is used. Using defined names in this way is also or concern because users who use a date format with an order other than M-d-y will experience interpretive miscalculations. Recommended usage is to define the name referring to a cell containing a serial date, which will avoid both of the above-mentioned concerns.
Microsoft has created three add-in tools to help users identify Year 2000 issues in solutions created with Microsoft Excel97: The Date Migration Wizard is designed to help users find instances where date-related arguments are referencing text dates that only specify the last two digits of a year. This can cause changes in calculation from previous versions of Microsoft Excel. For more information see Knowledge Base article Q176943.The Date Fix Wizard helps users find errors where the wrong century was entered for a date. It also allows the user to change date formats in a workbook to formats that display four digits of the year. Finally, it allows the user to scan workbooks for the earliest and latest dates in workbooks. For more information see Knowledge Base article Q176943.The Date Watch Wizard runs in the background while you are working in Excel. The Date Watch Wizard will suggest alternatives when you enter ambiguous text dates in cells or functions, change number formats to four-digit years when you type two-digit years, and display an alert when you open text files that contain two-digit years. For more information see Knowledge Base article Q176943.
Testing guidelines and recommendations: In general, avoid testing in a production environment or with non-duplicated production files because one cannot predict side effects with other non-compliant products. Interoperability testing with other Microsoft Office products can be conducted safely. The following areas should be examined to verify whether dates are being properly used. The table below can be used to guide testing of Microsoft Excel within your organization.
Additional Testing Instructions Microsoft Excel has been designed for calculations in the year 2000. Microsoft understands that for various reasons customers may be required to conduct their own year 2000 certification testing. Microsoft provides the tests below to aid customers in conducting their own year 2000 certification of Microsoft Excel. Excel is designed to handle 2-digit year shortcuts well into the next century. Dates are stored internally, in a complete form, with full century information. Nevertheless, a user or administrator may elect to change the operating system short date format to a 4-digit display in order to avoid ambiguity when reading or transferring dates. Note that this change can affect column widths and print layout and it could require additional changes in your worksheets. If you decide not to set your system short date format to include a 4-digit year, you can format each cell individually by selecting Format/Cells/Number/Custom, and entering a 4-digit year format. To change the system short date format, press the Start button, then select Settings, Control Panel, Regional Settings, select the Date page, then change the Short Date Style to a format that includes a 4-digit year by replacing the "yy" portion with "yyyy".Verify that Microsoft Excel transitions smoothly into the year 2000:Caution! Before conducting this test, make sure you do not have any software containing a license that expires by the year 2000. This is especially common with beta copies of software programs. If a program determines that its license has expired it is possible the program will no longer boot, even after resetting the system clock. Changing a system clock on a network can affect other computers connected to the network, so it is highly recommended that you isolate the computer from all other systems before changing the system clock to conduct the following test. Set the system clock to 11:59 p.m. December 31, 1999. Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter =NOW(). After one minute, press {F9} to recalculate the formula you entered in A1. Note that the time and date shown will be in the year 2000, and nothing unusual has happened to Microsoft Excel. Remember to reset your system clock to the correct time and date after conducting this test. Verify that Microsoft Excel recognizes the year 2000 as a leap year: Start Excel. In cell A1 (cell R1C1 if in R1C1 mode), enter "=DATE(2000,2,28)+1". Note that the resulting date is February 29, indicating that Excel correctly recognizes that 2000 is a leap year. Note: The year 1900 is not a leap year. However, in your testing you may notice Microsoft Excel treats 1900 as a leap year. This algorithm was adopted to maintain compatibility with dates in Lotus 1-2-3, and is by design. The calculation for leap years used by the Gregorian calendar is as follows. If a year is evenly divisible by four, it is a leap year, unless the year is evenly divisible by 100. If a year is evenly divisible by 100, it is not a leap year, unless it is also evenly divisible by 400. (See KB article Q181370 for more information).Excel 97 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Excel 97, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 97 Microsoft Office document. |
The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology. | |
The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product. | |
The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly. | |
Note: Compliance ratings given for each product assume that all recommended actions have been taken. |
ALL COMMUNICATIONS OR CONVEYANCES OF INFORMATION TO YOU CONCERNING MICROSOFT AND THE YEAR 2000, INCLUDING BUT NOT LIMITED TO THIS DOCUMENT OR ANY OTHER PAST, PRESENT OR FUTURE INFORMATION REGARDING YEAR 2000 TESTING, ASSESSMENTS, READINESS, TIME TABLES, OBJECTIVES, OR OTHER (COLLECTIVELY THE "MICROSOFT YEAR 2000 STATEMENT"), ARE PROVIDED AS A "YEAR 2000 READINESS DISCLOSURE" (AS DEFINED BY THE YEAR 2000 INFORMATION AND READINESS DISCLOSURE ACT) AND CAN BE FOUND AT MICROSOFT'S YEAR 2000 WEBSITE LOCATED AT http://microsoft.com/year2000/ (the "Y2K WEBSITE"). EACH MICROSOFT YEAR 2000 STATEMENT IS PROVIDED PURSUANT TO THE TERMS HEREOF, THE TERMS OF THE Y2K WEBSITE, AND THE YEAR 2000 INFORMATION AND READINESS DISCLOSURE ACT FOR THE SOLE PURPOSE OF ASSISTING THE PLANNING FOR THE TRANSITION TO THE YEAR 2000. EACH MICROSOFT YEAR 2000 STATEMENT CONTAINS INFORMATION CURRENTLY AVAILABLE AND IS UPDATED REGULARLY AND SUBJECT TO CHANGE. MICROSOFT THEREFORE RECOMMENDS THAT YOU CHECK THE Y2K WEBSITE REGULARLY FOR ANY CHANGES TO ANY MICROSOFT YEAR 2000 STATEMENT. EACH MICROSOFT YEAR 2000 STATEMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. CONSEQUENTLY, MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. MOREOVER, MICROSOFT DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF ANY MICROSOFT YEAR 2000 STATEMENT IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY MICROSOFT OR ITS AUTHORIZED REPRESENTATIVES SHALL CREATE A WARRANTY OR IN ANY WAY DECREASE THE SCOPE OF THIS WARRANTY DISCLAIMER. IN NO EVENT SHALL MICROSOFT OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER REGARDING ANY MICROSOFT YEAR 2000 STATEMENT INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS, PUNITIVE OR SPECIAL DAMAGES, EVEN IF MICROSOFT OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE FOREGOING LIMITATION MAY NOT APPLY TO YOU. THE INFORMATION CONTAINED IN EACH MICROSOFT YEAR 2000 STATEMENT IS FOUND AT THE Y2K WEBSITE AND IS INTENDED TO BE READ IN CONJUNCTION WITH OTHER INFORMATION LOCATED AT THE Y2K WEBSITE, INCLUDING BUT NOT LIMITED TO MICROSOFT'S YEAR 2000 COMPLIANCE STATEMENT, THE DESCRIPTION OF THE CATEGORIES OF COMPLIANCE INTO WHICH MICROSOFT HAS CLASSIFIED ITS PRODUCTS IN ITS YEAR 2000 PRODUCT GUIDE, AND THE MICROSOFT YEAR 2000 TEST CRITERIA. ANY MICROSOFT YEAR 2000 STATEMENTS MADE TO YOU IN THE COURSE OF PROVIDING YEAR 2000 RELATED UPDATES, YEAR 2000 DIAGNOSTIC TOOLS, OR REMEDIATION SERVICES (IF ANY) ARE SUBJECT TO THE YEAR 2000 INFORMATION AND READINESS DISCLOSURE ACT (112 STAT. 2386). IN CASE OF A DISPUTE, THIS ACT MAY REDUCE YOUR LEGAL RIGHTS REGARDING THE USE OF ANY SUCH STATEMENTS, UNLESS OTHERWISE SPECIFIED BY YOUR CONTRACT OR TARIFF.
|
||
Wednesday, November 17, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of use. This site is being designated as a Year 2000 Readiness Disclosure and the information contained herein is provided pursuant to the terms hereof and the Year 2000 Information and Readiness Disclosure Act. |