ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   validating cells in the same row has unique values (https://www.excelbanter.com/excel-worksheet-functions/106305-validating-cells-same-row-has-unique-values.html)

Volkan Akyuz

validating cells in the same row has unique values
 
Is there a way to validate cells in the same row has uniqe values. that is
none of the information in the cells in the same row should be the same. I
need this validation for the cells containing texts.

jchen

validating cells in the same row has unique values
 
I will Use:
Dim oldAddress= acitvecell.address
Find(cell value, By Row)
if no error, and no change row then
msgbox "duplicate found"
Range(oldAddress).select

Somthing like that.

"Volkan Akyuz" wrote:

Is there a way to validate cells in the same row has uniqe values. that is
none of the information in the cells in the same row should be the same. I
need this validation for the cells containing texts.


Volkan Akyuz

validating cells in the same row has unique values
 
Many many thanks,
But the table I will use is something like that
http://www17.brinkster.com/vakyuz/Kitap1.htm
And I need to know for which lines there is a conflict (Çakışma). Such that
one teacher can not take a lesson more than one.
If the way you know is programming via Visual Basic, please include more
details, because I am very novice in programing visual basic in Excel. Many
thanks again

"jchen":

I will Use:
Dim oldAddress= acitvecell.address
Find(cell value, By Row)
if no error, and no change row then
msgbox "duplicate found"
Range(oldAddress).select

Somthing like that.



All times are GMT +1. The time now is 04:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com