Hi,
I have several check boxes within a sheet that when ticked will perform a Vlookup and return the value required, this is the formula that i have that currently works as intended
=IF(C4=TRUE,(VLOOKUP(A4,Sheet2!B2:E30,4,FALSE))
What i also want to explore is the addition of the ISBLANK...