B
Bagman
Hi, I have data that I export from Proclarity to Excel monthly. After I do
this, I'd like to run a macro that compares data in column A & B to data in A
& B for the next row. If data in EITHER A or B are different, I'd like to
Insert 2 new rows and insert the sum for that group on the first newly
inserted row for columns D,E,F, and G.
Both Column A & B contain numbers AND text.
Here is an example of the data separated by '/':
Column A/Column B/Column C/Column D......etc
8999 Path & Lab/ 1234XN425 / 2224 Text Name / $1225.36.....
8999 Path & Lab/ 1234XN425 / 2224 Text Name / $9365.91.....
( Column A different below: Insert 2 new rows and sum columns D-G on first
row.)
8901 Mental Health/ 1234XN425 / 2224 Text Name/ $1234.00....
So, column A OR B data different, insert 2 new rows and sum D-G on 1st new
row.
Thanks
this, I'd like to run a macro that compares data in column A & B to data in A
& B for the next row. If data in EITHER A or B are different, I'd like to
Insert 2 new rows and insert the sum for that group on the first newly
inserted row for columns D,E,F, and G.
Both Column A & B contain numbers AND text.
Here is an example of the data separated by '/':
Column A/Column B/Column C/Column D......etc
8999 Path & Lab/ 1234XN425 / 2224 Text Name / $1225.36.....
8999 Path & Lab/ 1234XN425 / 2224 Text Name / $9365.91.....
( Column A different below: Insert 2 new rows and sum columns D-G on first
row.)
8901 Mental Health/ 1234XN425 / 2224 Text Name/ $1234.00....
So, column A OR B data different, insert 2 new rows and sum D-G on 1st new
row.
Thanks