Match returns #N/A

geofspa

New Member
Joined
Jan 7, 2012
Messages
30
Office Version
  1. 365
Platform
  1. Windows
Good Morning

I wonder if anyone could help me - I have a problem using Match.

I have a database extract where by account number and account name are concatenated on the extracted report - this is OK because the account number is always 7 characters(always numerical) long and to the left - so I have a helper column that holds the formula =left([@Account],7) which gives me the account number split out.

On another sheet I need to "Lookup" this account number - but using Match function only returns #N/A unless I copy / Paste account number as text and then change Text to Columns

Is there any way around having to complete this copy / Paste / Text To Columns routine ... and then having to rewrite formulae with the next extract ?

Thanks
Geof

PS same is true for Vlookup ... not that it surprises me

Thanks
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
I have found it --- change the lookup column to text -- all works then

Can anyone remove this post ?
 
Upvote 0
Or change the formula to : =--LEFT([@Account],7)
 
Upvote 0
Solution

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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