Jul 29 2022 03:22 AM - last edited on Nov 09 2023 11:10 AM by
Hi!
I've a Date and Time column Revision Date.
And try to create a Calculated column Revision Date (dd mmm yyyy). It because I want to change a look of date and set to (dd mmm yyyy).
So, after added a formula =TEXT(Revision Date,"dd-mmm-yyyy"), I have an Error "The formula contains a syntax error or is not supported".
Could you help me please, how I can fix this problem?
Thx!
Jul 29 2022 04:26 AM
@Pavel48n0sh in your formula put Revision Date inside square brackets/parentheses.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Jul 29 2022 06:46 AM
Solution@Pavel48n0sh Use below formula:
=TEXT([Revision Date],"dd-mmm-yyyy")
Note: Sometimes comma(,) does not work in formula (I am not sure but it is based on something language or regional settings on your site). So, in that case use semicolon(;) instead of comma(,).
Documentation: Calculated Date and time formulas
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Jul 29 2022 08:30 AM - edited Jul 29 2022 08:45 AM
@ganeshsanap which was exactly the solution I gave.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Jul 31 2022 04:08 AM
Thanks for your comment @RobElliott. I am just trying to help OP( @Pavel48n0sh ) here.
Here are the things I provided in my response & thoughts behind it:
If OP confirms my above response does not help him/her in any way, I will delete my previous response happily.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Jul 29 2022 06:46 AM
Solution@Pavel48n0sh Use below formula:
=TEXT([Revision Date],"dd-mmm-yyyy")
Note: Sometimes comma(,) does not work in formula (I am not sure but it is based on something language or regional settings on your site). So, in that case use semicolon(;) instead of comma(,).
Documentation: Calculated Date and time formulas
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.