Skip to content
ThinkforceOne

ThinkforceOne

Solutions to help you achieve more with your tools.

  • Home
  • Windows
  • Mac OS
  • MS Office
  • TextScript
  • Printing
  • CAD
  • Design
  • Hardware
  • About
  • Toggle search form

Calendar Weekdays in Excel Spreadsheet

Posted on 2023-12-03 By Alan Salihi

Weekdays

There is a function for week days in Microsoft Excel.
WEEKDAY function

WEEKDAY(serial_number,[return_type])

Serial_number    Required. A sequential number that represents the date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2022,5,23) for the 23rd day of May, 2022. Problems can occur if dates are entered as text.
Or you can refer to the cell, which contains the date value.

Return_type    Optional. A number that determines the type of return value.

Return_typeResult
1 or noneNumbers 1 (Sunday) through 7 (Saturday).
2Numbers 1 (Monday) through 7 (Sunday).
3Numbers 0 (Monday) through 6 (Sunday).
11Numbers 1 (Monday) through 7 (Sunday).
12Numbers 1 (Tuesday) through 7 (Monday).
13Numbers 1 (Wednesday) through 7 (Tuesday).
14Numbers 1 (Thursday) through 7 (Wednesday).
15Numbers 1 (Friday) through 7 (Thursday).
16Numbers 1 (Saturday) through 7 (Friday).
17Numbers 1 (Sunday) through 7 (Saturday).

Examples:

A cell that contains:
Sunday: 
=WEEKDAY(B2,2)>6 

A cell that contains specific Days of the Week:
Only a Tuesday or a Thursday:
=OR(WEEKDAY(B2,2)=2, WEEKDAY(B2,2)=4) 

A cell (A2) containing the following Date value: 2/14/2008

FormulaDescriptionResult
=WEEKDAY(A2)Day of the week, with numbers 1 (Sunday) through 7 (Saturday) (5)5
=WEEKDAY(A2, 2)Day of the week, with numbers 1 (Monday) through 7 (Sunday) (4)4
=WEEKDAY(A2, 3)Day of the week, with numbers 0 (Monday) through 6 (Sunday) (3)3

Week Number

There is a function for week number in Microsoft Excel.
WEEKNUM function
WEEKNUM(serial_number,[return_type])

Serial_number     Required. A date within the week. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

Return_type     Optional. A number that determines on which day the week begins. The default is 1.

Post Views: 10
MS Excel, MS Office

Post navigation

Previous Post: Canva app: Create Image Mask
Next Post: Create macros in Notepad++: EOL Break lines or join lines using custom delimiter

Related Posts

Moving Text Up or Down in Microsoft Word MS Office
Microsoft OneNote shortcut for Paste without format MS Office
Change quotation style in non-English Microsoft Word MS Office

Share this

CATAGORIES

Categories

  • AutoCAD
  • CAD
  • Canva
  • Design
  • Hardware
  • iOS
  • Mac OS
  • MS Excel
  • MS Office
  • MS OneNote
  • MS Word
  • PDF
  • Printing
  • Tech
  • TextScript
  • Uncategorized
  • Windows
POSTS

Post

  • December 2024
  • November 2024
  • June 2024
  • May 2024
  • April 2024
  • February 2024
  • December 2023
  • August 2023
  • April 2023
  • March 2023
  • December 2022
  • November 2022
  • July 2022
  • June 2022
  • May 2022

About

  • Privacy Policy
  • About
  • Contact
  • Copyrights

Connect with us

  • Facebook
  • Twitter
  • Instagram
  • YouTube
December 2023
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Aug   Feb »

Copyright © 2025 ThinkforceOne.

Powered by PressBook Grid Blogs theme

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

ThinkforceOne
Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.