Languages
[Edit]
EN

Google Spreadsheet - how to get name of day for specific date?

13 points
Created by:
chelsea
746

To get name of day in Google Spreadsheet following solution can be used.

1. Custom day names example

Use following formula in cell you want to keep day name:

=CHOOSE(WEEKDAY(B2),"Sun", "Mon","Tue", "Wed", "Thu", "Fri","Sat")

Where: B2 cell keeps the date you want to know day name.

Name of day for specific date - Google Spreadsheet
Name of day for specific date - Google Spreadsheet

2. Other examples

If we want to use full names of day of the week, here is the formula:

=CHOOSE(WEEKDAY(B2), "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")          

 

Alternative titles

  1. Google Excel - how to get name of day for specific date?
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join