Using Copilot to compare 2 different Excel price lists and update one with latest prices

Mark Stefenelli 0 Reputation points
2024-05-29T13:18:16.0033333+00:00

Dear all,

we are selling broadcast products and have many pricelists from suppliers. They are frequently updated either with new prices or products. Now we have to manually edit all our Excel sheets to later import them as csv. files into Pro Alpha 2.0, which is not only extremely time consuming but also prone to make mistakes.

And we are talking about 1000´s of articles and not just 10 like shown in many demos.

Is there an intelligent and efficient way to use Copilot to compare 2 work sheets, point out the differences and update one with the other.

Thanks,

Best regards,

Mark

Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
186 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gowtham CP 3,730 Reputation points
    2024-05-29T16:56:07.2966667+00:00

    Hello Mark Stefenelli ,

    Thanks for reaching out in the Microsoft Q&A!

    Copilot isn't directly designed for working with Excel files.

    For Excel users, leveraging VBA can streamline your workflow. These mini-programs can compare lists, highlight price changes, and update your existing list.

    If you're open to a more advanced solution, consider using Python with the Openpyxl library.

    Both approaches will save you significant time and ensure your pricing remains accurate. Choose the method that best suits your needs.

    Useful Links:

    https://video2.skills-academy.com/en-us/office/vba/api/overview/excel

    https://openpyxl.readthedocs.io/en/stable/api/openpyxl.reader.excel.html

    If you find this helpful, please accept this answer to close the thread. Thanks!!

    0 comments No comments