tmd63
New Member
- Joined
- Feb 21, 2014
- Messages
- 40
- Office Version
- 2013
- 2003 or older
- Platform
- Windows
The function =TEXT(A30,"dddd") will place the text of the day of the week dependent of the cell value. 1 = "Sunday", 2 = "Monday" etc.
But (apart from using multiple iff else statements), is there a reverse of this that will provide a value dependent on the text of the day. IE "Sunday" = 1, "Monday" = 2, etc. This is similar to the WEEKDAY() function but without the months or years being specified.
But (apart from using multiple iff else statements), is there a reverse of this that will provide a value dependent on the text of the day. IE "Sunday" = 1, "Monday" = 2, etc. This is similar to the WEEKDAY() function but without the months or years being specified.