hayden_pinto
New Member
I have tried to Vlookup with multiple criteria's with the below mentioned formula
Eg;-
A1 - I have a country name
B1 - I have a state name
C1 - I have to get the capital of the state automatically with the help of a formula
The county state and capitals are in a table
D E F
Country State Capital
India Goa Panjim
India Maharashtra Bombay
i use this formula
{=Index(F:F,(Match(A1 & B1, D:D & E:E,0)))}
Then i press CRTL SHIFT ENTER This makes the calculation very slow and i have 9000 records to tally
Is there another way to get the same result without the delay?
And what does CRTL SHIFT ENTER do ?
Eg;-
A1 - I have a country name
B1 - I have a state name
C1 - I have to get the capital of the state automatically with the help of a formula
The county state and capitals are in a table
D E F
Country State Capital
India Goa Panjim
India Maharashtra Bombay
i use this formula
{=Index(F:F,(Match(A1 & B1, D:D & E:E,0)))}
Then i press CRTL SHIFT ENTER This makes the calculation very slow and i have 9000 records to tally
Is there another way to get the same result without the delay?
And what does CRTL SHIFT ENTER do ?