Hello,
I am hoping someone has some experience taking dimensions and converting them into decimal format.
I have made some code to extract all panels from a list and create a new sheet called "Panels." I need to take this one step further, and convert the # x # format into a decimal number, preferably rounded to nearest .25 of a whole panel.
in column C, I have dimensions of a panel.
EX: 500x600mm. This would be converted to 0.25 panels.
EX: 900x1000 would be 0.5 panels.
Total panel size is 1220 x 2440. They always have the same format, with the space between the number on either side, and the x in the middle.
col a: item number
col b: qty
Col C: dimensions
I would like to convert column C to decimal into column "e" which is empty.
I am hoping someone has some experience taking dimensions and converting them into decimal format.
I have made some code to extract all panels from a list and create a new sheet called "Panels." I need to take this one step further, and convert the # x # format into a decimal number, preferably rounded to nearest .25 of a whole panel.
in column C, I have dimensions of a panel.
EX: 500x600mm. This would be converted to 0.25 panels.
EX: 900x1000 would be 0.5 panels.
Total panel size is 1220 x 2440. They always have the same format, with the space between the number on either side, and the x in the middle.
col a: item number
col b: qty
Col C: dimensions
I would like to convert column C to decimal into column "e" which is empty.