Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 114
Default Creating a field to search and enter non duplicate data

Hello all.

I have a team of 15 pople that all work with reference numbers, on occasion
a number has to be sent to a different work group. I've created a spreadsheet
for them to enter the numbers into, but we have been duplicating numbers. I
want to create a field to enter th number into, have the field cross
reference the exsting numbers, and if it does not find a match, enter the
number and sort the list.

I know how to create a custom macro that will accomplish what I want to do,
but I'd prefer a static formula if it's possible.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Creating a field to search and enter non duplicate data


A formula can not do waht you ask, it can however show you if your entry
is a duplicate, to simply have a formula look at the cell you make an
entry in you could use this =IF(COUNTIF(A1:A100,B1)=1,"Duplicate",B1)
enter your number in B1 and the formula should say Duplicate or show
your B1 value, you can use it in conjunction with conditional
formatting, Chip Pearson explains it very well here 'Duplicates In Data
In Excel' (http://www.cpearson.com/excel/Duplicates.aspx)

Bryan;574074 Wrote:
Hello all.

I have a team of 15 pople that all work with reference numbers, on
occasion
a number has to be sent to a different work group. I've created a
spreadsheet
for them to enter the numbers into, but we have been duplicating
numbers. I
want to create a field to enter th number into, have the field cross
reference the exsting numbers, and if it does not find a match, enter
the
number and sort the list.

I know how to create a custom macro that will accomplish what I want to
do,
but I'd prefer a static formula if it's possible.



--
Simon Lloyd

Regards,
Simon Lloyd
'Microsoft Office Help' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=158623

Microsoft Office Help

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
Creating an Form to enter data Louisq Excel Discussion (Misc queries) 3 October 27th 08 08:16 PM
Creating a form to enter data DanielWalters6 New Users to Excel 6 June 13th 08 07:35 PM
Enter data on one sheet duplicate on another? Michele Excel Discussion (Misc queries) 2 September 7th 06 04:26 PM
Creating a Search Field? woodman650 Excel Worksheet Functions 7 June 3rd 06 09:02 PM
Duplicate Data Search Thomas O Excel Discussion (Misc queries) 3 May 1st 06 12:45 AM


All times are GMT +1. The time now is 11:32 AM.

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"