Frank Bacchus
Member
I have the following vlookup statement:
=IFERROR(VLOOKUP(C6,'Critical Links -Weekly_changes'!$A$2:$K$158,5,FALSE),"")
One of the cells (K) in 'Critical Links -Weekly_changes' (above) has "Yes" or "No". I only want to Execute the above Vlookup if the contain of cell "K" has "Yes". How can I approach this. Thanks in advance.
frank
=IFERROR(VLOOKUP(C6,'Critical Links -Weekly_changes'!$A$2:$K$158,5,FALSE),"")
One of the cells (K) in 'Critical Links -Weekly_changes' (above) has "Yes" or "No". I only want to Execute the above Vlookup if the contain of cell "K" has "Yes". How can I approach this. Thanks in advance.
frank