i would like to create a vba code to resolve this problem.
data:
column A is acc# and column B is amount ($)
i want to make a vba code that will search to see if the 2 sheet has same acc# and then it will add them up, but if it cannot find one acc# in sheet 2, it still need to show the amount on that acc#
note: sheet 1 and sheet 2 may consist of different acc# but the main point is merge the amount for each acc# in a new sheet(sheet 3) and sheet 3 has a list of acc# in rows. just to post the amount next to acc# in sheet 3
and 1 more thing, sheet 1 or sheet 2 may contain 1 acc# but on 2 or more rows.
any help is appreciated. thanks a lot
data:
column A is acc# and column B is amount ($)
i want to make a vba code that will search to see if the 2 sheet has same acc# and then it will add them up, but if it cannot find one acc# in sheet 2, it still need to show the amount on that acc#
note: sheet 1 and sheet 2 may consist of different acc# but the main point is merge the amount for each acc# in a new sheet(sheet 3) and sheet 3 has a list of acc# in rows. just to post the amount next to acc# in sheet 3
and 1 more thing, sheet 1 or sheet 2 may contain 1 acc# but on 2 or more rows.
any help is appreciated. thanks a lot