Hi @RyanL2019
The other is different, being just about the possibility of a continuous range that includes a reference to another sheet (without it turning into a '3-D Reference'). That one has been answered with 'not possible'. This thread is about extracting, via formula, unique numbers from multiple ranges that are not found in another range (not just a column/list), and vice versa
Actually the problematic is quite similar in the sense that you cannot make a UNION of several ranges (Set A - Set C in this thread) via formula - Recently discussed in this thread that offers a way to do it but there's a limitation
Below pics. truncated
- Works with Errors and/or zero(s) in the ranges
- For readibility, named the various ranges SetA, SetB, SetC & List
- CheatSheet (can be hidden) with tblNumbers aggregates the unique numbers in SetA-SetC & List
- A few funky formulas in Name Manager to avoid the former IFERROR(...., "") that hide unecessary array calcs
- In Result sheet, a control (+6 in above pic.) that indicates if the # rows provisionned in tblNumbers is OK - cell font turns red otherwise
EDIT A +/- little optimization is still possible in tblNumbers...
Corresponding workbook avail. here - Inc. a Power Query option based on the same named ranges (SetA-SetC & List):
- Enter dummy data in SetA-SetC and List
- Right-click on each blue Table > Refresh
Efficient with large ranges and easy to customize to accept additional named ranges if necessary