Hello excel masters,
In the attached file on the sheet "~Magic" I have a formula that find if two cells have a duplicate pair.
=IF(COUNTIFS(Revised[Address],Revised[@Address],Revised[Unit],Revised[@Unit])>1,"Duplicate", "")
My issue is, when I have an address, but no unit(empty cell) it will not detect duplicate addresses.
Thank you in advance.
In the attached file on the sheet "~Magic" I have a formula that find if two cells have a duplicate pair.
=IF(COUNTIFS(Revised[Address],Revised[@Address],Revised[Unit],Revised[@Unit])>1,"Duplicate", "")
My issue is, when I have an address, but no unit(empty cell) it will not detect duplicate addresses.
Thank you in advance.
Attachments
Last edited: