Тёмный

Excel Automation Made Easy with Python and ChatGPT (don’t miss out…) 

Coding Is Fun
Подписаться 95 тыс.
Просмотров 62 тыс.
50% 1

👉 Explore All My Excel Solutions: pythonandvba.com/solutions
𝗗𝗘𝗦𝗖𝗥𝗜𝗣𝗧𝗜𝗢𝗡
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
In this video, I'm sharing my experience with ChatGPT, an AI tool that helps you automate tasks in Python and Excel. I've been playing around with it over the past few weeks, and I have to say, it's pretty impressive.
In the video, I'll be demonstrating a couple of practical examples of how you can use ChatGPT to make your life easier. Specifically, I'll be showing you how to use ChatGPT to replace certain phrases in multiple Excel files, save each worksheet in a workbook as a new workbook, and filter data in an Excel file by unique values.
For some examples, I'll also be comparing the solution that ChatGPT gives me to the one I came up with in a previous tutorial. This way, you can see the differences and how ChatGPT's solution stacks up.
🌍 𝗟𝗜𝗡𝗞𝗦:
The code and files can be found here: github.com/Sven-Bo/excel-auto...
1. Example - Find & Replace Values: • Find & Replace Values ...
2. Example - Store values in a new wb: • Save Excel Values From...
3. Example - Filter Excel data: • Create and Distribute ...
4. Example - Split ws into wb: • Python: Split Each Exc...
⭐ 𝗧𝗜𝗠𝗘𝗦𝗧𝗔𝗠𝗣𝗦:
00:00 - Intro
00:25 - 1. Example: Find & replace values
01:50 - 2. Example: Store values in a new wb
03:30 - 3. Example: Filter Excel data
04:53 - 4. Example: Split ws into wb
06:19 - 5. Example: Automate PowerPoint
07:45 - Conclusion
08:37 - Outro
𝗧𝗢𝗢𝗟𝗦 𝗔𝗡𝗗 𝗥𝗘𝗦𝗢𝗨𝗥𝗖𝗘𝗦
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
🆓【𝗙𝗥𝗘𝗘】Excel Add-in (𝗠𝘆𝗧𝗼𝗼𝗹𝗕𝗲𝗹𝘁): pythonandvba.com/mytoolbelt
📊 Data Visualization Excel Add-In (𝗚𝗿𝗮𝗳𝗹𝘆): pythonandvba.com/grafly
🤪 Fun Emoji Excel Add-In (𝗘𝗺𝗼𝗷𝗶𝗳𝘆): pythonandvba.com/emojify
📑 Excel Templates: pythonandvba.com/go/excel-tem...
🎓 My Courses: pythonandvba.com/go/courses
📚 Books, Tools, and More: pythonandvba.com/resources
𝗖𝗢𝗡𝗡𝗘𝗖𝗧 𝗪𝗜𝗧𝗛 𝗠𝗘
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
🔗 LinkedIn: / sven-bosau
📸 Instagram: / codingisfun_official
💻 GitHub: github.com/Sven-Bo
💬 Discord: pythonandvba.com/discord
📬 Contact: pythonandvba.com/contact
☕ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲?
If you want to support this channel, you can buy me a coffee here:
▶ pythonandvba.com/coffee-donation

Опубликовано:

 

26 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 75   
@CodingIsFun
@CodingIsFun Год назад
*What do you think of ChatGPT? Have you tried it before? Let me know in the comments!* All the code snippets, files and ChatGPT prompts used in this video can be found here ⤵ github.com/Sven-Bo/excel-automation-with-chatgpt
@raymondthompson4920
@raymondthompson4920 Год назад
How do I install python to do your example
@CodingIsFun
@CodingIsFun Год назад
@@raymondthompson4920 Perfect question for ChatGPT :) Here is the answer: The steps to install Python depend on the operating system you are using. Here are the general steps: For Windows: Go to the official Python website: www.python.org/downloads/ Click on the "Download Python" button. Scroll down to the "Python Releases for Windows" section and click on the link for the latest version of Python. Scroll down again and select the appropriate installer based on your Windows version (32-bit or 64-bit). Run the installer and follow the installation steps. Make sure to select "Add Python to PATH" during the installation process. For Mac OS: Go to the official Python website: www.python.org/downloads/ Click on the "Download Python" button. Scroll down to the "Python Releases for Mac OS X" section and click on the link for the latest version of Python. Scroll down and select the macOS installer package. Run the installer and follow the installation steps. For Linux: Open a terminal window. Check if Python is already installed by typing python3 or python into the terminal. If Python is installed, the version number will be displayed. If not, proceed to the next step. Install Python using your package manager. For example, on Ubuntu or Debian, you can type sudo apt-get install python3 to install Python 3. After installing Python, you can run it by typing python or python3 in the terminal, depending on the version you installed.
@TrungLuu-World
@TrungLuu-World 4 месяца назад
@Coding Is Fun: nothing else with your video (other already said enough), but just can’t help to ask: what video editing software you use to create these? Thanks!
@CodingIsFun
@CodingIsFun 4 месяца назад
I@@TrungLuu-World I am using Camtasia. Cheers, Sven ✌
@JoeD0403
@JoeD0403 Год назад
I’ve never coded in Python before and actually haven’t written any code since the mid 90s.. and that was in Fortran. I just got Python and an editor installed and tried your 5th example and am so amazed by this (and that I got it to work). Thank you! Your videos are opening so many mental doors.
@CodingIsFun
@CodingIsFun Год назад
Hi Joe Davis 👋 Thank you for taking the time to watch my video and share your feedback. Happy Coding! :)
@edtech5910
@edtech5910 Год назад
​@@CodingIsFun ❤
@arch.blender1178
@arch.blender1178 Год назад
Thank you for your video. I have tried it for a variety of things; python code for Blender, Windows command line and a week before Xmas I had a mental block when I needed to make a PPT presentation at work. I asked it how to make a PPT about this specific topic. A 20 point step by step instructions came back that followed with a smug smile on my face 😉. It was like having a PA
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching the video and taking the time to leave a comment. 👍 It feels like having a personal assistant, exactly. Besides coding, I also sometimes use it to help me write emails.
@MihdiCaballero
@MihdiCaballero Год назад
This is a great video to show the potential of ChatGPT and python automation! I'm sharing it as we speak. Keep it up, bro!
@CodingIsFun
@CodingIsFun Год назад
I appreciate you sharing the video and your support. Glad you enjoyed it and found it helpful. I'll definitely keep cranking out more content like this. Thanks for watching! 👍
@Katsiarina1
@Katsiarina1 Год назад
That's awesome, thanks for sharing ❤️
@CodingIsFun
@CodingIsFun Год назад
An absolute pleasure, very happy to hear that you liked the video!
@torque6389
@torque6389 Год назад
Wonderful job! Thank you.
@CodingIsFun
@CodingIsFun Год назад
Glad you liked it. Thanks for watching and taking the time to leave a comment! 😍
@andresfrancojunor
@andresfrancojunor Год назад
Excellent man ! Thank you !
@CodingIsFun
@CodingIsFun Год назад
Thanks for the positive feedback! Appreciate you taking the time to leave a comment.
@FaisalReacts
@FaisalReacts Год назад
What i understand is, You will have to write the Right question into the CHAT GPT to get a Right Python code.. Your videos are awesome boss 👍
@CodingIsFun
@CodingIsFun Год назад
Thank you for tuning in! Indeed, crafting the perfect prompt can be quite the challenge 😅
@asankacool1
@asankacool1 Год назад
Awesome bro! Keep up the good work! ❤
@asankacool1
@asankacool1 Год назад
Great insights Sven!
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching my video and for the feedback! Appreciate it. And thanks for supporting my channel and being a part of the community. It means a lot to me. 👍💪
@fernandozalazar199
@fernandozalazar199 Год назад
Amazing video, thanks!
@CodingIsFun
@CodingIsFun Год назад
Glad you liked it. Thanks for watching and taking the time to leave a comment!
@user-lm8bm2zg3q
@user-lm8bm2zg3q 9 месяцев назад
Amazing job. Thanks for information
@CodingIsFun
@CodingIsFun 9 месяцев назад
My pleasure! Appreciate you taking the time to watch and leave a comment.
@mubafaw
@mubafaw 6 месяцев назад
I've used ChatGPT for alot VBA code, but seeing this, looks like I'm in for alot of fun when I start using it for Python Excel Automation and when creating GUI for the automation tools, and packaging them into executable .exe files. I especially like the ChatGPT comparison with your soluiton using dictionary for the find and replace code. Also using CHATGPT for refactoring code too is very nice Overall your videos are so good and neat. I SUBSCRIBED! Great work youre doing. What I noticed from your videos is asking CHATGPT the right prompt questions is key, and ability to break it down into clear concise instructions. Thank you, Thank you, Thank you 😊👍
@CodingIsFun
@CodingIsFun 6 месяцев назад
Welcome aboard! 🎉 I'm happy to hear that you found the video helpful, and you are absolutely right - formulating a good prompt is the hardest part. Happy coding! :)
@GH8774
@GH8774 Год назад
This was really cool and subscribed! Thanks. Would love to see using Python OCR capabilities w ChatGPT to ingest PDFs.
@CodingIsFun
@CodingIsFun Год назад
Thank you for watching the video & your suggestion. 👍
@visuss1
@visuss1 Год назад
Good start ! learnt few things thats non AI and AI. Basic lesson need to keep exploring more 👋😊
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching and keep exploring! 👍
@kennethstephani692
@kennethstephani692 Год назад
Great video!!
@CodingIsFun
@CodingIsFun Год назад
Thank you! 👍
@gurdeepsingh1975
@gurdeepsingh1975 Год назад
Awesome video, would be interesting how far you could take this, based on how much input you could pass in to ChatGPT. Could it write a whole system with multiple classes and functions?
@CodingIsFun
@CodingIsFun Год назад
Thanks for checking out the video and leaving a comment. I think writing a whole system with multiple classes and functions is definitely possible with ChatGPT! I'd recommend giving it a try and seeing how far you can take it. Happy coding and good luck! ✌
@tsekeTechGuy
@tsekeTechGuy Год назад
This is a very interesting video
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching and for your comment! I'm glad you found the video interesting. 👍
@kakakakaka7955
@kakakakaka7955 Год назад
Wow this is amazing! But also somewhat frightening. I mean, imagine 10 years ago we wouldn't have thought to have an AI tool doing things like this for us and yet it's already there. Imagine what is it gonna look like in 10 years? I remember hearing people say 'programming jobs are never going to be replaced with AI'. Yet it seems the need for human programmers might decline faster than for many blue collar workers it seems 😅
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching! 👍 Yeah, it's definitely wild to think about how far AI and automation have come in such a short time. It will be interesting to see how it continues to shape the job market and the way we work.
@alaverdyan
@alaverdyan Год назад
I see you have switched to the dark side with VS Code 😜 it's so good lately with integrated notebooks as well 😃Thanks for the video, gonna experiment with chatGPT myself!
@CodingIsFun
@CodingIsFun Год назад
Haha, the "dark side" is actually pretty great! I've been using it at work for a while now and I really like it. The integrated notebooks are a game changer. I mainly use Atom only for my screen recordings. Have fun with ChatGPT! 🔥
@01st16
@01st16 Год назад
Thx ur video
@CodingIsFun
@CodingIsFun Год назад
You're very welcome! Thank you for watching the video and for the first comment! 🏆🎉
@jamesdsteele99
@jamesdsteele99 11 месяцев назад
Nice video. What VS Code theme are you using?
@CodingIsFun
@CodingIsFun 11 месяцев назад
Thank you! I am using "Cobalt2".
@ocsachonline990
@ocsachonline990 Год назад
Thanks for your video. I am having trouble with my excel file, so I will use it to solve this. Hope that everything will be okay.
@CodingIsFun
@CodingIsFun Год назад
My pleasure! Appreciate you taking the time to watch and leave a comment. Good luck with your Excel problem! 👍
@ocsachonline990
@ocsachonline990 Год назад
@@CodingIsFun It's really fantastic. It gives me the way to do it easily.
@satk4211
@satk4211 5 месяцев назад
Love it! You have an interesting German / Indian accent😮
@CodingIsFun
@CodingIsFun 5 месяцев назад
Thanks for watching! :)
@jasonventer7130
@jasonventer7130 Год назад
Is there a version of this video where you go even slower and help with Python installation; running panda installation in python editor etc etc. :D
@CodingIsFun
@CodingIsFun Год назад
Nope, sorry! 😅
@M1and5M
@M1and5M Год назад
great video! Why didnt you do this in VBA? Collegues might need this automation tool and have not installed python. Thanks for your insights!
@CodingIsFun
@CodingIsFun Год назад
Hey Max, thanks for checking out the video! I was just curious to see how my solution compared to ones written in Python, but feel free to try it out yourself too. I've uploaded the ChatGPT prompts on GitHub, so you can just swap out 'Python' for 'VBA' and give it a shot. Happy coding and have fun!
@M1and5M
@M1and5M Год назад
@@CodingIsFun thanks!!
@ihabziyad8611
@ihabziyad8611 2 месяца назад
Good
@CodingIsFun
@CodingIsFun 2 месяца назад
Thanks
@ThinAirElon
@ThinAirElon Год назад
Imagine Chat gpt with combination of metaverse, stable diffusion and DallE...... outcome will be it can create its own code, video tutorials....Most of the jobs become absolute which includes teachers, lawyers, software engineers,doctors(to some extent permitted by law), real estate agents, tellers, quant traders, financial analysts.........you name it .... Jobs will definitely not go to zero but 90% reduction in every sector is inevitable!
@CodingIsFun
@CodingIsFun Год назад
Thanks for takin' the time to watch the video and leaving your thoughts. Yeah, let's see what the future brings 😬
@Huzefa78652
@Huzefa78652 Год назад
how to create automated excel to check router wds bridging channel with the help of selenium
@CodingIsFun
@CodingIsFun Год назад
Thanks so much for watching the video and leaving a comment! Your request is definitely noted. However, I get a ton of requests for custom solutions and, as much as I'd love to help everyone out, I just don't have the time in my schedule to develop and test all of them. I hope you can understand. Happy Coding!
@robdoubleyou4918
@robdoubleyou4918 Год назад
My opinion? ChatGPT is great! And you are cute! 😀
@CodingIsFun
@CodingIsFun Год назад
Thank you! 👍
@nachfinbolshevik
@nachfinbolshevik Год назад
ИИ пишет код на уровне джуниора или даже мидла. Правда штука будет не бесплатной после тестирования
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching any your comment. I'm also guessing that it won't be free forever.
@z.r.777
@z.r.777 Год назад
Am I going to lose my job to ChatGPT? ,🤣
@CodingIsFun
@CodingIsFun Год назад
Same here. Will people still watch Excel automation tutorial on RU-vid? 😅
@ThinAirElon
@ThinAirElon Год назад
Chat GPT will be the best teacher to explain and give us pratical code. Most of the jobs become absolute which includes teachers, lawyers, software engineers,doctors(to some extent permitted by law), real estate agents, tellers, quant traders, financial analysts.........you name it .... Jobs will definitely not go to zero but 90% reduction in every sector is inevitable!
@dennisthemenace567
@dennisthemenace567 Год назад
Ummmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm what is happening why did I go to college?
@dennisthemenace567
@dennisthemenace567 Год назад
lol I remember to have fun
@CodingIsFun
@CodingIsFun Год назад
I had a similar question in my mind - why did I start a RU-vid coding channel? 😅
@dennisthemenace567
@dennisthemenace567 Год назад
​@@CodingIsFun Well I can at least tell you you're acting as a very useful NLP-chatbot assisted coding channel. Probably means you'll be helping an even faster growing audience imo!
Далее
How to Create an Excel Data Form Using Python + ChatGPT
13:57
Mama Bear Helps Babies Across Road
00:30
Просмотров 1,7 млн
Задержали в аэропорту
00:56
Просмотров 73 тыс.
Introducing Python in Excel
19:01
Просмотров 1,5 млн
Automate Excel Work with Python and Pandas
21:29
Просмотров 92 тыс.
Automate Excel using Python + ChatGPT-4o 🤯
7:40
Просмотров 18 тыс.