ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   match 1 column bringing in a value from another column (https://www.excelbanter.com/excel-worksheet-functions/163803-match-1-column-bringing-value-another-column.html)

dot

match 1 column bringing in a value from another column
 
I tried using vlookup to lookup information in 1 column then go to another
worksheet and bring in the information for another column. Below is the
formula I'm using but I either get #N/A or the wrong information. What I
have is a list of outstanding payments I'm trying to match the customer
number from one sheet and on the custkey sheet I have the customers account
number in column A and the person assigned to clear the payment in column 2.
What am I doing wrong? Should I be using a different function key?

=VLOOKUP(D2,custkey!$A$2:$B$1267,2)

Dot

Don Guillett

match 1 column bringing in a value from another column
 
try if source is not sorted
=VLOOKUP(D2,custkey!$A$2:$B$1267,2,false)
or the same thing
=VLOOKUP(D2,custkey!$A$2:$B$1267,2,0)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Dot" wrote in message
...
I tried using vlookup to lookup information in 1 column then go to another
worksheet and bring in the information for another column. Below is the
formula I'm using but I either get #N/A or the wrong information. What I
have is a list of outstanding payments I'm trying to match the customer
number from one sheet and on the custkey sheet I have the customers
account
number in column A and the person assigned to clear the payment in column
2.
What am I doing wrong? Should I be using a different function key?

=VLOOKUP(D2,custkey!$A$2:$B$1267,2)

Dot



dot

match 1 column bringing in a value from another column
 
Thanks much Don as that worked!
--
Dot


"Don Guillett" wrote:

try if source is not sorted
=VLOOKUP(D2,custkey!$A$2:$B$1267,2,false)
or the same thing
=VLOOKUP(D2,custkey!$A$2:$B$1267,2,0)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Dot" wrote in message
...
I tried using vlookup to lookup information in 1 column then go to another
worksheet and bring in the information for another column. Below is the
formula I'm using but I either get #N/A or the wrong information. What I
have is a list of outstanding payments I'm trying to match the customer
number from one sheet and on the custkey sheet I have the customers
account
number in column A and the person assigned to clear the payment in column
2.
What am I doing wrong? Should I be using a different function key?

=VLOOKUP(D2,custkey!$A$2:$B$1267,2)

Dot




Don Guillett

match 1 column bringing in a value from another column
 
Glad it helped

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Dot" wrote in message
...
Thanks much Don as that worked!
--
Dot


"Don Guillett" wrote:

try if source is not sorted
=VLOOKUP(D2,custkey!$A$2:$B$1267,2,false)
or the same thing
=VLOOKUP(D2,custkey!$A$2:$B$1267,2,0)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Dot" wrote in message
...
I tried using vlookup to lookup information in 1 column then go to
another
worksheet and bring in the information for another column. Below is
the
formula I'm using but I either get #N/A or the wrong information. What
I
have is a list of outstanding payments I'm trying to match the customer
number from one sheet and on the custkey sheet I have the customers
account
number in column A and the person assigned to clear the payment in
column
2.
What am I doing wrong? Should I be using a different function key?

=VLOOKUP(D2,custkey!$A$2:$B$1267,2)

Dot






All times are GMT +1. The time now is 02:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com