hyenajackrabbit
New Member
Hi,
I need to compare column A on the 'Event IDs in ED' worksheet with column A on the 'All_Alerts' worksheet to get the number of matches and the number of mismatches including blank cells on the All_Alerts worksheet.
I need to show the sums of matches and the number of mismatches in separate cells.
I used the formula below to get the matches but SUMPRODUCT takes too long. This is a test workbook. The true data will be over 23000 lines. The column size may vary also so I can't specify a range other than a column.
=SUMPRODUCT(COUNTIF('Event IDs in ED'!A:A,All_Alerts!A:A))
I tried some IF(MATCH statements but I could not get the TRUE or FALSE to summarize to a value.
The file is being shared on Google Docs:
https://docs.google.com/open?id=0B9Mjsc_Lt5hDWU91RHZINVJ5SDA
Thanks ahead of time for your help.
I need to compare column A on the 'Event IDs in ED' worksheet with column A on the 'All_Alerts' worksheet to get the number of matches and the number of mismatches including blank cells on the All_Alerts worksheet.
I need to show the sums of matches and the number of mismatches in separate cells.
I used the formula below to get the matches but SUMPRODUCT takes too long. This is a test workbook. The true data will be over 23000 lines. The column size may vary also so I can't specify a range other than a column.
=SUMPRODUCT(COUNTIF('Event IDs in ED'!A:A,All_Alerts!A:A))
I tried some IF(MATCH statements but I could not get the TRUE or FALSE to summarize to a value.
The file is being shared on Google Docs:
https://docs.google.com/open?id=0B9Mjsc_Lt5hDWU91RHZINVJ5SDA
Thanks ahead of time for your help.