I have a file with a list of items. For each item, there are dimensions, weights, and other info to go along with it. Each of these specifications are on a column of their own and each item and its corresponding info are on a row. You will see this in the attached file.
I need to calculate the cubic inches for each item, and also a grand total. I also need a grand total of the weights of the items for items that are selected.
So, for example:
Item 8989: 12x12x12 10 lbs
Item 9393: 3x3x3 8 lbs
Item 3434: 4x4x2 12 lbs
So, if I select the last two items, I need to have the following information:
Total Number of Items Selected: 2
Total Cubic Inches: 59 inches : (27+32)
Total Weight: 20 lbs (8+12)
Selection Explanation:
I have arranged this information in the attached Excel file in what I feel is the best way for me to instantly see the information.
The x in the first column of the file means that I selected that item and what it to be included in the total calculation. If this can be done with a checkbox that might be preferred, but I think an x or pressing a space bar to indicate a selection (whatever is easy to select on the keyboard) is also o.k.
Dimensions Column: Variations
Now, I think the dimensions will all be standardized, meaning that they are all written in the same way: i.e. all written as 11"x12"x15", but I don't remember right now. It would be preferred if the dimensions are written in any format, that that is accounted for. So, the dimensions can be written as 11x12x15 (so in this case without the quotation marks) or 11 x 12 x 15 (in this case no quotations and with spaces), etc. I have specified different variations in the attached Excel file. As you can see from these examples, stripping all characters except numbers and leaving one space between them seems like the solution.
Weight Column: Variations:
Also, for the pounds, I can't remember right now (I don't have access to the file now), if the weights field has lbs in it along with the number or if just the number. Again, it would be great if the program can accommodate either option.
So, is this something possible in Excel. I think the answer might be yes, but on the other hand I think it's only possible via the use of a macro. And if yes, will the macro work in Excel 2003?
Bookmarks