Forum Discussion
thorrrr
9 years agoHelper I
Newbie DAY Function sorry
HI Guys I have a column A with a short date format. I want to add a custom column to it and use the DAY excel function to return the day of each month. What is the syntax I have looked here but whe...
- Anonymous9 years ago
sorry in your case in the "custom column formua:" box:
= each Date.Day([Date])
v-caliao-msft
9 years agoMicrosoft Employee
Hi thorrrr,
We can use DAY function to return the day without any issues.
https://msdn.microsoft.com/en-us/library/ee634390.aspx
Regards,
Charlie Liao
thorrrr
9 years agoHelper I
Just get an error if i use your solution
- Anonymous9 years agoNot applicable
Hi Thorrr,
try the following = each Date.Day([ShortDate])
i think i can see where you made the mistake.
- Anonymous9 years agoNot applicable
sorry in your case in the "custom column formua:" box:
= each Date.Day([Date])