N
noah
I'm using a lookup function to find the name of an account for every ro
I have an account entered.
Column "B" on "Sheet1" is looking up column "I" from an account lis
(column "B") on "Sheet2" and returning the result of (column "C
[account name]) on "Sheet2".
I'm using VBA code to fill in column "B" on "Sheet1" to input th
formula.
The formula I'm using is:
=LOOKUP(RC[7],Sheet2!R2C:R8C,Sheet2!R2C[1]:R8C[1])
in R1C1
or:
=LOOKUP(I3,Sheet2!B$2:B$8,Sheet2!C$2:C$8)
But whenever I get an account in column "I" that I don't have in th
list on "Sheet2" I get the result of the last account in the list.
I would rather that it gave me a "#N/A" result or a blank cell instea
of a wrong result.
I format column "B' to general.
Need help,
I just want matched results or nothing at all. Not the nearest result
I have an account entered.
Column "B" on "Sheet1" is looking up column "I" from an account lis
(column "B") on "Sheet2" and returning the result of (column "C
[account name]) on "Sheet2".
I'm using VBA code to fill in column "B" on "Sheet1" to input th
formula.
The formula I'm using is:
=LOOKUP(RC[7],Sheet2!R2C:R8C,Sheet2!R2C[1]:R8C[1])
in R1C1
or:
=LOOKUP(I3,Sheet2!B$2:B$8,Sheet2!C$2:C$8)
But whenever I get an account in column "I" that I don't have in th
list on "Sheet2" I get the result of the last account in the list.
I would rather that it gave me a "#N/A" result or a blank cell instea
of a wrong result.
I format column "B' to general.
Need help,
I just want matched results or nothing at all. Not the nearest result