So I got stuck at this process as I could not find suitable tool to fill in the row. I want to fill the empty column with year as the above empty column. Any idea ?
.
Thank you for the help. I will attached the sample data.
Solved! Go to Solution.
Hi @umairah , try multirow formula tool with the config as shown in the image and it will work.
Formula- if isempty(year) then [Row-1:year] else year endif.
I hope it helps.
Thanks.
Hi @umairah
In case the other two replies didn't answer your problem, I'm assuming you want the years to be filled the same as the above starting with 2015. If that's the case, you can still use the Multi-Row Formula tool, but you'll need to add some an IF statement to it.
Should look like this: IF IsEmpty([year]) AND [Row-1:year]=2019 THEN 2015 ELSEIF IsEmpty([year]) THEN [Row-1:year]+1 ELSE [year] ENDIF
I've attached an example workflow.
If this solves your issue please mark the answer as correct, if not let me know!
Thanks!
Phil
Sorry for the late response, your solution solve my issue and thank you for helping.
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |