Hello -
I am trying to force add Jan and Feb to the month field. For example, Group XYZ only has data for the month of March, but I need to show 0's for Jan and Feb. or if a group has data for Jan and Feb but nothing in March, I will need to march in but show 0's. How do I accomplish this? Also, I want to be able to scale it to any other group that may show up in Apr but has no values in Jan, Feb or Mar.
| Group Name | Month | A | B | C | D | E | F |
| ABC | FEB | 0 | 0 | -3 | 0 | 0 | -3 |
| ABC | JAN | 0 | 1 | -3 | 1 | -2 | -3 |
| ABC | MAR | 0 | 0 | -8 | 0 | -2 | -10 |
| DEF | FEB | 0 | 7 | -3 | 0 | 0 | 4 |
| DEF | JAN | 0 | 32 | -41 | 2 | -6 | -13 |
| DEF | MAR | 0 | 2 | -8 | 0 | -1 | -7 |
| XYZ | MAR | 2 | 0 | 0 | 0 | 0 | 2 |
Thanks a lot in advance!
Best,
Jo