I am working in excel and I am new to visual basic, but I think there is a simple code for my problem.
In column "J" I have Part Number
In column "N" I have QTY
In column "Q" I have an "=if(mid)" statement that displays Part number for only the first part number in column "J" where the part number is different from the previous part number. this column is sorted.
In column "R" I have a sum of QTY (column "N") for the corresponding Part Numbers.
Can someone help me with code that will sum the QTY of column "N" while column "Q" is blank (but also including that first base part)
Maybe a macro is necessary?
thank you
In column "J" I have Part Number
In column "N" I have QTY
In column "Q" I have an "=if(mid)" statement that displays Part number for only the first part number in column "J" where the part number is different from the previous part number. this column is sorted.
In column "R" I have a sum of QTY (column "N") for the corresponding Part Numbers.
Can someone help me with code that will sum the QTY of column "N" while column "Q" is blank (but also including that first base part)
Maybe a macro is necessary?
thank you
Comment