Hi all,
I use Vlookup to return data from different column.
I can't use xl2bb since my excel crashes then..
So i hope i can make it clear with pictures
On 1 sheet i have the lookup
In column B is a formula that looks if the number is in the list on the sheet 2016-2022.
=IF(A2="";"";IF(ISNA(VLOOKUP(SUBSTITUTE(A2;"G";"")+0;'2016-2022'!B:B;1;FALSE));"No";"Yes"))
That works
It shows Yes if it's in the list and No if it isn't
In the column next to it (column C) i want to return the value that is in column J of the sheet 2016-2022; "Cancelled"
I use the formula =IFERROR(VLOOKUP(A2;'2016-2022'!A:J;10;FALSE);"No comments") for it.
But it always returns "No comments"
I played with the column index number but it always shows "No comments"
Sorry for not using xl2bb again but the file crashes when i try to.
Someone knows what im doing wrong?
I use Vlookup to return data from different column.
I can't use xl2bb since my excel crashes then..
So i hope i can make it clear with pictures
On 1 sheet i have the lookup
In column B is a formula that looks if the number is in the list on the sheet 2016-2022.
=IF(A2="";"";IF(ISNA(VLOOKUP(SUBSTITUTE(A2;"G";"")+0;'2016-2022'!B:B;1;FALSE));"No";"Yes"))
That works
It shows Yes if it's in the list and No if it isn't
In the column next to it (column C) i want to return the value that is in column J of the sheet 2016-2022; "Cancelled"
I use the formula =IFERROR(VLOOKUP(A2;'2016-2022'!A:J;10;FALSE);"No comments") for it.
But it always returns "No comments"
I played with the column index number but it always shows "No comments"
Sorry for not using xl2bb again but the file crashes when i try to.
Someone knows what im doing wrong?