I have an issue (or lack of understanding) of the Weekday function (Excel O365)
Formula in Column B is =weekday(Col A,2) cell in column B formatted as general
Formula in Column C is =weekday(Col A,2) cell in Column C is formatted as ddd
Column A Column B Column C
30/10/2019 3 Tue
I don't understand why I get different results, column B is correct, column C is incorrect dependent upon how the cell is formatted.
As an aside if I remove the return type 2 from the Weekday function in column C then it returns the correct day (Wed)
Can anyone explain to me why this is happening?
Formula in Column B is =weekday(Col A,2) cell in column B formatted as general
Formula in Column C is =weekday(Col A,2) cell in Column C is formatted as ddd
Column A Column B Column C
30/10/2019 3 Tue
I don't understand why I get different results, column B is correct, column C is incorrect dependent upon how the cell is formatted.
As an aside if I remove the return type 2 from the Weekday function in column C then it returns the correct day (Wed)
Can anyone explain to me why this is happening?