I’m having trouble with a silly formula. I want to be able to enter names on a list — and know if I’ve repeated them previously. Right now I can’t get the formula to look at a range — it keeps taking the top value. I’ve written it two ways and neither quite work. Any help would be appreciated!
=EXACT(A8,$A$2:A7)
=IF(A14=$A$2:A13,”No”,”Yes”)
I’ve thought about LOOKUP but I’m not sure how to use this. Seems like it should be simple!