Even if you change the format, if the number is : 40428.375 and not 40428 you'll still have the time, it just won't be displayed. To remove that, I've found it useful to copy and paste into notepad, then paste back in. Change the format. And Ta DA. the .375 has gone. Notebook. Making plain text.
Even if you change the format, if the number is : 40428.375 and not 40428 you'll still have the time, it just won't be displayed.
To remove that, I've found it useful to copy and paste into notepad, then paste back in. Change the format. And Ta DA. the .375 has gone.
Notebook. Making plain text.
Jesus Damo this is like watching my Gran trying to program a VCR.
There's really no point in manually removing the time value when you can just hide it, right? Why do you want to remove it?
If you can't get cell formatting to work, then try this:
See what's happening there? You're basically forcing the formatting.
@mattty started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Jesus Damo this is like watching my Gran trying to program a VCR.
There's really no point in manually removing the time value when you can just hide it, right? Why do you want to remove it?
If you can't get cell formatting to work, then try this:
[code]
=TEXT(A1,"mmm-yy")
[/code]
[code]
=TEXT(A1,"dd/mm/yy")
[/code]
[code]
=TEXT(A1,"hh:mm:ss")
[/code]
See what's happening there? You're basically forcing the formatting.