Forum Discussion

John_JohnsonJohnJohn's avatar
John_JohnsonJohnJohn
Copper Contributor
Apr 19, 2021
Solved

Imperial measurements

How can I convert data with imperial measurements such as 61'-8" into usable values that can be added together etc.?
  • Riny_van_Eekelen's avatar
    Apr 19, 2021

    John_JohnsonJohnJohn The comment column would need to be cleaned-up, the unit of measurement extracted and broken down to number values. You can do that with a number ofhelper columns with, for example, IF and SUBSTITUTE functions. Personally, I'd prefer a solution using PowerQuery though. Both are provided in the attached file. With PowerQuery, you would normally connect to the csv file. In this case, I loaded the csv data into Excel and used PowerQuery from there.

Resources