Hi i have a huge problem, i am using LOOKUP to look up a whether a value is found in a table
The setup is a lookup in [@[From adress]] to check whether the value is found in Table10, which works fine.
However when i add the FALSE value to lookup in in [@[To adress]] to check if the value is found in Table10, it does not return the correct value for [@[To adress]], even when the value can not be found in Column1.
I have tried with adding OR to no avail, could someone please help me?
=IFERROR(IF(VLOOKUP([@[From adress]];Tabel10;1;FALSE)=[@[From adress]];[@[Sum]];IF(VLOOKUP([@[To adress]];Tabel10;1;FALSE)=[@[To adress]];[@[Sum]];0));0)
The setup is a lookup in [@[From adress]] to check whether the value is found in Table10, which works fine.
However when i add the FALSE value to lookup in in [@[To adress]] to check if the value is found in Table10, it does not return the correct value for [@[To adress]], even when the value can not be found in Column1.
I have tried with adding OR to no avail, could someone please help me?
=IFERROR(IF(VLOOKUP([@[From adress]];Tabel10;1;FALSE)=[@[From adress]];[@[Sum]];IF(VLOOKUP([@[To adress]];Tabel10;1;FALSE)=[@[To adress]];[@[Sum]];0));0)