P
Philip Sterling
I've got a robust list to which I would like to add 2 check boxes to
reduce redundant entries. The formula is extremely simple, and the
idea works well on an individual basis. However, I'd like to
implement the concept in my list. The problem is this: I can't seem
to add the actual check box to the list, where it would automatically
recur when a new record is added. I think this problem stems from the
fact that I can position a text box over a cell, and link it to any
cell, but I can't actually insert it into a cell (therefore, when the
cell is copied, the check box is not). Here's a basic example of the
type of problem I'm up against:
total M&Ms checkbox (green) checkbox (peanut)
green M&Ms peanut M&Ms
10 yes no
10 0
Basically, this would eliminate having to actually enter 10 green,
whereas I could just check the box. Any suggestions?
reduce redundant entries. The formula is extremely simple, and the
idea works well on an individual basis. However, I'd like to
implement the concept in my list. The problem is this: I can't seem
to add the actual check box to the list, where it would automatically
recur when a new record is added. I think this problem stems from the
fact that I can position a text box over a cell, and link it to any
cell, but I can't actually insert it into a cell (therefore, when the
cell is copied, the check box is not). Here's a basic example of the
type of problem I'm up against:
total M&Ms checkbox (green) checkbox (peanut)
green M&Ms peanut M&Ms
10 yes no
10 0
Basically, this would eliminate having to actually enter 10 green,
whereas I could just check the box. Any suggestions?