Hello, I have an array of data which has duplicates that exist in this data range. My current formula only looks at the cell below the lookup value. How can I change the following formula to search the entire array and return a "yes" or "NO?"
Any assistance would be greatly appreciated.
Code:
=IF(INDEX(C:C,MATCH(C3,C:C,0),0)<>C4,"YES","NO")
Any assistance would be greatly appreciated.