Question 1:
Use multi-row formula to fill down just one row.
Question 2:
I have a table looks something like this in my workflow:
| Record ID | 1 | 2 | 3 | 4 | 5 |
| 1 | B2321321321321 | | | | |
| 2 | 2347234324 | 1234234 | 2134324 | 2343241 | 1234324 |
| 3 | | | | | |
| 4 | B1234324324234 | | | | |
| 5 | | | | | |
| 6 | B13324234234324 | | | | |
| 7 | 12314324234 | 123432432 | 13423423 | 132432423 | 234324234 |
| 8 | | | | | |
| 9 | B12432421342342 | | | | |
I'm trying to get the adjacent rows with values. For example, records 1 and 2 are adjacent and both have values; similarly, records 6 and 7 are adjacent and have values in both. I want to extract all the rows like these.