C
Confused
I have an IF statement that works exactly the way I want and results in a
TRUE/FALSE. The problem is, I want that true/false result to be directed to
another cell without having to make that cell have a formula in it like =A13
(if A13 is where I have the IF formula). Essentially, I want the target cell
to be able to accept data from a couple of sources, all being true/false
tests, and not have a formula in it. Does that make sense? Something like:
IF B21=TRUE then A13=TRUE, which is easy in VBA, but seems I can't get Excel
to do the same.
Thanks
Conf.
TRUE/FALSE. The problem is, I want that true/false result to be directed to
another cell without having to make that cell have a formula in it like =A13
(if A13 is where I have the IF formula). Essentially, I want the target cell
to be able to accept data from a couple of sources, all being true/false
tests, and not have a formula in it. Does that make sense? Something like:
IF B21=TRUE then A13=TRUE, which is easy in VBA, but seems I can't get Excel
to do the same.
Thanks
Conf.