Perhaps a simpler alternative to consider, which gives you an equivalent
functionality
Instead of checkboxes, just input the numbers: 1,2,3 into G55:G57, depending
on which is to be entered 1st, 2nd or 3rd
Then in H63:
=IF(ISNA(MATCH(ROWS($1:1),$G$55:$G$57,0)),"",INDEX($F$55:$F$57,MATCH(ROWS($1:1),$G$55:$G$57,0)))
Copy down to H65. H63:H65 will return the results that you seek.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> I want to create a checkbox type spreadsheet that will autofill line data to
> a total sheet. What do I use? Formulas? Which one, and how?
[quoted text clipped - 10 lines]
> Child 19 (H65) next and so on
>