UmairKamal
New Member
- Joined
- Aug 27, 2021
- Messages
- 17
- Office Version
- 2016
- 2013
- Platform
- Windows
Dear Users,
I have the following dataset. If the values in column A are duplicate, and if the value in Column D has the wording "Review" in it, then the number in column E for the first result are converted to zero.
The idea is that the data will be added on a daily basis and overtime it will be difficult to change the results of the "Number" column based on the duplicates. I was hoping to have a VBA code that I can run on a weekly or monthly basis to update the Number column.
Please assist in this matter.
I have the following dataset. If the values in column A are duplicate, and if the value in Column D has the wording "Review" in it, then the number in column E for the first result are converted to zero.
Reference | Decision Date | Outcome | Outcome Reason | Number |
2220235664 | 26/04/2022 | Refused | 1 | |
2220235664 | 26/05/2022 | Allowed | Review | 1 |
The idea is that the data will be added on a daily basis and overtime it will be difficult to change the results of the "Number" column based on the duplicates. I was hoping to have a VBA code that I can run on a weekly or monthly basis to update the Number column.
Please assist in this matter.