Formula Engine Reference Guide
 

 

Back to Class Index

 

WEEKDAY(D)

Description
Returns an integer representing the day of the week on which the day D falls. 1 is Sunday, 7 is Saturday.
 
Parameters
D

serial date value
 
Examples
WEEKDAY(DATEVALUE("2/25/94")) = 6
 
WEEKDAY(34466) = 5