#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default key coulm

if i have the following columa

aa 111
bb 222
aa
cc 333
dd 444
aa
aa 321
cc
cc

from above if it huag data and i want ensuar that all aa have same key
account whuch 111 and other key account and if aa has more than one key
account it show wrong or any thing like B7 it has wrong key which 321
how i cank make it by excel
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default key coulm

Hi,

How do you know if the first or second key is wrong? Here is a formula that
will tell you which items don't match. Anytime this returns a number greater
than 0 there is a problem.

=IF(B1="","",SUMPRODUCT((A1=$A$1:$A$9)*(B1<$B$1:$ B$9)*($B$1:$B$9<"")))


--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"M.K" wrote:

if i have the following columa

aa 111
bb 222
aa
cc 333
dd 444
aa
aa 321
cc
cc

from above if it huag data and i want ensuar that all aa have same key
account whuch 111 and other key account and if aa has more than one key
account it show wrong or any thing like B7 it has wrong key which 321
how i cank make it by excel

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
key coulm M.K[_2_] Excel Discussion (Misc queries) 2 March 22nd 09 06:00 PM


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