Hi,
am looking to find help for the following problem.
I have 2 Sheets:
Sheet 1: Columns B, C & D. Column B is the Stock Status (Either "No change" or "Change in Stock"). Column C is Transaction ID 1 (e.g XXX2342) and Column D is Transaction ID 2 (e.g XXX2341).
Sheet 2: Columns D, E. Column D are all Transactions ID´s and Column E determines whether the Transaction ID is "in Stock" or "To be deleted".
Ich need a formula for Cells in Column B on Sheet 1. This formula should check whether one of the two Transaction ID´s (Column C & D) is marked with "To be deleted" in Sheet 2 Column E. If one of the two Transaction ID´s is marked with "To be deleted" the cell should say "Change in Stock" and when neither Transaction ID is marked with "To be deleted" it should say "No Change".
I have tried the formula:
=IF(OR(VLOOKUP(D6;Sheet2!$D$4:$E$90;2;FALSE)="To be deleted";VLOOKUP(C6;Sheet2!$D$4:$E$90;2;FALSE))="To be deleted";"Change in Stock";"No Change")
But this did not work..
Anyone here who can help? I wish I could attach a file but I did not manage to find a way to attach an Excel file
Kind regards,
KO
am looking to find help for the following problem.
I have 2 Sheets:
Sheet 1: Columns B, C & D. Column B is the Stock Status (Either "No change" or "Change in Stock"). Column C is Transaction ID 1 (e.g XXX2342) and Column D is Transaction ID 2 (e.g XXX2341).
Sheet 2: Columns D, E. Column D are all Transactions ID´s and Column E determines whether the Transaction ID is "in Stock" or "To be deleted".
Ich need a formula for Cells in Column B on Sheet 1. This formula should check whether one of the two Transaction ID´s (Column C & D) is marked with "To be deleted" in Sheet 2 Column E. If one of the two Transaction ID´s is marked with "To be deleted" the cell should say "Change in Stock" and when neither Transaction ID is marked with "To be deleted" it should say "No Change".
I have tried the formula:
=IF(OR(VLOOKUP(D6;Sheet2!$D$4:$E$90;2;FALSE)="To be deleted";VLOOKUP(C6;Sheet2!$D$4:$E$90;2;FALSE))="To be deleted";"Change in Stock";"No Change")
But this did not work..
Anyone here who can help? I wish I could attach a file but I did not manage to find a way to attach an Excel file
Kind regards,
KO