gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have a list of parts, I want to add a formula next to each to see if they exist on another tab. I now I can create a nested Iserror formula inside an If statement =IF((ISERROR(INDEX(IMD_BOM!F:F,MATCH([Top Assembly],IMD_BOM!A:AS,0))))=TRUE,"NO","YES")
But is there a better more efficient way?
But is there a better more efficient way?