Input:
| Time |
| 112611 |
| 112611 |
| 112612 |
| 112612 |
| 112613 |
Expected output:
| Time |
| 112611 |
| 112611 |
| 112611 |
| 112611 |
| 112611 |
I am trying to copy the value from first cell to all cell below
Solved! Go to Solution.
Hi @Sshasnk
You could use a Multi-Row Formula here with this expression:
[Row-1:Time]
Don't forget to set the drop down in the configuration to "Set to Values of Closest Valid Row" as shown:
Perfect !!
