JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,687
- Office Version
- 365
- Platform
- Windows
I keep running into situations where the table heading names are unnatural and cumbersome because they must be unique. This is the most recent example. This table contains information about the true makeup of a can of nuts labelled "Whole Cashews". Looking at the contents, it seems like most of the cashews are "whole" (intact), but not nearly all of them. Curious, I separated them into 3 groups: Whole, Half, and Fragment. Then I weighed and counted them.(1)
So, for each category, I have 5 columns: Weight, Weight %, Count, Count %, and Weight Each. I would like a nice compact, easy-to-read table like this:
But the best I can do using the Table facility is this, which for me is distinctly inferior in appearance and readability:
Is there any way to make the Table look more like the example? I am mainly talking about the headings.
I wish Excel had an option for multi-row headings where the reference labels are some combination of each row and cells in one row that span several columns are shared by the other column rows.
(1) Yes, Alan, I know what you are thinking. If I have time for silliness like this, I have time to learn Power Query.
So, for each category, I have 5 columns: Weight, Weight %, Count, Count %, and Weight Each. I would like a nice compact, easy-to-read table like this:
But the best I can do using the Table facility is this, which for me is distinctly inferior in appearance and readability:
Advertising Checks.xlsx | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | |||
4 | All Cashews | Whole Cashews | Half Cashews | Cashew Fragments | ||||||||||||||||||
5 | Date | Can Wt | Total Wt | Total Wt% | Whole Wt% | Whole #% | Whole Wt | Whole # | Whole Wt Ea | Half Wt% | Half #% | Half Wt | Half # | Half Wt Ea | Frag Wt% | Frag #% | Frag # | Frag Wt | Frag Wt Ea | Total # | ||
6 | 1/29/22 | 517g | 523g | 101% | 72% | 44% | 377g | 266 | 1.42g | 18% | 22% | 95g | 132 | 0.72g | 10% | 35% | 211 | 51g | 0.24g | 609 | ||
Planters Whole Cashews |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D6 | D6 | =[@[Whole Wt]]+[@[Half Wt]]+[@[Frag Wt]] |
E6 | E6 | =[@[Total Wt]]/[@[Can Wt]] |
F6 | F6 | =[@[Whole Wt]]/[@[Total Wt]] |
G6 | G6 | =[@[Whole '#]]/[@[Total '#]] |
J6 | J6 | =[@[Whole Wt]]/[@[Whole '#]] |
K6 | K6 | =[@[Half Wt]]/[@[Total Wt]] |
L6 | L6 | =[@[Half '#]]/[@[Total '#]] |
O6 | O6 | =[@[Half Wt]]/[@[Half '#]] |
P6 | P6 | =[@[Frag Wt]]/[@[Total Wt]] |
Q6 | Q6 | =[@[Frag '#]]/[@[Total '#]] |
T6 | T6 | =[@[Frag Wt]]/[@[Frag '#]] |
U6 | U6 | =[@[Whole '#]]+[@[Half '#]]+[@[Frag '#]] |
Is there any way to make the Table look more like the example? I am mainly talking about the headings.
I wish Excel had an option for multi-row headings where the reference labels are some combination of each row and cells in one row that span several columns are shared by the other column rows.
(1) Yes, Alan, I know what you are thinking. If I have time for silliness like this, I have time to learn Power Query.