Excel Formula: Check If Date Is Workday

In Excel, to check a date if is a workday (excluding general weekends and holidays), you can use the WORKDAY function.
If you want to follow along with this tutorial, please download the example spreadsheet.
Generic formula:
| WORKDAY(date-1,1,holidays)=date |
Syntaxt and Arguments
| Date:the date you want to check if is a workday. |
반환 값
This formula returns to a logical value, TRUE or FALEs. When the formula returns to TRUE, the date is a workday, otherwise, the date is not a workday when the formula returns to FALSE.
How this formula works
In cells E3:E7 list the holidays, now to check the dates in list B3:B7 if are workdays, please use below formula:
| =WORKDAY(B3-1,1,$E$3:$E$7)=B3 |
Press Enterkey to get the first checking result, and then drag the autofill handle down to cell B7. 

Explanation
WORKDAYfunction: is used to add a specified number of workdays to a 시작일 and return the future or past date in a serial number format。
=WORKDAY(B3-1,1,$E$3:$E$7)
=WORKDAY(「4/11/2020」,1, $E$3:$E$7)
=4/13/2020
Then
=4/13/2020=B3
=4/13/2020=/12/2020
=FALSE
Note
With the WORKDAY function, in recons the weekends are Saturday and Sunday, if you have your own custom weekend, you can use the WORKDAY.INTLfunction.
Supposing the weekends are Monday and Tuesday, please use the formula as:
=WORKDAY.INTL(B3-1,1,3,$E$3:$E$7)=B3 
Weekend number
| Number | 주말 |
| 1(default) | Saturday and Sunday |
| 2 | Sunday and Monday |
| 3 | Monday and Tuesday |
| 4 | Tuesday and Wednesday |
| 5 | Wednesday and Thursday |
| 6 | Thursday and Friday |
| 7 | Friday and Saturday |
| 11 | Sunday only |
| 12 | Monday only |
| 13 | Tuesday only |
| 14 | Wednesday only |
| 15 | Thursday only |
| 16 | Friday only |
| 17 | Saturday only |
Relative Formulas
- Count Weekdays only Between Two Dates
This tutorial provides formulas to count the days excluding weekends and holidays between two dates - Count Specific Weekday Between Two Dates
This tutorial provides the formula to count a specific weekday between two given dates in Excel. - Count Days From Today
This tutorial provides the best formula to calculate the difference between a date and today in Excel. - Convert Weekday in A 날짜 범위
If there is a list of dates, how can you count a certain 요일 in such a list of dates?
Relative Functions
- Excel WEEKNUM Function
Returns the 주차 번호 of the given date in a year - Excel WORKDAY Function
Adds workdays to the given 시작일 and returns a workday - Excel MONTH Function
The MONTH is used to get the month as integer number (1 to 12) from date - Excel DAY Function
DAY function gets the day as a number (1 to 31) from a date - Excel NOW Function
Get the current time and date
최고의 Office 생산성 도구
Kutools for Excel - 남들과 차별화되게 도와드립니다
| 🤖 | KUTOOLS AI 도우미: 다음을 기반으로 데이터 분석를 혁신하세요:지능형 실행 | 코드 생성| 사용자 지정 수식 생성 | 데이터 분석 및 차트 생성| 향상된 함수 호출… |
| 인기 기능:찾기, 강조 표시 또는 중복 표시 | 빈 행 삭제 | 데이터 손실 없이 열 결합 또는 셀 제거 | 공식을 사용하지 않는 반올림... | |
| 슈퍼 VLookup:다중 조건 | 다중 값 | 다중 시트 간 검색 | 퍼지 매치... | |
| 고급 드롭다운 목록:쉬운 드롭다운 목록 | 종속형 드롭다운 목록 | 다중 선택 드롭다운 목록... | |
| 열 관리자:특정 개수의 열 추가 | 열 이동 | 숨겨진 열의 표시 상태 토글 |열 비교하여동일한/다른 셀 선택... | |
| 주요 기능:그리드 포커스 | 디자인 보기 | 향상된 수식 표시줄 | 워크북 및 시트 관리자|자원 라이브러리(자동 텍스트)| 날짜 선택기 | 워크시트 병합 | 암호화/셀 해독 | 목록 기반 이메일 발송 | 슈퍼 필터 | 특수 필터(굵은 글꼴이 있는 셀 필터링/기울임꼴/취소선。。。) 。。。 | |
| 15 상위 도구 모음:12 텍스트도구(텍스트 추가,특정 문자 삭제...)| 50+차트유형(간트 차트...)| 40+ 실용적인수식(생일을 기준으로 나이 계산...)| 19 삽입도구(QR 코드 삽입,경로에서 그림 삽입...)| 12 변환도구(단어로 변환하기,환율 변환...)| 7 병합 및 분할도구(고급 행 병합,Excel 셀 분할...)|。。。 외 다수 |
Kutools for Excel 는 300 개 이상의 기능을 자랑하며,필요한 기능을 언제나 클릭 한 번으로 사용할 수 있습니다。。。
Office Tab - Microsoft Office(Excel 포함)에서 탭 기반 읽기 및 편집 활성화
- 수십 개의 열린 문서 간 전환에 단 1 초면 충분합니다!
- 매일 수백 번의 마우스 클릭을 줄여주어 마우스 손과 작별하세요。
- 여러 문서를 보거나 편집할 때 생산성을 50% 만큼 높여줍니다。
- Chrome, Edge 및 Firefox 처럼 Office(Excel 포함)에 효율적인 Tabs 를 제공합니다。