Hello,
I have been using an index,match function for 2 years. Each year I create a new workbook, copy the formula and use it in the new workbook. I delete the older workbooks from my active memory and archive it.
Here is the formula
=INDEX('Students'!F:F,MATCH(1,('Students'!B:B)*(Students'!C:C),0))
Where I am on one workbook page(Workbook 1), want the formula to match the first and last names of students(Students B and C) from the Students workbook page and input data from column F into the cell with the function on Workbook 1.
I have tried restricting the range of the cells in students to a manageable number
I have changed the names of my tabs to make sure my computer is not going to the deleted file that didn't get fully erased.
I have manually typed into a cell
I have tried typing into the function bar
When I evaluate the formula it will come up with first and last name but I repeatedly get a #Value error individually in the match, but the value error show up when I click evaluate again.......
Please help.
I have been using an index,match function for 2 years. Each year I create a new workbook, copy the formula and use it in the new workbook. I delete the older workbooks from my active memory and archive it.
Here is the formula
=INDEX('Students'!F:F,MATCH(1,('Students'!B:B)*(Students'!C:C),0))
Where I am on one workbook page(Workbook 1), want the formula to match the first and last names of students(Students B and C) from the Students workbook page and input data from column F into the cell with the function on Workbook 1.
I have tried restricting the range of the cells in students to a manageable number
I have changed the names of my tabs to make sure my computer is not going to the deleted file that didn't get fully erased.
I have manually typed into a cell
I have tried typing into the function bar
When I evaluate the formula it will come up with first and last name but I repeatedly get a #Value error individually in the match, but the value error show up when I click evaluate again.......
Please help.