DoosanRuss
New Member
- Joined
- Aug 3, 2010
- Messages
- 25
Hi All
(Excel 2003 user (XP))
Any help gratefully received, I've written the following formula to select answers from a selection of checkboxes, based on cells B56,57 & 58
=IF(AND(B56,B57,B58),"OPT1",
IF(AND(NOT(B56),B57,B58),"OPT2",
IF(AND(NOT(B56),NOT(B57),B58),"OPT3",
IF(AND(NOT(B56),B57,NOT(B58)),"OPT2",
IF(AND(B56,NOT(B57),NOT(B58)),"OPT1",
IF(AND(B56,NOT(B57),B58),"OPT1",
I want to add:
IF(AND(B56,B57,NOT(B58)),"OPT1",
after the IF(AND(B56,NOT(B57),B58),"OPT1", comma
but for some reason (B58) is not being recognised a cell reference with the 'NOT' in front of it.
TICK PRICING OPTIONS"))))))
Thansk Russ
(Excel 2003 user (XP))
Any help gratefully received, I've written the following formula to select answers from a selection of checkboxes, based on cells B56,57 & 58
=IF(AND(B56,B57,B58),"OPT1",
IF(AND(NOT(B56),B57,B58),"OPT2",
IF(AND(NOT(B56),NOT(B57),B58),"OPT3",
IF(AND(NOT(B56),B57,NOT(B58)),"OPT2",
IF(AND(B56,NOT(B57),NOT(B58)),"OPT1",
IF(AND(B56,NOT(B57),B58),"OPT1",
I want to add:
IF(AND(B56,B57,NOT(B58)),"OPT1",
after the IF(AND(B56,NOT(B57),B58),"OPT1", comma
but for some reason (B58) is not being recognised a cell reference with the 'NOT' in front of it.
TICK PRICING OPTIONS"))))))
Thansk Russ