Ok, I'm learning more and more but here's what I'm trying to do.
We have a database that exports a dump to .csv file on a web page. I save this sheet as .xls and then reopen.
There are 5 columns of information that can contain invalid data due to the fact that users leave placemarkers in the fields in order to save the record. These markers are often forgotten about and the record is changed to "closed" therefore, they don't check back. The markers are not consistent.
So I'm trying to figure out a better way than sorting and manually searching each line of order numbers and account numbers, to find the invalid data. I tried using Validation, but this seems I would have to recreate these rules each time (unless I could save it in a template?) Not sure if it could be a macro, but all I need to know is which database id's contain invalid data, and which column and item is invalid. thx
We have a database that exports a dump to .csv file on a web page. I save this sheet as .xls and then reopen.
There are 5 columns of information that can contain invalid data due to the fact that users leave placemarkers in the fields in order to save the record. These markers are often forgotten about and the record is changed to "closed" therefore, they don't check back. The markers are not consistent.
So I'm trying to figure out a better way than sorting and manually searching each line of order numbers and account numbers, to find the invalid data. I tried using Validation, but this seems I would have to recreate these rules each time (unless I could save it in a template?) Not sure if it could be a macro, but all I need to know is which database id's contain invalid data, and which column and item is invalid. thx