• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Error msg for Repated value in array

Dackson

Member
Dear Friend,

I have one array B3:E6, I want to enter in this array only numeric value. I entered one value in the array (ex 32) again I enter repeated the same value in the array anywhere, then I want to show error massage like “Check again” otherwise OK. How I can solve this problem through data validation or other method?

Thanks for your patient.
Dackson Jose
 
Data>Validation and choose "Custom" , insert this formula

=COUNTIF($b$3:$e$6,b3)=1. This will pop up a message if a duplicate value is entered
 
Back
Top