Hi All,
Requesting help in building a multi row formula, where I need to populate rows till it is not null
my sample data set
| User ID | Brand |
| 1 | Len |
| 1 | |
| 2 | Samsung |
| 2 |
I want my output to look like this
| User ID | Brand |
| 1 | Len |
| 1 | Len |
| 2 | Samsung |
| 2 | Samsung |
Solved! Go to Solution.
Hi @Manjari,
Yes, you're right with a multi-row formula:
If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.
Regards,
Jonathan
Thank you @Jonathan-Sherman. This worked 🙂
