You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Home > Operations > Excel Resources > How do I return values of fields that are in list one but not list two?
How do I return values of fields that are in list one but not list two?
print icon

Please click here to view a tutorial on how to return values of fields that are in list one, but not list two.

 

This is an overview to use a filter formula to compare to columns to see if someone is added in a new roster but not included in the prior version. This will allow you to pull out any unique net new adds that were not in the prior version.

 

=FILTER(Column 1 Range, NOT(COUNTIF(Column 2 Range, Column 1 Range)))

 

Use Case: List one is a new roster provided by the client that shows an export from their workday system with the master roster. List 2 is the ACC Org report unique IDs we have in Accelerate for the users currently enrolled. Using the FILTER formula with NOT and COUNTIF allows you the ability to review the lists and populate anyone from list 1 that is not previously on list 2 (i.e. a net new user to add).
 

Feedback
0 out of 0 found this helpful

scroll to top icon