Hi,
I have a sheet with a column of ID Numbers (Column C)
I need a formula in the next column (Column D) to inform me if the new ID Number which I'm entering now is already existing somewhere in column C.
example:
Column C -----Column D
ID Number
105235 --------the needed formula
125435 --------the needed formula
145298 --------the needed formula
548694 --------the needed formula
125435 --------the needed formula should tell me that this ID exists
In the example, I entered the new ID number 125435 after the last ID number in column C, the formula in column D (in the same row as the newely eneterd ID)should inform me that it exists in row 3 as shown
How can I do that?
Thank you
Hi,Originally Posted by WhatF
Try data validation:
http://www.cpearson.com/excel/NoDupEntry.aspx
Or conditional formatting:
http://www.contextures.com/xlCondFor...html#DupColumn
Last edited by davesexcel; 07-10-2008 at 04:59 AM.
Or if you want a formula....
In D2...
=IF(Countif(C$2:C2,C2)>1,"Repeat","") copied down...
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks