C Corey Jun 21, 2006 #1 Is it possible to include a Check Box result into a calculation ? EG, =IF(checkbox="TICK",V35,IF(checkbox="",0)) Corey....
Is it possible to include a Check Box result into a calculation ? EG, =IF(checkbox="TICK",V35,IF(checkbox="",0)) Corey....
B Bearacade Jun 22, 2006 #2 Go into Design mode, right click on your check box and open properties. Enter a cell in LinkedCell field, A1 for example Now put this in your formula: =IF(A1=True, V35, 0)
Go into Design mode, right click on your check box and open properties. Enter a cell in LinkedCell field, A1 for example Now put this in your formula: =IF(A1=True, V35, 0)
C Corey Jun 22, 2006 #3 Never mind, Worked it out just after posting. Corey.... news:[email protected]...