Help match data using LOOKUP

Sean15

Well-known Member
Joined
Jun 25, 2005
Messages
698
Office Version
  1. 2010
Platform
  1. Windows
Hi,
I saw this post here Any clever solutions to speed up a 50,000 row MATCH formula? and I find it useful. I didn't want to piggyback so I've opened a new thread. I'm getting some odd results using my data. The concept is still the same. I'm trying to find data in column B not in column A. I've sorted column A in ascending order. Why is formula in C7 and C8 returning #NA and not N?

Book1
ABC
1Blacksmith WJane WN
2Jane Tpaul SN
3Judith HSam WN
4paul VJudith H 
5Pepper SSalt Y 
6Salt YPepperN
7Sam XBlacksmith#N/A
8Beth#N/A
9RockN
10DsoldierN
11catN
12paul V 
13pepper S 
14#N/A
15#N/A
16#N/A
Sheet1
Cell Formulas
RangeFormula
C1:C16C1=IF(LOOKUP(B1,A:A)=B1,"","N")
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
If you drop column A down one cell & put an "a" in A1, you should be ok, as long as none of the values in col b start with a number.
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,742
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top