Forum Discussion
csmathers2
Sep 20, 2024Copper Contributor
TRIM() function removing date format in Excel
How do I retain a date format when using the TRIM() function in Excel?
- Sep 20, 2024
try this
=--TRIM(cell)
Regards D
deanshepherd
Sep 20, 2024Brass Contributor
try this
=--TRIM(cell)
Regards D
csmathers2
Sep 20, 2024Copper Contributor
Thanks, Dean - that did the trick!