<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<br>I know what I want to do and could probably get it to work, but I suspect there is an elegant way to achieve this.<br><br>I need to figure out where an index falls in a grid of checkboxes.<br>ex:<br><br>5 questions, 3 possible answers for each question.<br>Looping through the checkboxes, left to right, top to bottom<br><br>1,2,3<br>4,5,6<br>7,8,9<br>10,11,12<br>13,14,15<br><br>What equation do I use to determine which set of answers 8 is in?<br><br>I think I would divide by 3, rounding up if there is a remainder?<br>                                        </div></body>
</html>