I have a student list. the format is given below.
COLUMN A COLUMN B
Stud_Name Stud_No
Ragul 101
Abishek 102
Guna 105
Jenifer 108
Lenin 104
While entering the student no in C1 the student name should display in D1.
For that i am using =IF(AND(C1=B1,A1,IF(AND(C2=B2,A2,IF(AND(....
The formula is enough when the data is low.
But, i have upto 50000 values.
Kindly advice me to use the correct formula.
COLUMN A COLUMN B
Stud_Name Stud_No
Ragul 101
Abishek 102
Guna 105
Jenifer 108
Lenin 104
While entering the student no in C1 the student name should display in D1.
For that i am using =IF(AND(C1=B1,A1,IF(AND(C2=B2,A2,IF(AND(....
The formula is enough when the data is low.
But, i have upto 50000 values.
Kindly advice me to use the correct formula.