I'm currently taking data from BlueBeam and exporting it into excel. One of my columns is a steel shape column (i.e. W14x730, L3x3x3/8, PL1 1/2"x5", etc.). I am trying to get an IF statement that will only pull information from shapes that are plates (PL). Once the column recognizes the correct shape I need to pull the thickness (1 1/2") and the width (5") into two separate columns and have them calculate into decimals. It sounds like the formula will be pretty involved but I just cant get it to work. Please see example below:
A B C
1 W14x730 - -
2 L3x3x3/8 - -
3 PL1 1/2"x5" 1.5 5
4 PL1/2"x4 1/2" 0.5 4.5
5 PL2 1/2"x23" 2.5 23
Bookmarks