LordSnow548
Banned user
- Joined
- Apr 29, 2020
- Messages
- 16
- Office Version
- 365
- Platform
- Windows
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 function so that the if the check box is not ticked it wont show FALSE in the output cell, i also want to know if i can include the TEXTJOIN function so that when several check boxes are ticked the vlookup results populate into one cell only
Thanks in advance
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 function so that the if the check box is not ticked it wont show FALSE in the output cell, i also want to know if i can include the TEXTJOIN function so that when several check boxes are ticked the vlookup results populate into one cell only
Thanks in advance