• 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.

Duplicates across columns

I am getting configurations results from multiple sites and need to know if all the sites are having same entry. I have attached the sample. Can you check as how this can be achieved with formulas ? the cell content would be either an IP or a domain name.

https://docs.google.com/open?id=0B_X21Zn6KJMEcWVTZGZabWRqTTg
 
Hi Murari,


With your data in A1:F4, use this formula:


Code:
=IF(SUMPRODUCT((A2:F2=A2)*1)=5,"OK","NOT OK")


Drag down..


Regards,
 
Back
Top