Hello,
I would like to create a macro to help me out with some manual data processing that I do at work.
I export the data into excel from a website and it is always set up with the same columns.
Column A contains a 5 character identifier. (Ex. A1234). There are typically multiples rows for each identifier.
For each row, column B contains either X or Y.
Column C contains a number.
What I want the macro to do is give me the sum for x and the sum for y of column “c” for each column “a” identifier.
Any help is appreciated.
I would like to create a macro to help me out with some manual data processing that I do at work.
I export the data into excel from a website and it is always set up with the same columns.
Column A contains a 5 character identifier. (Ex. A1234). There are typically multiples rows for each identifier.
For each row, column B contains either X or Y.
Column C contains a number.
What I want the macro to do is give me the sum for x and the sum for y of column “c” for each column “a” identifier.
Any help is appreciated.