You could insert two blank rows above your data, and then move your totals to the top like so:
A ------B------- --C-- ------D------- ------E------- --F-- ------G------- ------H------- --I-- ------J-------
1 All states: 40 14000 $22,602,175.18 All states: 36 18524 $23,655,493.91 All states: 44 30588 $53,859,016.73
2
3 JAN FEB MAR
4 State Count Amount State Count Amount State Count Amount
Then select A4, B4, E4, & H4, and enter Keys in the Names box, left of the formula bar.
Then unzip the attachment to someplace convenient, open the VBE, and drag xlAlignKeys.bas to the VBA project for the workbook.
Then do Alt+F8, run AlignKeys to see this result, in part:
A- ------B------- ---C--- ------D------- ------E------- ---F--- ------G------- ------H------- ---I--- ------J-------
1 All states: 40 14000 $22,602,175.18 All states: 36 18524 $23,655,493.91 All states: 44 30588 $53,859,016.73
2
3 JAN FEB MAR
4 State Count Amount State Count Amount State Count Amount
5 AK AK 0000007 $11,453.89 AK 0000001 $96.71
6 AL AL 0000003 $476.00 AL 0000001 $49.37
7 AR AR 0000006 $11,584.22
8 AZ AZ 0000051 $53,496.58 AZ 0000028 $37,848.21 AZ 0000038 $76,667.52
9 CA CA 0000054 $182,717.72 CA 0000085 $174,610.60 CA 0028107 $50,842,701.92
10 CO CO 0000015 $13,368.82 CO 0008812 $9,776,433.72 CO 0000008 $18,399.11
11 CT CT 0000198 $544,609.99 CT 0000019 $45,918.62 CT 0000055 $116,012.98
12 DC DC 0000017 $17,567.92
13 DE DE 0000002 $2,728.55 DE 0000001 $322.56
14 FL FL 0000010 $20,335.67 FL 0000048 $336,449.01 FL 0000046 $362,724.20
Bookmarks