how do i use check mark in numbers
I'm trying to learn how to use the checkmark function in numbers to make an order form.
MacBook Pro, OS X Mountain Lion (10.8.2)
I'm trying to learn how to use the checkmark function in numbers to make an order form.
MacBook Pro, OS X Mountain Lion (10.8.2)
select the cell where you want a checkbox, then click the "Format as checkbox" button in the toolbar.
The checkbox returns "TRUE" when checked and "FALSE" when not checked. It can be used in if() statements like:
=if(C3=TRUE, <WHAT TO RETURN WHEN TRUE>, <WHAT TO RETURN WHEN FALSE>)
This assumes the cell C3 is a checkbox
how do i use check mark in numbers