Hi,
I have a question regarding the Multi-Row tool.
| ID | Name | % | Country |
| 1 | A | 20 | US |
| 2 | B | 30 | TW |
| 3 | C | 50 | US |
| null | null | null | US |
| null | null | null | US |
Where I have nulls I want to take row-1.
Do you know if is it possible to do this not one by one(ID, Name,%).
In my real task I have ~8 column so I would like to avoid writing formula for each of them.