As you can see in the image below, I am doing a correct call of the formula "Ungroup()". The error says: A column named "NroVale" already exists. It is worth mentioning that without the ungroup() sentence the code works correctly. image

Thank you for your help

1 Answer

Solved. The problem was that I was trying to merge two columns with identical column names. Once I changed that it worked.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.