line1260skr
New Member
What would be the best way to consolidate the information below?
I need to sum the input quantities for similar input items (selected from data validation)across each Item_#. The problem I am having is that each input is being selected from a large list using data validation. The totals will essentially be used to total the quantities needed for each item and for streamlining that data to a purchase ordering system. I am not sure if a pivot, vba, sumif, or what is the answer. Can someone help me out?
Item_1 input1 input1_qty input2 input2_qty input3 input3_qty
Item_2 input1 input1_qty input2 input2_qty input3 input3_qty
Item_3 input1 input1_qty input2 input2_qty input3 input3_qty
Item_4 input1 input1_qty input2 input2_qty input3 input3_qty
I need to sum the input quantities for similar input items (selected from data validation)across each Item_#. The problem I am having is that each input is being selected from a large list using data validation. The totals will essentially be used to total the quantities needed for each item and for streamlining that data to a purchase ordering system. I am not sure if a pivot, vba, sumif, or what is the answer. Can someone help me out?
Item_1 input1 input1_qty input2 input2_qty input3 input3_qty
Item_2 input1 input1_qty input2 input2_qty input3 input3_qty
Item_3 input1 input1_qty input2 input2_qty input3 input3_qty
Item_4 input1 input1_qty input2 input2_qty input3 input3_qty