I have a set of data in column A that I would like transposed using VBA. I would like to put the data under the proper bin. Bins are 0-64, 65-72, 73-82, 83-90, 91-100.
<table class="tableizer-table">
<thead><tr class="tableizer-firstrow"><th>20</th></tr></thead><tbody>
<tr><td>37</td></tr>...