Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.office.misc
external usenet poster
 
Posts: 1,231
Default Double Entries in Excel

"S1L1Y1" wrote...
I have Office XP. I am working with Excel How can I check if I didn't enter
something twice?


Depends on the layout of the entry cells. If you're entering into a
single-area range named RNG, you could use a formula like

=SUMPRODUCT((1-ISBLANK(RNG))/(COUNTIF(RNG,RNG)+ISBLANK(RNG)))=COUNTA
(RNG)

The ISBLANK terms avoid #DIV/0! errors when there are blank cells. The
SUMPRODUCT term is the number of distinct, nonblank values in RNG, so
this formula checks that the number of these values equals the number
of nonblank values in RNG. It returns TRUE when all entries are
distinct, FALSE when there are duplicate entries.


Your posting had a follow-up tag set to microsoft.public.excel.misc,
which is a better newsgroup than microsoft.public.office.misc, but you
either multiposted or posted only to the *.office.* newsgroup rather
than to the *.excel.* newsgroup but set the follow-up to the latter
newsgroup. That's generally a bad idea since it fractures threads.
Better to crosspost to multiple newsgroups originally with a follow-up
tag to one of them.
  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.office.misc
external usenet poster
 
Posts: 29
Default Double Entries in Excel

Thank You. I have many rows that are double not just one cell/ How do I
cross post?
Sol
"Harlan Grove" wrote in message
...
"S1L1Y1" wrote...
I have Office XP. I am working with Excel How can I check if I didn't

enter
something twice?


Depends on the layout of the entry cells. If you're entering into a
single-area range named RNG, you could use a formula like

=SUMPRODUCT((1-ISBLANK(RNG))/(COUNTIF(RNG,RNG)+ISBLANK(RNG)))=COUNTA
(RNG)

The ISBLANK terms avoid #DIV/0! errors when there are blank cells. The
SUMPRODUCT term is the number of distinct, nonblank values in RNG, so
this formula checks that the number of these values equals the number
of nonblank values in RNG. It returns TRUE when all entries are
distinct, FALSE when there are duplicate entries.


Your posting had a follow-up tag set to microsoft.public.excel.misc,
which is a better newsgroup than microsoft.public.office.misc, but you
either multiposted or posted only to the *.office.* newsgroup rather
than to the *.excel.* newsgroup but set the follow-up to the latter
newsgroup. That's generally a bad idea since it fractures threads.
Better to crosspost to multiple newsgroups originally with a follow-up
tag to one of them.



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
vlookup double entries... help!!! xair Excel Discussion (Misc queries) 5 June 28th 08 01:10 AM
list double entries mohavv Excel Discussion (Misc queries) 1 October 15th 07 02:57 AM
Checking for double entries The Fool on the Hill Excel Discussion (Misc queries) 6 November 16th 06 12:07 PM
Remove double data entries Nicole Excel Discussion (Misc queries) 2 November 16th 05 08:40 PM
Check for double entries in a row Pierrot Robert Excel Worksheet Functions 1 September 5th 05 06:37 PM


All times are GMT +1. The time now is 09:43 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"