Hello, need help and struggling with a multiple If statement on a vlookup
=IF(VLOOKUP(A7,'Stock Planning - All Orders on MOM By Line Not Shipped.csv'!$C:$F,4,0)="BO","No","Yes")
I want to also include if the vale in the lookup is PB as well as BO,
How do i do this?
=IF(VLOOKUP(A7,'Stock Planning - All Orders on MOM By Line Not Shipped.csv'!$C:$F,4,0)="BO","No","Yes")
I want to also include if the vale in the lookup is PB as well as BO,
How do i do this?