#1   Report Post  
Posted to microsoft.public.excel.misc
JHL
 
Posts: n/a
Default FIND LIKE RECORDS

Using Excel 97. I have strings of text, which comprise a unique key in an
Excel spreadsheet. Each week a new spreadsheet is compiled along with this
unique key

I have the current - prior unique keys side by side in a separate sheet tab.
I tried using the EXACT text function to identify matching records, but my
formula only finds matches if next to one another.

How do I get it to find any matches in rows above or below? My current
formula looks something like:

=EXACT($A1, $B$1:$B$300)

My actual data in many cases is larger than 300 rows.

Thanks for any help/suggestions


  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default FIND LIKE RECORDS

You could see if there was a match in column B (not case-sensitive) using a
formula like:

=isnumber(match(a1,b:b,0))

I'm not sure what you're doing, but Chip Pearson has some techniques for dealing
with duplicates:

http://www.cpearson.com/excel/duplicat.htm

JHL wrote:

Using Excel 97. I have strings of text, which comprise a unique key in an
Excel spreadsheet. Each week a new spreadsheet is compiled along with this
unique key

I have the current - prior unique keys side by side in a separate sheet tab.
I tried using the EXACT text function to identify matching records, but my
formula only finds matches if next to one another.

How do I get it to find any matches in rows above or below? My current
formula looks something like:

=EXACT($A1, $B$1:$B$300)

My actual data in many cases is larger than 300 rows.

Thanks for any help/suggestions


--

Dave Peterson
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
Trapping a NO FIND after a find Alan Excel Discussion (Misc queries) 2 August 31st 05 01:28 PM
Find last occurance of text in range farutherford Excel Worksheet Functions 5 August 30th 05 02:00 AM
Find & Replace in VB macro JackC Excel Discussion (Misc queries) 1 August 24th 05 09:22 PM
Advanced filtering in Excel to find records ending in xxx? dtencza Excel Discussion (Misc queries) 2 August 14th 05 03:16 PM
Linking records schauncey Setting up and Configuration of Excel 0 March 11th 05 03:29 PM


All times are GMT +1. The time now is 05:14 AM.

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"