Hi
Hardcoded:
=LOOKUP(WEEKDAY(A1,2),{1;2;3;4;5;6;7},{"Monday","T uesday","Wednesday","Thursday","Friday","Saturday" ,"Sunday"})
Or a better idea. Say in cells G1:G7 you have the numbers 1-7 & H1:H7 you have Monday-Sunday.
=LOOKUP(WEEKDAY(A1,2),$G$1:$H$7)
|