Hello,
I have an Excel spreadsheet that contains the following columns:
AGENCY FORM_NUMBER TYPE_DESCRIPTION DEFAULT_SIDE FORM_CREATE_DATE COUNT(*)
AGENCY 1 1 EMPLOYEE DELETED 3-NOV-16 1
AGENCY 1 1 EXCEPTION 3-NOV-16 0
I would like to remove any form IF the form returned twice where the first is any type_description and the second entry is 'exception'.
IF only one row exists and is only 'exception' I want to keep that record, but if two rows exist for the same agency, same form but 'exception' "and some other" type_description are listed, I want to omit the 'exception' from being displayed. In other words, in the above example, I'm would like ONLY the employee row to be displayed and remove the exception row. In the above example; however, if the exception were the only row, I would want to keep it.
Could someone help shed light on how I would complete this type of process? Advanced Filters, Removing Duplicates and nothing else works because althogh to me they are duplicate records (same form just different type_descriptions), Excel doesn't see them as duplicates.
Thanks,
I have an Excel spreadsheet that contains the following columns:
AGENCY FORM_NUMBER TYPE_DESCRIPTION DEFAULT_SIDE FORM_CREATE_DATE COUNT(*)
AGENCY 1 1 EMPLOYEE DELETED 3-NOV-16 1
AGENCY 1 1 EXCEPTION 3-NOV-16 0
I would like to remove any form IF the form returned twice where the first is any type_description and the second entry is 'exception'.
IF only one row exists and is only 'exception' I want to keep that record, but if two rows exist for the same agency, same form but 'exception' "and some other" type_description are listed, I want to omit the 'exception' from being displayed. In other words, in the above example, I'm would like ONLY the employee row to be displayed and remove the exception row. In the above example; however, if the exception were the only row, I would want to keep it.
Could someone help shed light on how I would complete this type of process? Advanced Filters, Removing Duplicates and nothing else works because althogh to me they are duplicate records (same form just different type_descriptions), Excel doesn't see them as duplicates.
Thanks,
Last edited: