Hi All
Is there an expression that will return the day name to day number Monday = 1, Tuesday = 2..... Sunday = 7
I can easily do it from day number to day name however I would like to do the reverse
I can create my own function to do this no problem(Trying to stay away from VBA)
I would like to do this as an expression only
Thanks in advance