Hi everyone
I have data that looks like this
| Inflation 5.00% Interest Rate 4.56% |
| Net Rental Profit 1,567,201 14.65 Discount Rate |
How can I transform it so that the data instead appears like this
| Inflation | 5.00% |
| Interest Rate | 4.56% |
| Net Rental Profit | 1,567,201 |
Note: the 14.65 Discount Rate can be omitted/ignored but it can also be included in the above table if that is easier (and I can simply filter it out).
Thanks for any help!