ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Nested vlookup? (https://www.excelbanter.com/excel-worksheet-functions/6717-nested-vlookup.html)

astronautika

Nested vlookup?
 
Hello,

I have too worksheets. One has SSN, Accident Date and Claim Number. The
other just has SSN and Accident Date. I would like to pull claim number to
the second sheet based on SSN and Accident date. In other words, I need
Excel to check both the SSN and accident date.

I was trying to use If and vlookup but I'm not having any luck. Any
suggestions? Here is the general idea:

Sheet 1
A B C
1 SSN Acc Date Claim Number
2
3
4

Sheet 2
A B
1 SSN Acc Date
2
3
4


Frank Kabel

Hi
try the following type of array formula (entered with
CTRL+SHIFT+ENTER):
=INDEX('sheet1'!$C1:$C$100,MATCH(1,('sheet1'!$A$1: $A$100="SSN1")*('shee
t1'!$B$1:$B$100="Account_date1"),0))

--
Regards
Frank Kabel
Frankfurt, Germany

"astronautika" schrieb im
Newsbeitrag ...
Hello,

I have too worksheets. One has SSN, Accident Date and Claim Number.

The
other just has SSN and Accident Date. I would like to pull claim

number to
the second sheet based on SSN and Accident date. In other words, I

need
Excel to check both the SSN and accident date.

I was trying to use If and vlookup but I'm not having any luck. Any
suggestions? Here is the general idea:

Sheet 1
A B C
1 SSN Acc Date Claim Number
2
3
4

Sheet 2
A B
1 SSN Acc Date
2
3
4




All times are GMT +1. The time now is 07:15 PM.

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