Can someone help me. I'm was trying to extract the Hour, Minute and Seconds using this formula.
TIME( [DATETIME] ) = HH : MM : SS
Is there a way to remove the colon ( : ) .
When opening the link, for example ( HH:MM:SS . pdf ) will not work.
Thank you!
Solved! Go to Solution.
No concatenate is needed. Just use TEXT([DATETIME],"HHMMSS")
Thank you! I will use this expression (TEXT("2:23 PM", "H")) and will try to concatenate it.
No concatenate is needed. Just use TEXT([DATETIME],"HHMMSS")
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |