Forum Discussion
Anthony Stroude
Oct 26, 2018Copper Contributor
I want to add 00' before the contents of a number of cells
I have a column which has content in the format 25'42 (represents time) which I want to convert to 00'25'42. What is the quickest way to amend the entire column? Not conversant with macros.
- Nov 01, 2018
Great thanks. Got it.
Smitty Smith
Oct 26, 2018Former Employee
How about: ="00'"&A1
Or type the format you want in the first cell, then go to Data > Flash Fill.
- Anthony StroudeNov 01, 2018Copper Contributor
Great thanks. Got it.