Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
Copying values but skipping empty cells Handyy Excel Worksheet Functions 1 February 9th 06 01:41 AM
How can I fix values in cells calculated by formula in Excel Leigh Excel Worksheet Functions 1 January 19th 06 07:36 PM
cntrl + down arrow and null values in cells Craig Excel Discussion (Misc queries) 2 October 26th 05 10:23 PM
Count unique values and create list based on these values vipa2000 Excel Worksheet Functions 7 August 5th 05 01:17 AM


All times are GMT +1. The time now is 04:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"