Forum Discussion

LouiseL12's avatar
LouiseL12
Copper Contributor
Nov 07, 2023
Solved

EXCEL Homework help

I have this homework for one of my classes and we have to use the VLOOKUP formula for these   Here were the instructions given to us:   Task 1: Complete lookup value from columns I:L of Transacti...
  • HansVogelaar's avatar
    HansVogelaar
    Nov 07, 2023

    LouiseL12 

    Your formulas still have relative references to the lookup ranges, so they will change when you fill or copy down the formulas.

    The formula =VLOOKUP(D2,Product!A159:D2052,2,FALSE) in J2 will change to =VLOOKUP(D3,Product!A160:D2053,2,FALSE) in D3, ..., and to =VLOOKUP(D200,Product!A357:D2250,2,FALSE) in J200.

    So if D200 is in Product!A100, the formula won't find it since it starts looking from A357 down. Hence the #N/A errors.

     

    Please read my previous reply again. I explained how to change the reference to the lookup range to absolute.

Resources