VLOOKUP and invalid cell reference error

ChrisCione

Board Regular
Joined
Aug 27, 2008
Messages
92
Office Version
  1. 365
Platform
  1. Windows
Good morning,

I have this formula in cell K28 on one worksheet in Excel 2007

=VLOOKUP(K26,DataTables!K2:K31,3,TRUE)

K26 refers to a cell containing an individual's name (which can and will vary). I K28, I want to have an email address.

The "DataTables" worksheet contains the following info:


Column K: Names of various Individuals
Column M: Corresponding email addresses of each individual
Column u: Corresponding phone numbers

K........................M............................U
John Smith jsmith@email.com......555-213-5689
Charlie Jones cjones@email.com......555-789-1265

The objective:

Excel matches the name in K26 in worksheet 1 to the corresponding email address on the second worksheet, and enters into K28. And I want to do same for the phone number.

Formual is returning invalid cell reference error. I've read and read and read, but can't figure it out. Suggestions?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
The formula is incorrect.

Try:

=VLOOKUP(K26,DataTables!K2:U31,3,FALSE) for email
=VLOOKUP(K26,DataTables!K2:U31,11,FALSE) for phone num
 
Upvote 0

Forum statistics

Threads
1,214,626
Messages
6,120,602
Members
448,974
Latest member
ChristineC

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