I'm working with Google Sheets and I've spent some time trying to figure this out without luck so far.
2 Sheets are involved.
1st sheet:
| Category | Category One | Category Two | Category Three |
|---|---|---|---|
| February | $ Amount | $ Amount | $ Amount |
| March | $ Amount | $ Amount | $ Amount |
| April | $ Amount | $ Amount | $ Amount |
| May | $ Amount | $ Amount | $ Amount |
2nd sheet:
| Category | February | March | April |
|---|---|---|---|
| Category One | $ Amount | $ Amount | $ Amount |
| Orange | $ Amount | $ Amount | $ Amount |
| Category Two | $ Amount | $ Amount | $ Amount |
| Category Three | $ Amount | $ Amount | $ Amount |
I've tried a few things now, like transposing the data into the format found in the 2nd sheet, which works fine. What I can't figure out is how to take that transposed (or not, if not needed) data into the appropriate cells found in the 2nd sheet.