Our inventory program is garbage. We have to export the information to Excel and modify the spreadsheet to get the information we need. That is not a big deal, except it can take 4-5 hours to modify the report.
Below is the what a normal row looks like in Excel.
Part #: Sq ft Qty:
2123/5018BRZ/4800/28800 14,400
The last two groups of numbers in the part # are the panel sizes. The inventory program cannot take the total sq ft on hand and give a panel qty. So in the example above, the panel sizes are 48" x 288" (4' x 24'), and the total panel count should be 150.
Can a macro be written to look at the last two sets of numbers in the part # and determine the final panel count?
Copy and pasting a report into a workbook with individual formulas set up for each line item will not work. We are constantly adding different sizes.
Any help would be appreciated. Thanks!!
Below is the what a normal row looks like in Excel.
Part #: Sq ft Qty:
2123/5018BRZ/4800/28800 14,400
The last two groups of numbers in the part # are the panel sizes. The inventory program cannot take the total sq ft on hand and give a panel qty. So in the example above, the panel sizes are 48" x 288" (4' x 24'), and the total panel count should be 150.
Can a macro be written to look at the last two sets of numbers in the part # and determine the final panel count?
Copy and pasting a report into a workbook with individual formulas set up for each line item will not work. We are constantly adding different sizes.
Any help would be appreciated. Thanks!!