Hey guys, I'm working on something for my dad. He has a spreadsheet (Sheet 1) of checks that have been written by his company during the month (currently at 3000 checks/rows). The range includes check number, account number, amount, and status of the check (either 'C' for Cleared or 'W' for Withstanding).
Each day he gets a report from the bank that includes which checks cleared that day (Sheet 2). Some days it's 5 checks, other days it's 50, so the range changes each day. He wants to be able to run a macro that would search Sheet 1 for the the check number and amount for each of the checks in Sheet 2 and change the status to 'C'.
So, for example, he gets from the bank that 3 checks cleared today: Check 100 for $100, Check 104 for $50, and Check 104 for $200. (There are two Check 34s because there are multiple accounts, so sometimes the check numbers overlap. This is why he needs it to match the check number and the amount.)
How would the macro be written so that it searched Sheet 1 for Check 100 & $100 in Columns B and C and changed Column D to 'C'?
Thanks.
Each day he gets a report from the bank that includes which checks cleared that day (Sheet 2). Some days it's 5 checks, other days it's 50, so the range changes each day. He wants to be able to run a macro that would search Sheet 1 for the the check number and amount for each of the checks in Sheet 2 and change the status to 'C'.
So, for example, he gets from the bank that 3 checks cleared today: Check 100 for $100, Check 104 for $50, and Check 104 for $200. (There are two Check 34s because there are multiple accounts, so sometimes the check numbers overlap. This is why he needs it to match the check number and the amount.)
How would the macro be written so that it searched Sheet 1 for Check 100 & $100 in Columns B and C and changed Column D to 'C'?
Thanks.