J
Jeff
Hello,
I have the following workbook with column A and B:
A B
199 100.00
200 50.00
201 100.00
201 200.00
199 60.00
I need help designing a VBA macro that would:
1 - Create a new worksheet in the workbook and extract column A & B for all
the "199" in that new worksheet
2 - Insert "1" in column "C" if the value in a row in column "A" is
different than the value above that row.
Thanks,
2 -
I have the following workbook with column A and B:
A B
199 100.00
200 50.00
201 100.00
201 200.00
199 60.00
I need help designing a VBA macro that would:
1 - Create a new worksheet in the workbook and extract column A & B for all
the "199" in that new worksheet
2 - Insert "1" in column "C" if the value in a row in column "A" is
different than the value above that row.
Thanks,
2 -