I am trying to use VLOOKUP and apply the same formula in 3 different cells but only 1 returns the result. what could be the issue?
MMK Clients Data.xlsx | |||
---|---|---|---|
U | |||
1 | |||
2 | Mike | ||
3 | |||
Commission |
Cell Formulas | ||
---|---|---|
Range | Formula | |
U1 | U1 | =IFERROR(VLOOKUP(A1,'Members Status'!A:Z,3,0),"") |
U2 | U2 | =IFERROR(VLOOKUP(A1,'Verify Accounts'!A:Z,3,0),"") |
U3 | U3 | =IFERROR(VLOOKUP(A1,Confirmed!A:Z,3,0),"") |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
Confirmed!_FilterDatabase | =Confirmed!$A$1:$Q$1 | U3 |
'Members Status'!_FilterDatabase | ='Members Status'!$A$1:$P$1 | U1 |