I recieve a spreadsheet daily with these headings:
Region Branch # Account # date worked notes
the next day i recieve a new sheet that includes the previous accounts and some new ones. i want to combine the 2 sheets so that the date worked column and notes column will run from day to day. the account number is unique so with my limited programming skills i thought
IF account # is duplicate THEN update date worked and notes, IF account # is not duplicate THEN update all columns.
would work but obviously not since excel is not html. please advise as i am simply copy/paste the old sheet to the new and sorting by account number and manually deleting dup rows. this is becoming too time consuming as the number of accounts grows.
Bookmarks