다가오는 기한에 대한 경고 (Microsoft Excel)
Jonathan은 다양한 부서 문서의 기한을 추적하는 워크 시트를 개발했습니다. 그는 특정 문서의 마감일이 다가 오면 Excel에서 어떻게 든 그에게 경고 할 수있는 방법이 있는지 궁금했습니다.
Excel에서이 작업을 수행 할 수있는 여러 가지 방법이 있으며 사용자의 목적에 가장 적합한 방법을 선택해야합니다. 첫 번째 방법은 경고에 사용할 워크 시트에 열을 추가하는 것입니다.
만기일이 F 열에 있다고 가정하면 다음 유형의 수식을 G 열에 넣을 수 있습니다.
=IF(F3<(TODAY()+7)," The formula checks to see if the date in cell F3 is earlier than a week from today. If so, then the formula displays "< Another approach is to use the conditional formatting capabilities of Excel. Follow these steps: Select the cells that contain the document due dates. Choose Conditional Formatting from the Format menu. Excel displays the Conditional Formatting dialog box. Make sure the first drop-down list is "Cell Value Is." (This should be the default.) (See Figure 1.) Figure 1. The Conditional Formatting dialog box. Make sure the second drop-down list is "Less Than." In the formula area, enter "=TODAY()" (without the quote marks). Click the Format button. Excel displays the Format Cells dialog box. (See Figure 2.) Figure 2. The Format Cells dialog box. Using the Color drop-down list, choose the color red. Click OK to close the Format Cells dialog box. Click Add. The Conditional Format dialog box expands to include a second condition. Make sure the first drop-down list for the second condition is "Cell Value Is." (This should be the default.) Make sure the second drop-down list is "Less Than." In the formula area, enter "=TODAY()+7" (without the quote marks). Click the Format button. Excel displays the Format Cells dialog box. Using the Color drop-down list, choose the color blue. Click OK to close the Format Cells dialog box. (See Figure 3.) Figure 3. The finished Conditional Formatting dialog box. Click OK to close the Conditional Formatting dialog box. This is a two-tiered format, and you end up with two levels of alert. If the due date is already past, then it shows up as red. If the due date is today or within the next seven days, then it shows up in blue.
_ExcelTips_는 비용 효율적인 Microsoft Excel 교육을위한 소스입니다.
이 팁 (3179)은 Microsoft Excel 97, 2000, 2002 및 2003에 적용됩니다. 여기에서 Excel (Excel 2007 이상)의 리본 인터페이스에 대한이 팁의 버전을 찾을 수 있습니다.
link : / excelribbon-Alerts_About_Approaching_Due_Dates [기한 임박 알림]
.