*Update:* Felix, the creator of SQLookup, has deployed a fix. The first example now works out of the box!
@techgalaxy1009 күн бұрын
Excellent info!!! Thanks so much.
@CodingIsFun9 күн бұрын
Glad it was helpful! Thanks for watching and taking the time to leave a comment! Cheers, Sven ✌️
@pinkyshroff3436Ай бұрын
This is absolutely brilliant…I can now use my sql skills to get things done in excel…thx for sharing
@CodingIsFunАй бұрын
Glad it was helpful! Happy Excel-ing! -Sven ✌️
@ricardo.alves.camposАй бұрын
Awesome video as always. Thanks for showing us this add-in, it will be so useful !
@CodingIsFunАй бұрын
Thank you, Ricardo! Happy Excel-ing!
@mikem7332Ай бұрын
Awesome, I used to turn to MS Access for some functionality but this changes everything.
@CodingIsFunАй бұрын
Thanks for watching! -Sven ✌️
@TumishoMaoka22 күн бұрын
Thanks for sharing, this is great tutorial 🎉🎉
@CodingIsFun22 күн бұрын
Thanks for watching! Glad you liked it! 🎉 Cheers, Sven
@michaelkuhn6328Ай бұрын
Great video. This is game changing functionality!! Thanks for posting.
@CodingIsFunАй бұрын
You're very welcome! Thank you for watching and for the comment! -Sven
@IvanCortinas_ESАй бұрын
Great tutorial. Thank you for sharing it!!!
@CodingIsFunАй бұрын
My pleasure! Appreciate you taking the time to watch and leave a comment. -Sven ✌️
@HyposonicАй бұрын
This has been possible for at least 10 years. Glad you're catching up.
@CodingIsFunАй бұрын
Yes, better late than never! 😊
@cosmochaosmakerАй бұрын
It was possible since VB Script exists. 🤦♂️
@HyposonicАй бұрын
@@cosmochaosmaker Correct, but I was too lazy to go back and look it up. 😀
@NB-lh9pj22 күн бұрын
I just routed SQL through power query, then manipulate the data with dynamic array functions or Python.
@torque6389Ай бұрын
Another great video!
@CodingIsFunАй бұрын
Thank you!
@mazenalsakkaf29 күн бұрын
Wow! SQL in Excel. The sky's the limit now.
@CodingIsFun29 күн бұрын
🚀
@thebesttechnical3608Ай бұрын
The best excel tutorial. Straight to the point!
@CodingIsFunАй бұрын
Thank you!
@kisho2679Ай бұрын
In which use cases is SQL needed in xls, instead of using its own data manipulation functionalities?
@bc4198Ай бұрын
A lot of queries are easier to run in SQL than Excel, in that they are easier to write than the Excel syntax. For example, using SELECT and AND would be way easier than nested IF()s. I imagine it would also be better for dynamic data. Also, if you happen to know SQL already but not how to do certain things in Excel, then it would save you having to look that up. If you did it right and you also use SQL, the code could be interchangeable for you. Ultimately, a lot of our jobs would be better if we had full SQL, but our positions are just approved for Excel.
@txreal218 күн бұрын
@CodingIsFun For testing, would SQLookup be significantly faster than regular Excel with 1 million rows of Orders table similar to above? Let's say with 2 additional columns: unit_price and total_amount. Then try to calculate total_amount, filter, etc.? Thanks.
@txreal218 күн бұрын
at 2:00 How do I confirm that the new table is called "customer_table". I don't see it in Name Manager.
@marciodiniz826828 күн бұрын
Obrigado!! Com dublagem automática em português ficou fácil de entender.
@CodingIsFun27 күн бұрын
Happy to hear that it was useful! Thanks for watching! -Sven ✌️
@crabby786Ай бұрын
thx, thats incredible
@CodingIsFunАй бұрын
Indeed! 🤩
@anisnjah233620 күн бұрын
Thinks, who to learn python in excel or sql? can we buld function with sql?
@CodingIsFun20 күн бұрын
Thanks for watching. Sorry, but I don't know what you mean. Cheers, Sven ✌️
@amirzebbadshah728113 күн бұрын
I installed sqlookup but it is not working and giving #value error. Any suggestions
@williansuarez3988Ай бұрын
¡Excelente!
@CodingIsFunАй бұрын
🎉
@andybecker5001Ай бұрын
You can also do this with duckdb in excel now
@felixzumstein1302Ай бұрын
That sound interesting! Do you have a link to the add-in or docs?
@praveenkumawat2662Ай бұрын
Can you provide solutions for real-time data updates from sql or json data through formula
@CodingIsFunАй бұрын
Thanks for watching! I’m not entirely sure if I got your question right, but one option might be to connect to your database or JSON endpoint using Power Query. From there, you can export the Power Query results to an Excel table. Based on that table, you could run SQL queries with the add-in (if that fits your use case). Just keep in mind you’d need to refresh the table in Power Query first to ensure you’re working with the latest data. Hope that helps! Cheers, Sven ✌️
@DinoAMAntunesАй бұрын
Hi Very good, we can connect to a databse directy and still works?
@CodingIsFunАй бұрын
Thanks for watching! If I were connecting to a database, I’d use Power Query and insert the SQL statement directly while loading the data. Power Query simplifies things by managing database credentials for you. While you could handle all transformations in Power Query, I’d personally recommend adding them to the SQL script upfront to make sure you’re only pulling the data you actually need. Once you have the data, you could still export it as a table and use the add-in for SQL analysis. Hope that helps! Cheers, Sven ✌️
@djsouljahАй бұрын
Great feature! This should just be built into excel instead of an add-in though. Most I.T intrastructures prohibit installing add-in so not everyone will be able to take advantage of such features.
@felixzumstein1302Ай бұрын
You can also self-host the add-in, which is much easier to handle with IT security.
@s.umapathysatchithanandam635319 күн бұрын
dear Sir i couldn't get the result even i used your same tables and query
@mnesevati28 күн бұрын
Hi, is it a lifetime payment or a annual subscription?
@CodingIsFun28 күн бұрын
Thanks for watching. It's explained in the video :)
@cartoonistgautam196524 күн бұрын
Can we get SQLLOOKUP addin in Excel 2010 ?
@CodingIsFun24 күн бұрын
Thanks for watching! I haven’t tried it in Excel 2010. Feel free to give it a try.
@jeffwilson824625 күн бұрын
How does this work on larger files. 500k row tables
@CodingIsFun25 күн бұрын
Thanks for watching. It works the same way as demonstrated in the video. I went ahead, tested it, and even recorded a demonstration for you. Here’s the video: kzbin.info/www/bejne/aZ7Ek4CiaLeKo7ssi=XgH6uRiyg0egxl3q Cheers, Sven ✌️
@1yyymmmddd20 күн бұрын
You can do SQL in Power Query in which case you do not need to rely on odd apps made by unknown public.
@mattmatt245Ай бұрын
Wouldn't it be we easier to just use power query in all those examples ?
@CodingIsFunАй бұрын
Thanks for watching! If Power Query works better for you, that's great! I personally use PQ mainly for loading and transforming data (like connecting to a DB with SQL), but for analysis, I prefer Excel formulas, PivotTables, or even SQL formulas now (with the add-in as shown in the video). - Sven ✌️
@kabaduckАй бұрын
Video not working on android
@CodingIsFun24 күн бұрын
KZbin works on Android. Try updating your app or restarting your device.
@FabriceFagny041226 күн бұрын
Ne fonctionne pas sur Office 2021 !
@leewismАй бұрын
SQL has been available for years and years in Excel with Power Query
@CodingIsFunАй бұрын
That's correct!
@darthgnome4393Ай бұрын
I might be off by a couple of years but as far as I remember accessing DB data from Excel via ODBC has been there forever. Unless for a very specific case (tbo I can't think of one), this whole thing is a really bad idea for anything even slightly professional. It's unmanageable and restricting.
@nies_diy986Ай бұрын
Nops only for small size records Excel sheet limited to 1 million records only in one sheet
@gurok2Ай бұрын
Couldn't you do SQL already with VBA?
@garyallan69Ай бұрын
And power query
@imapi387Ай бұрын
And for 15 + yeard at leats. Yes.
@CodingIsFunАй бұрын
Yep, you can also use SQL in VBA, but VBA doesn’t work in the web version of Excel. Not sure about your use case, but for loading data into Excel, I’d rather use the built-in capabilities of PowerQuery, where you can load and transform your data using SQL. However, when it comes to analyzing the data, like for quick ad hoc tasks, I usually rely on Excel formulas, PivotTables, etc. Now, with this add-in, you can mix in SQL statements as well (just like a normal Excel formula). It’s like adding another tool to your toolbox, giving you even more options depending on what works best for the task. -Sven
@dfparker2002Ай бұрын
Please add datasource description. SQL is worthless without a table!
@arnaVckАй бұрын
Gamechanger
@CodingIsFunАй бұрын
🚀
@dcdien0728 күн бұрын
sq lock has the disadvantage that the expression cannot exceed 255 characters.
@CodingIsFun27 күн бұрын
Thanks for watching! I think, an Excel cell formula can actually contain up to 32,767 characters. -Sven ✌️
@berndgomann162625 күн бұрын
Warum deutsche Titel? Wenn dann alles in Englisch ist? Dislike
@CodingIsFun25 күн бұрын
Ich glaube, KZbin übersetzt das automatisch. Der KZbin-Titel ist auf Englisch: "You Can Now Use SQL in Excel! (This Changes Everything)". Beste Grüße, Sven