- 19
- 100 190
Excel At Bernie's Learnings
Приєднався 11 лис 2022
VBA Course Lesson 3 Loops
This video is the third in a series that covers how to create loops in VBA (excel)
Переглядів: 37
Відео
How To Create A Dropdown List In Excel
Переглядів 115Місяць тому
This is a short video that teaches you how to create a dropdown list in excel
Why are macros not running when enabled in excel
Переглядів 91Місяць тому
A video on how to get the macros in excel to work
Vba lesson 2 Variables and User inputs
Переглядів 131Місяць тому
This is the second video in the series which will teach you have to create and use variables and get user input Lesson 1 - ua-cam.com/video/AqGoUXzZUfg/v-deo.html
An easy way to learn VBA for Excel - Lesson 1
Переглядів 596Місяць тому
This video introduces VBA editor in excel and shows you how to create your first lines of code using the message box. This lesson also teaches you how to extract data from a spreadsheet and assign values to a cell.
What Are The Drawbacks Of Recording Macros In Excel?
Переглядів 417Рік тому
In this video, the disadvantage of recording macros is discussed compared to writing VBA code.
What Do $ SIGNS IN FORMULA'S DO IN EXCEL?
Переглядів 132Рік тому
This video explains what $ do in fomula's do in excel
How To Create A Pop-Up Reminder For Tasks In Excel
Переглядів 22 тис.Рік тому
The video shows how to create a reminder system for tasks in excel. The VBA code required to complete this task can be found at bernieslearnings.com/how-get-pop-up-window-alert-in-excel-when-a-date-is-reached/
Can You Make Pivot Tables Case Sensitive? (Problem Solved)
Переглядів 943Рік тому
This video will show you have to make A Pivot Table case sensitive. The website to get the code is bernieslearnings.com/how-to-change-case-sensitivity-in-excel-is-it-possible/
How To Calculate The Equation Of A Trendline In Excel?
Переглядів 5 тис.Рік тому
This video will show how to calculate the trendline of a linear graph. There are 2 different methods shown. Once calculating the formula in a cell the other shows the formula in a graph. The formula used in the video may be found at the following address bernieslearnings.com/how-to-get-trendline-equation-in-excel-2-methods-in-a-cell-or-in-a-graph
How To Loop Across Columns In VBA
Переглядів 5 тис.Рік тому
In this video we show you how to use VBA to loop through columns. To get the code used in the video visit our website bernieslearnings.com/how-to-loop-across-columns-in-vba/
How To Format Cells Using VBA Code. (Simple Method To Find The Right Code)
Переглядів 1,5 тис.Рік тому
This provides information on a simple method that will allow you to find code for any type of formatting. For additional information try visiting our blog on the subject. bernieslearnings.com/how-format-a-cell-in-vba-a-simple-way-to-find-the-code/
How To Join 2 Macros Together With And Without VBA Code
Переглядів 10 тис.Рік тому
This video provides 3 different methods for combining macros which can be done with and without VBA code. To read more about this method try visiting the accompanying blog. bernieslearnings.com/how-do-i-combine-two-macros-with-and-without-vba/
How To Do An If Statement In Excel Based On Color
Переглядів 15 тис.Рік тому
This video tells you how to do an if statement based on color. The method employed can also be applied to pretty much an aspect of cell formatting include font color, BOLD, italic, borders, patterns, font style..........etc The blog article feature in the article which has additional details on all the different arguments is bernieslearnings.com/can-you-do-an-if-statement-in-excel-based-on-cell...
What Does #### Mean In Excel?
Переглядів 2,4 тис.Рік тому
The video covers why sometimes appears in excel cells. To read the article click on the link bernieslearnings.com/what-does-mean-in-excel-and-how-to-fix-the-problem/
Why Is The Vlookup Returning #N/A When Value Exists?
Переглядів 36 тис.Рік тому
Why Is The Vlookup Returning #N/A When Value Exists?
The Best VBA Course For Absolute Beginners - Part 1
Переглядів 89Рік тому
The Best VBA Course For Absolute Beginners - Part 1
Is VBA Worth Learning? || What Can It Do And Where To Start
Переглядів 1,3 тис.Рік тому
Is VBA Worth Learning? || What Can It Do And Where To Start
How do you link the pop-up to another column that indicates the status of the task? For example, If the task status is completed, I do not want a pop-up for it
Video didn't help in my case but one of the comments did. Lookup table should have alphabetical order.
Thank you you solved my problem
I have a love-hate relationship with VBA. It's frustrating how quickly something can be built. There's no other platform that can go from prototype to finished product and save hours in the business world within literally a few hours. I can't count how many times I've said, 'No, this is the last VBA project I'll ever make. I'll move to MAUI or something web-oriented like Django.' Yet I always end up thinking, 'I'll quickly make a prototype in VBA, and later I can rewrite the app in something more modern.' And years later, the business is still using the VBA program that was made in 3 hours
Great, That worked well, Thank you!
Thanks a lot, this solved my headache!!
Thank you so much for teaching how to check cell references are a match. I spent a whole day trying to figure out why my vlookup was not working until I watched your video. And as soon I applied your check method I knew where the error was - a space that I couldn’t spot!! Thank you.
This video didn't help my specific problem but the solution to the problem I had was that my table array's left most column wasn't the same as my reference value. Hope this helps someone
Solution at 4:00 really helped me. Thank you very much!
I have used vlookup and has worked beautifully, until today doing another project and IT'S not working. It's so weird and absurd the mess. I have a list of cities and counties. Example: Cerritos belongs to LA, column A is Cerritos, column B is Los Angeles the list has 500 cities and counties they belong to and i named the sheet as CitiesCounties, and I have another sheet where I pLace the vlookup example: =xvlookup(L1,CitiesCounties!A2:B500,2,FALSE). So the T1 is where there are the cities, and on the column S I put the formula. So it works partially. It's so weird where there is city Anaheim, it put Orange, but then there are other rows that has Anaheim and the vlookup shows the #N/A. It puzzles me. I even trim/clean the whole column is case there are some stuff there. I don't know why it's not working. I don't what's wrong. If I use the xlookup(new version) would I still have problem?
Thank You!!!
Legend
A little higher volume no ah? thumb down
Wonderful ❤ Did the job brilliantly. Thanks
Most welcome 😊
BRILLIANT! Thanks a lot. I knew it was cell formatting, but didn't know how to fix it. Sigh of relief.. Thanks again.
Great to hear!
I love the possibilities VBA offers and I have experienced how powerfull it can be, but why does it have to be such a darn annoying language to programm in???😅
Why do you say that?
@danielhervert3629 cuz it's annoying... probably cuz I'm coming from languages like js and c# ':)
Awesome!!! This helped me so much, a got back an hour of my time🙂
Glad it helped!
Thanks! Was the formatting issue that was causing me trouble. Appreciate the help
Glad it helped
Thank you - your video helped to solve the problem.
Hard to believe there’s only two (now three) likes on this. Thank you, sir.
I'm now using xlookup instead of vlookup. Took me a while to get used to it as I used vlookup for so long, but it is an easier formula to use. One caution is that xlookup is not in some older versions of Excel. I think it was introduced in 2019. It is simply a more flexible and improved version of the vlookup formula. I might also add the TRIM function will remove blank spaces after the lookup_value cell. And, I find the Data Tools/Text to Columns trick works even when the formatting is the same but the #N/A still appears. I usually convert to Text to clear the error then back to General formatting just because. Some things I've given up figuring out why... And, good video!
Lrow = Worksheets("to do").Range("e" & Rows.Count).End(xlUp).Row + 1 the below mention vba code need debunked showing error 9 see below attached reminder table please create code accordingly to this SR NO. PARTY NAME NOTICE DATE OFFICER NAME SECTOR DUE DATE STATUS 1 GHK 21-12-23 RANVIR SINGH 12 25-02-24 OPEN
THANK YOUUUU.
hey great video though I get a "#value" error when using "=GET.CELL(38,Sheet1!A1)" which references a cell with a manual background color. I also tried "39" as well. Any Ideas? The blog referenced will come in handy later as well. Thanks.
The Date > Text to Columns > Text did the trick! Thanks!
I entered the formula in the name manager, but when i apply it in a cell, it goes with an error (#Name?). Please help with this.
great video, very helpful but in my particular case, I'm trying to return the color of a conditionally formatted color. Any ideas on this?
How do you know that yellow is cell colour 38? Where does this number come from? Excellent video - thanks for your help
solved my issue thanks
Thank You
You are amazing! Thank you!
Just liked and subscribed! I have been stuck on this for countless hours!
Thank you 🙏🏼 Excellent video
Wow This video was amazing !!!
Thank you, thank you, thank you!!!
Thank you!
Thank you so much for this! Was stuck and couldn’t for the life of me figure out why lol
thanks a lot sir, that helped me a lot.
Thanks sir Works perfectly
This was great! Another tip - if you are getting some text values in a column correct and then suddenly interrupted by #N/A and then again further values are again correct and you are 100% sure that the value in the look up table exists and has a correct format, just sort the look up column values from A-Z.
Awesome for the Last point, you solved my pain point
You fixed it for me! The second value beginning with an A was the only one giving an error
thank you! I love this and i cant wait to get started learning VBA
Hello sir, maybe you can help me, I made a code but it is too long now I want to reduce it, is this possible? One section has the following code; Application.ScreenUpdating = False If Sheets("Menu").Range("E2") = 1 Then Sheets("toplay1").Select Range("A1").Select5 ActiveCell.Formula2R1C1 = _ "=FILTER('S1'!R[1]C[1]:R[20]C[1],'S1'!R[1]C[1]:R[20]C[1]<>" "")" Range("B1").Select ActiveCell.Formula2R1C1 = _ "=FILTER('S1'!R[1]C[5]:R[20]C[5],'S1'!R[1]C[5]:R[20]C[5]<>" "")" This continues, at (c[ ]) each time 4 is added until 37 is reached Could you help me? Thanks in advance.
Hello sir, I found it interesting but I don't fully understand it, maybe you can help me, I made some code in VBA but it is quite long, I think through different loops it can be shortened. What do I want to do want to work with filters (10 columns and 20 rows, one row in between and then again), this for 2 different worksheets, Can you help me? Thank you in advance;
Hi, is there a way to add time of the day variable for the reminder instead of just a date?
I have been struggling with this issue for the past three hours, thank you for this video!
Have extra what in third product example?
Very helpful!
Very useful. Thanks.
You're welcome!