Is there any way to add a header row above an existing header row to group certain headers? For example, say I have the following headers:
Office Sales Target Sales Actual Purchases Target Purchases Actual
Buffalo $24 $22 $2 $4
... ... ... ... ...
Instead of having "Sales" in all three column headers, I'd like it to look like the following:
Sales Purchases
Office Target Actual Target Actual
Buffalo $24 $22 $2 $4
... ... ... ... ...
Is there any way to accomplish this?