Forum Discussion
ColinCowan
3 years agoHelper I
Replace Numbers with Date Sequencial
Hi, hoping someone can help my aim is to replace the numbers with the specified date after each date change.
- 3 years ago
Hi, thanks that works and easier much appreciated.
Regards Colin
- 3 years ago
Hi ColinCowan ,
My pleasure!
If it works, would you mind accept it as solution? Then more people who have the same requirment will find the solution quickly and benefit here, thank you!
Best Regards,
Community Support Team _ kalyj
ColinCowan
3 years agoHelper I
Greg, I adde a custom column copy pasted the formula and ended up with this. Please rememer I am a complete novice.
Greg_Deckler
3 years agoCommunity Champion
ColinCowan I'll walk you through it.
- Get rid of that column you just added.
- Add Column tab in the ribbon, Custom Column
- Paste this into the formula area: try DateTime.FromText([Column1 - Copy]) otherwise null
- Click OK
- Right-click the header of your new column and choose Fill and then Down
- Remove your original column (Column1 - Copy) by right-clicking the column header and choosing Remove
- Rename your new column if you so desire
- ColinCowan3 years agoHelper I
Greg
See result
- ColinCowan3 years agoHelper I
Greg, I tried this also
- ColinCowan3 years agoHelper I
Greg
Error code
- Greg_Deckler3 years agoCommunity Champion
ColinCowan Apparently there are extra spaces or something in there. Delete [Column1 - Copy] in your formula and leave your cursor at right after the (. Double-click your column in the Available columns section. Click OK.