Hi, I'm trying to accomplish the following results:
<tbody>
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "]
[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] , colspan: 3"]
[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "]
[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "]
[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "]
[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "] Fruits
[/TD]
</tbody>
<tbody>
</tbody>
which combination of formulas do I need?
Pear | 6 | 10 | 2 |
Mango | - | 1 | 3 |
Banana | 4 | 5 | 7 |
<tbody>
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "]
January
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] , colspan: 3"]
Publix
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "]
2019
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "]
2018
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "]
2017
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=8cb5df]#8cb5df[/URL] "] Fruits
[/TD]
</tbody>
Year | Fruit | Store | January | February | March | |
2018 | Pear | Publix | 10 | 5 | 3 | |
2018 | Mango | Publix | 1 | 20 | 2 | |
2019 | Banana | Whole Foods | 10 | 20 | 30 | |
2019 | Pear | Fresh Market | 1 | 2 | 3 | |
2019 | Pear | Publix | 2 | 1 | 1 | |
2019 | Pear | Publix | 2 | 1 | 1 | |
2019 | Pear | Publix | 2 | 1 | 1 | |
2017 | Mango | Whole Foods | 1 | 10 | 2 | |
2018 | Banana | Publix | 5 | 5 | 10 | |
2017 | Pear | Publix | 2 | 3 | 4 | |
2017 | Mango | Publix | 3 | 3 | 4 | |
2017 | Banana | Publix | 4 | 3 | 4 | |
2017 | Banana | Publix | 2 | 1 | 1 | |
2019 | Banana | Publix | 2 | 1 | 1 | |
2019 | Banana | Publix | 2 | 1 | 1 |
<tbody>
</tbody>
which combination of formulas do I need?