Forum Discussion

Thendo91's avatar
Thendo91
Copper Contributor
Nov 07, 2023

Can I do a IF statement that if true, it completes another formula?

=IF(OR(VLOOKUP(A2,Sheet2!A:E,5,FALSE)="Apples",VLOOKUP(A2,Sheet2!A:E,5,FALSE)="Oranges",VLOOKUP(A2,Sheet2!A:E,5,FALSE)="Bananas"),VLOOKUP(A2,Sheet2!A:F,6,FALSE),0)   Essentially I have another tab ...

Resources