I have to insert two instructions in an IF condition. For example:
=IIF(condition, instruction1 & instruction 2, false statement)How can I do this? Thanks!