Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
DaveBrown
 
Posts: n/a
Default Missing or Duplicate Data


I have a simple spreadsheet of 30 columns and 10 rows. Each column
should have one cell containing letter "A" one cell containg letter "B"
etc to "D" somewhere in the column. The remaining cells will have a dash
or fwd slash. The letters will be in different rows in each column. I
need to be warned at the base of each column if one of the 5 letters is
missing or repeated. Thanks.


--
DaveBrown
------------------------------------------------------------------------
DaveBrown's Profile: http://www.excelforum.com/member.php...o&userid=27029
View this thread: http://www.excelforum.com/showthread...hreadid=439167

  #2   Report Post  
swatsp0p
 
Posts: n/a
Default


You can enter the following in row 11 of Column A, copy to the right as
far as needed:

=IF(OR(COUNTIF(A1:A10,"A")<1,COUNTIF(A1:A10,"B")< 1,COUNTIF(A1:A10,"C")<1,COUNTIF(A1:A10,"D")<1), "ERROR","OK")

If one of the letters is missing or duplicated, "ERROR" will be
returned, else "OK" will appear in each cell of row 11.

HTH

Bruce


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=439167

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
missing data points causes my line graph not to connect liebw Charts and Charting in Excel 8 November 24th 08 10:15 PM
missing data codes Rholland Excel Discussion (Misc queries) 0 August 28th 05 05:02 PM
missing data in excel cells inenewbl Excel Discussion (Misc queries) 0 August 25th 05 03:03 PM
identify duplicate data in excel spreadsheet Mandeep Dhami Excel Discussion (Misc queries) 3 July 16th 05 01:53 PM
What variable do you insert for X-cel if there is missing data? Iop.kcl New Users to Excel 1 March 22nd 05 05:00 PM


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