Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=TEXT(A2,"dddd")Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
'ddd' returns a 3-letter abbreviation (Mon, Tue, Wed) while 'dddd' returns the full name (Monday, Tuesday, Wednesday).
TEXT() returns the day name in the system's locale language. For a fixed language, use CHOOSE(WEEKDAY(A2,2),…) with manually entered names in the desired language.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: