Hi All,
I'm currently facing what might be a simple issue that I just cant seem to solve. I have data like so:
| Column 1 | Column 2 | Column 3 | Column 4 |
| Salary | Test | Bonuses | Holiday |
| | Rate @2% | | Test Rate @4% |
And what I need to do is produce an output like this I've attempted a few different approaches all of which gave me no luck:
| Column 1 | Column 2 | Column 3 | Column 4 |
| Salary | Test Rate @ 2 % | Bonuses | Holiday Test Rate @4% |
I know this is possible but I can't seem to figure it out.
Cheers for any help in advance