What I am trying to do is get the format in the "Material" scetion of my title block to look like this.....
7Ga x 22 1/2 x 33 1/4 (dimensions need to be stacked)
I was tring to figure out a way to pull the thickness of the material and combine it with the Length & Width of the material in fraction form so that the "Material" protion of my title block would auto fill.
Also, I need to be able to pull this same info fron angle iron, round tubing, and sq.rec tubing as well.
Most of my files are either iParts or iAssemblies. I have been manipulating the table's spreadsheet by entering the converting the length and width to fractional form (manually) and then using a formula like this..
=CONCATENATE(AD2,"Ga x ",AF2," x ",AG2)
to combine info from different cells. But this is very time consuming, so I am looking for a faster/easier way to get this done. I have almost 1K files that I will need to do this to, so any ideas that makes it faster and easier are what I am looking for.
I have attached a file showing what I have so far.