Tablecloth98
New Member
- Joined
- Nov 15, 2023
- Messages
- 24
- Office Version
- 2021
- Platform
- Windows
I'm trying to write a formula that looks for duplicates and returns a specific text value if a duplicate is present. I'd ideally like to do this without nesting multiple if formulas as this might slow down the workbook.
What I have so far is:
=IF(ISERROR(MATCH(Sheet1!$I3,Sheet2!$I:$I&Sheet3!$I:$I,0)),"","Dup")
It doesn't seem to be picking up duplicates at all.
Where am I going wrong?
What I have so far is:
=IF(ISERROR(MATCH(Sheet1!$I3,Sheet2!$I:$I&Sheet3!$I:$I,0)),"","Dup")
It doesn't seem to be picking up duplicates at all.
Where am I going wrong?