Hello Team,
In the below data, i have couple of cells missing data under manager column, i need the output in such a way that if the row is missing data then copy the values from the cell above
| Input | | Output |
| Employee | Manager | | Employee | Manager |
| Raj | Nimish | | Raj | Nimish |
| Ajay | | | Ajay | Nimish |
| Aileen | | | Aileen | Nimish |
| Edgar | Hitesh | | Edgar | Hitesh |
| Evelyn | | | Evelyn | Hitesh |
| Chinkie | | | Chinkie | Hitesh |