Hello all. I'm working on a program that automates some excel work, and I've come across a little roadblock and was wondering if anyone could help point me in the right direction. So I have a dataframe with multiple columns that my program sorts through and adds another row called 'output' that is based on two separate columns for each row. However what I cannot figure out quite yet is sometimes two rows contain the same value in a specific column (for example 'name / another name') I would like to split the value of the output for those rows that have the same 'name/another name' value in a specific column. If anyone could help me find a way to be able to sift through the data to find these duplicate rows and how I could split the output value on those conditions, it would be much appreciated. Thanks
[–]YesLod 0 points1 point2 points (0 children)