Hello,
I read data from an excel file whose file structure is as below. It has GroupId, company_name and lot of other columns. The logic is to find unique company names, get all groupid's and apply certain process. The processes is same for different companies. 1 company can have multiple group id's. So the workflow has to iterate through distinct companies.
For e.g.
for Comp_1 --> 1,2,5 [ group id's ]
Comp_2 --> 3,7,8 [ group id's ]
Does this need a iterative macro if so are there any examples,
| GroupId | Company_Name | Col3 | Col4 |
| 1 | Comp_1 | asas | asas |
| 2 | Comp_1 | asdasd | asdasd |
| 3 | Comp_2 | asdio | asasd |
| 4 | Comp_3 | askdjas | asdasd |
| 5 | Comp_1 | asdas | asas |
| 6 | Comp_4 | sdasd | asdas |
| 7 | Comp_2 | asdas | asda |
| 8 | Comp_2 | asdas | asdasd |
I tried writing a macro to update the Company Name but not seem to be working. Any help is appreciated.
THanks
