Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is a mailing list of names and addresses where the input will come from
various people so there's a probability that a person will be entered more than once. I'm trying to check the 5 columns while the data is being input and give an error message if "Jane Doe, Apt. 101, 333 Main St, 12456" is already on the list. The way I believe it should work is if a person is entered twice, as they tab out of the zip column or hit enter on the second entry, they will get the "duplicate" error message. Thanks. "daddylonglegs" wrote: What's your intention? for B2, for instance, you seem to want to not allow any entry equal to anything in columns C, F, G or J. If that's the case try =COUNTIF(C:C,B2)+COUNTIF(F:F,B2)+COUNTIF(G:G,B2)+C OUNTIF(J:J,B2)=0 -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=501528 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 crashes loading excel files created Excel 2000 | Excel Discussion (Misc queries) | |||
How do I find duplicate entries in Excel | Excel Discussion (Misc queries) | |||
how to convert GETPIVOTDATA from excel 2000 to excel 2002... | Excel Worksheet Functions | |||
other systems detecting excel 4.0 if excel 2000 is installed | Setting up and Configuration of Excel | |||
Statistical Excel Function Question within Excel 2000... | Excel Worksheet Functions |