I have been very busy with VBA Classes background work. Today, I want to quickly share a few things about the upcoming VBA Classes.
I have been running online training programs since Jan, 2010. I have trained more than 900 students till date. Still, whenever I am launching a new program, I could feel that familiar sense of eagerness, tension and tremendous enthusiasm building up. I feel eager because I want to meet you, teach you and learn from you. I feel tensed because I want to do it right. I feel enthusiastic because these training programs give me a lot of new ideas and open-up new possibilities.
1. Can we learn about Excel Dashboards too?
Of course yes. After receiving at least a dozen emails, I am now adding a 4th option to VBA Classes. You can get everything in Excel School + Dashboard Lessons apart from VBA Classes – all in one place. I think this is a great value for money as you will get 50 hours of lessons + at least 75 workbooks with lots of examples, tips & ideas.
Please look at the below table to understand various VBA School options: 
2. How much Excel (and VBA) should I know to join this course?
This program is not aimed at Excel Newbies. But if you know what a spreadsheet is, can create a simple formula and chart without choking yourself, then you are a good candidate for this course.
If you do not know much about Excel (ie not familiar with concepts like conditional formatting, pivot tables, charts, formulas beyond SUM & AVERAGE…) then you should consider joining VBA Classes along with Excel School. This way, you can learn various Excel Topics before plunging in to VBA.
3. What if I get busy after joining and could not attend a week or two?
No problemo!
Every week, we will be posting new lessons to the classroom area. You can visit the online classroom once a week (or two) and finish the lessons. If you are away for a few weeks, you can always catch-up. Moreover, you can also download the lesson videos and watch them at leisure.
4. Any Discounts for my team?
Yes, you can get 25% discount if you enroll 3 or more people in to the program. During checkout, enter the quantity to get the discount applied automatically.
5. Can I pay by Bank transfer or in Indian Rupee?
Yes. Send me an email at chandoo.d @ gmail.com and I will give you my bank account details.
Also, We have special pricing for you if you chose to pay in Indian Rupee (this is because, I get to save on Credit Card processing charges & other commissions). Refer to the table in (1) to know how much to pay.
Just visit http://chandoo.org/wp/vba-classes/inr-pricing/ (after 8th May) or drop me an email for details about my bank account details.
A Demo Lesson:
Well, this not entirely a demo lesson, more like a VBA Example that I created to answer a question one of the blog reader’s asked. In this 4 minute video, you can learn how to write a simple 1 line macro to change date format of selecte cell(s).
See it below (or here)
Doubts or Questions about VBA Classes?
Please send me an email at chandoo.d@gmail.com or call me at +1 206 792 9480 +91 814 262 1090. I will be glad to help you out.
Remember: Our VBA Class‘ first batch registrations open on Monday – 9th of May.
















10 Responses to “Multiple Find Replace with Power Query List.Accumulate()”
Note: The text-formula above miss a -1. The video is correct.
😀 sorry, I made the exact same mistake as you did - initially - in the video. {0..3} is one thing, and Table.RowCount(replacements) -->3 items ={0,1,2} is another thing.
1st question : you've created a new column to put the replacements in. how ca we replace in the original column without creating a new one ?
2nd question : how can we replace the value in the entire cell and not only the text (Using ReplaceValue instead of text.Replace) ?
Thanks you in advance
Chandoo, I would be very interested to have your answers in both Yassine's questions!
Thank you for sharing,
Vassilis
Thank you for this! I was just doing an assignment where I was having to replace words with other words in my Excel sheet. We are starting with the basics in my class, so I know I don't have a huge list that I would need to find and replace, but this is something that could be useful down the road for me!
Hi
This is nearly perfect for my needs thank you, however I would like just the "replace" to be the result if possible please, I have tried in vain adjusting the formula without success.
Thank you in advance
Thank you! Awesome tip, and very flexible, too.
My find/replace values were in non-adjacent columns of a table containing a bunch of other data. Worked prefectly and I am now a tiny bit less clueless.
Hi!!!
I have the same question that Yassine did.
I need to replace the values in the same column. I don't want to create a new column e then have to remove the old column.
How could I could that?
That's a real fun article. It inspired me to delve deeper into the topic of List.Accumulate. I can see how the function works, but it takes an additional step to imagine how one can use it for more complex applications.
Your example also made it into my article, together with some other use-cases. Would be great to get your opinion on which other areas you would include in the article.
Let me drop the link to the page so others can too find it for further reading: https://gorilla.bi/power-query/list-accumulate/
Expression.Error: The name 'replacements' wasn't recognized. Make sure it's spelled correctly.