Hi Everyone!
I need some help on how to accomplish this. How do I loop through the able and update the ID column with the value "header" if Line 1 matching. Basically, only keep the value "Header" on the first row and remove the rest when Line 1 is the same.
This is the sample
ID | Line 1 | Amount | Line 3 |
Header | ABC123 | 33.33 | Some description |
Header | ABC123 | 11.11 | Some description |
Header | ABC123 | 11.11 | Some description |
Header | ABC123 | 11.11 | Some description |
Header | EDF456 | 45.36 | Some description1 |
Output
ID | Line 1 | Amount | Line 3 |
Header | ABC123 | 33.33 | Some description |
ABC123 | 11.11 | Some description | |
ABC123 | 11.11 | Some description | |
ABC123 | 11.11 | Some description | |
Header | EDF456 | 45.36 | Some description1 |
Solved! Go to Solution.
Hi @rockeylearning one way to do this is to use a Multi-Row tool to rank your data then use a formula tool to blank any data that is not Rank 1. I mocked up an approach showcasing this.
@rockeylearning One way of doing this
@binuacs thank you so much. This works perfectly!
@JosephSerpis thank you! this solution works as well.
User | Count |
---|---|
61 | |
24 | |
23 | |
21 | |
20 |