Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ekser
 
Posts: n/a
Default find same numbers in a list in Excel


Hi Excelers!

I have exported a log list to Excel, containing a large amount of data
(about 10000 rows). The logs look like this:

30.05.2005 8:08:41 Log Entry Nr. 8610333 User CW_USER starting
SAP_SalOrd_G Create.
30.05.2005 8:08:41 I01: Calling method Z_XR_SALESORDER_C1
30.05.2005 8:08:42 Attribute Name: Z_XR_SALESORDER_C1 - Value: -
AppText:
30.05.2005 8:08:42 I03: returning to connector agent via RFC channel
30.05.2005 8:08:42 Regular Order pRegular Order p0000708204 a a
*0000708204* has been saved
30.05.2005 8:08:42 Log Entry Nr. 8610333 Ending SAP_SalOrd_G Create -
Runtime: 1.204 milliseconds.

There is more than a thousand logs like this! What I need to find is
possible double doc numbers (here in bold). Is there a way to make a
search for duplicates, but keeping in mind that I need only to compare
document numbers?


Thanks in advance! ;)


--
Ekser
------------------------------------------------------------------------
Ekser's Profile: http://www.excelforum.com/member.php...o&userid=11400
View this thread: http://www.excelforum.com/showthread...hreadid=375559

  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

I think any approach would probably have to start with parsing the data
(Data, Text to Columns perhaps) so that the field of interest is in its own
column. From there you might sort by that column and then add a column of
formulas to identify matches (like =IF(A2=A1,"X","")). From there you could
use Data, Filter, AutoFilter on the "X" column to find just the "X"'s which
would be the duplicates.

--
Jim
"Ekser" wrote in
message ...
|
| Hi Excelers!
|
| I have exported a log list to Excel, containing a large amount of data
| (about 10000 rows). The logs look like this:
|
| 30.05.2005 8:08:41 Log Entry Nr. 8610333 User CW_USER starting
| SAP_SalOrd_G Create.
| 30.05.2005 8:08:41 I01: Calling method Z_XR_SALESORDER_C1
| 30.05.2005 8:08:42 Attribute Name: Z_XR_SALESORDER_C1 - Value: -
| AppText:
| 30.05.2005 8:08:42 I03: returning to connector agent via RFC channel
| 30.05.2005 8:08:42 Regular Order pRegular Order p0000708204 a a
| *0000708204* has been saved
| 30.05.2005 8:08:42 Log Entry Nr. 8610333 Ending SAP_SalOrd_G Create -
| Runtime: 1.204 milliseconds.
|
| There is more than a thousand logs like this! What I need to find is
| possible double doc numbers (here in bold). Is there a way to make a
| search for duplicates, but keeping in mind that I need only to compare
| document numbers?
|
|
| Thanks in advance! ;)
|
|
| --
| Ekser
| ------------------------------------------------------------------------
| Ekser's Profile:
http://www.excelforum.com/member.php...o&userid=11400
| View this thread: http://www.excelforum.com/showthread...hreadid=375559
|


  #3   Report Post  
swatsp0p
 
Posts: n/a
Default


You will probably need a VBA solution to this problem. I believe your
post should be in the Programming Forum and should contain more
information, such as:


- Is your data split into columns?
- How do you identify which numbers to search for?
- Will duplicate numbers always be in the same row/column/cell? In
other words, how wide must the search be?
- Can the same number be repeated multiple times?
- Are all numbers to search for the same length?
- Are there any duplicates that would be acceptable? How do you
Identify -them- (if any)?
- What do you want to do with dupes when found?


This is just a start, but programmers will need to understand the
limits of the data they are working with...as well as your expectations
for the outcome.

Good Luck.


--
swatsp0p


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

  #4   Report Post  
digvijay21
 
Posts: n/a
Default


hi
try doing this

first sort all the rows in desc order eg A10:A100; then in next column
B1 put formula =IF(A1=A2, 0,1) once formula put drag it down till the
column B100 and see if you get any 1 that means its a duplicate data.
hope this helps

regards
digvijay


--
digvijay21
------------------------------------------------------------------------
digvijay21's Profile: http://www.excelforum.com/member.php...o&userid=23929
View this thread: http://www.excelforum.com/showthread...hreadid=375559

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
making a list of numbers. toddb123 Excel Discussion (Misc queries) 3 April 21st 05 12:21 PM
How to convert Excel imported numbers from text to numbers? Alden Excel Discussion (Misc queries) 9 April 1st 05 09:51 PM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM
convert excel list to pivot table GI Excel Discussion (Misc queries) 0 December 6th 04 06:45 PM
Excel Auto Filter: WHY'S SORT @ TOP OF LIST? WHEN I KEY TO "SHOW . Dan W Excel Worksheet Functions 0 December 1st 04 03:53 PM


All times are GMT +1. The time now is 08:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"