VLOOKUP Using VBA

  Рет қаралды 302,613

Dinesh Kumar Takyar

Dinesh Kumar Takyar

9 жыл бұрын

How to use VLOOKUP with VBA and automate calculations.
Details: www.exceltrainingvideos.com/vl...
For more knowledge read the book Excel 2016 Power Programming with VBA: amzn.to/2kDP35V
If you are from India you can get this book here: amzn.to/2jzJGqU

Пікірлер: 158
@genechicago4806
@genechicago4806 3 жыл бұрын
I've been using V-LookUp formulas, if then statements,, and pivot tables in Excel, but seeing them being used in VBA has open up a whole new way of taking them to a new level. Thank you!
@Exceltrainingvideos
@Exceltrainingvideos 3 жыл бұрын
That's great!
@panagiotistheodorou4959
@panagiotistheodorou4959 4 жыл бұрын
Mr Takyar. I am researching the net for various ways of doing things with VBA XL. What has impressed me with your 'style' is that your tutoring is what I would call The Best to date. Clear slow so the message sinks in and on the top of it as a cherry on the top, all works. I wish others copy your style so they also manage to pass their knowledge to the once that seeks it. Keep the good work up.
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Thank you very much!
@masterDESTROYER5000
@masterDESTROYER5000 4 жыл бұрын
You are a legend, kind sir! Ten minutes of this video beat two hours of searching StackOverflow -- thank you!
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
You are welcome. Please share with your friends also.
@sudhanvamahamuni3191
@sudhanvamahamuni3191 5 жыл бұрын
Sir, Its very helpful, interesting and summarized video for beginners like me. I would like to specifically appreciate and thankful for sharing the code details in your website. Kindly keep it up for educating us. God Bless you.
@harryalbert7671
@harryalbert7671 7 жыл бұрын
Thank You. By following your tutorial I was able to achieve what I've been trying to do for ages Harry
@sabirguiri
@sabirguiri 8 жыл бұрын
This is great and exactly what I need. Thank you!
@maiyuan
@maiyuan 7 жыл бұрын
Thank you for this lesson. It's helped me greatly at work.
@santoshrnath
@santoshrnath 8 жыл бұрын
Sir thank u for providing us knowledge about vba. Excellent sir. Thank u.
@tiendinh999
@tiendinh999 9 жыл бұрын
Thank you very much Dinesh, I'm appreciate your teaching on youtube
@rakeshkumarmadella7955
@rakeshkumarmadella7955 7 жыл бұрын
thank u so much sir... you r really really grt you r d champion of vba
@philipcezar6418
@philipcezar6418 9 жыл бұрын
This is great exactly what I need. Thank you!!
@marciliocesar5876
@marciliocesar5876 5 жыл бұрын
Thanks for your video, it helps me a lot!
@wasimbader9170
@wasimbader9170 8 жыл бұрын
thank you again, nicely taught , made it easy sir. thumbs up
@GopalKumar-po9vw
@GopalKumar-po9vw 8 жыл бұрын
your videos are amazing Thanks for sharing Keep it up!!!
@Exceltrainingvideos
@Exceltrainingvideos 8 жыл бұрын
Glad that you find my videos helpful!
@soumendas6829
@soumendas6829 5 жыл бұрын
Thanks for the above video. I would like to know if we can use If,ISblank & vlookup function together. I have a formula in Excel like " Grace Start Period(Date variable)=IF(isblank(vlookup(V2,tracker,8,false)),"NOT SET",vlookup(v2,tracker,8,false))
@hemanthkumar80
@hemanthkumar80 8 ай бұрын
DINESHJI YOU ARE GREAT I LEART VBA LITTLE BIT BECUSE OF YOU KEEP GOING
@MasterOfWin
@MasterOfWin 7 жыл бұрын
Great tutorial. Thank you!
@technicallyspecific238
@technicallyspecific238 5 жыл бұрын
Once again, very helpful! Thanks greatly!!
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Thanks
@guillymoreno486
@guillymoreno486 7 жыл бұрын
i m so interested to learn on it sir hopefully u can share me again ur knowledge sir
@SuperHanme
@SuperHanme 5 жыл бұрын
Thank you very much for the help.
@sasavienne
@sasavienne 5 жыл бұрын
AMAZING. Thanks.
@gowrip5767
@gowrip5767 6 жыл бұрын
Hi dinesh, i am having one query. i want to compare two columns ex( one row cells value with another whole column and we found the matches return true other wise false). how to do it in VBA. can you pls guide
@insuperable6029
@insuperable6029 5 жыл бұрын
thats helpful. thank you sir
@nandlaldhole3558
@nandlaldhole3558 5 жыл бұрын
very nice...and thanks for enlightening
@akhileshgupta6671
@akhileshgupta6671 6 жыл бұрын
in reconciliation, I want vlookup from one sheet to other sheets and reverse for reconciliation can you help
@michaelshealy6926
@michaelshealy6926 7 жыл бұрын
Hello Mr. Dinesh, would you know how to select then copy a variable from a vlookup in VBA? I tried using: Var.select, Followed by selection.copy and started with Dim Var as Variant.
@johnnarv9474
@johnnarv9474 7 жыл бұрын
Can you do a vlookup from another closed workbook (yesterday's file). I always have a new workbook telling me the amount of inventory. And everyday i need to compare what we have today versus yesterday. My lookup value is a order number that changes everyday. The column headers have the same names
@sujayguru123
@sujayguru123 4 жыл бұрын
Very interesting facts on VBA, very helpful.
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Please share the VBA tutorial with your friends too.
@libortesar7207
@libortesar7207 7 жыл бұрын
Hello, and thanks for the video.I am not new to excel but quite new to VBA, and I would kindly ask for help how to automate process of selecting data from worksheet “report” to worksheet “destination”. I am able to adjust worksheet ‘report’ so that I can select all names from column “A” to sheet ‘destination’. Name should work as source for other data, but not the only one. Based on the criteria in worksheet ‘destination’ I need to count all breaks for specific name. Breaks consists of break, lunch, restroom. Does you or someone know how to combine ‘vlookup’ and probably ‘hlookup’ together with loop in vba or is there better solution if each name does not have all that needs to be counted? Rnge of names is the Limitation for loops. If someone has an idea I can send xlsx sheets for consideration and part of my vba code.
@pangmichael
@pangmichael Жыл бұрын
Hi Dinesh, If I want to VLOOKUP other workbook's worksheet, how can make it work? Thank you for your share, that's very nice.
@ashishgoyal4166
@ashishgoyal4166 7 жыл бұрын
Sir, please help i have recorded a macro for vlookup but the challange is that it is not going till the last row. it is only calculating till the cell i have recorded it. how can i change it till last row
@vikramghorawat7079
@vikramghorawat7079 5 жыл бұрын
Sir I crate three button for ex a,b and c if A1 = a so that b and c button should be hide only a button should be show only how to possible in vba pls help
@SmartMoneyReviews
@SmartMoneyReviews 8 жыл бұрын
Thanks!!
@janhermawan1146
@janhermawan1146 2 жыл бұрын
Sir, your tutorial is very clear and I can easily understand...thank you sir. I have a problem using Vlookup to return the value in the cell I lookup along with the cell colour background.. would be appreciated if could make a video eoth reagard the above problem....best regard.....J.Hermawan, Jakarta, Indonesia
@Exceltrainingvideos
@Exceltrainingvideos 2 жыл бұрын
Let me check. In the meantime you can record a macro and check the code.
@janhermawan1146
@janhermawan1146 2 жыл бұрын
@@Exceltrainingvideos Thank You so much for your prompt response, Sir.......hopefully the video tutorial would be available shortly... Best Regard...J Hermawan.
@basheeraladka
@basheeraladka 5 жыл бұрын
Sir, thanks for your valuable videos for the ms excel enthusiasts.Well, I am looking for a vba code for general journal posting to general ledger to the respective accounts or accounts head. please.
@Exceltrainingvideos
@Exceltrainingvideos 5 жыл бұрын
Basically you need to create multiple worksheets and post from your 'journal' the relevant data to the specific accounts worksheets. This link will help: www.exceltrainingvideos.com/copy-paste-multiple-rows-of-data-from-one-workbook-to-another-using-excel-vba/
@jaywilliams3423
@jaywilliams3423 6 жыл бұрын
Hi There... how would do this if the data you are looking for from vlookup is on a different worksheet to where you want it to output to? Eg say we have sheet A values to use for vlookup from sheet B to return values from vlookup to sheet A
@Exceltrainingvideos
@Exceltrainingvideos 6 жыл бұрын
My latest video will help kzfaq.info/get/bejne/m8Wkd9WpmODeY2g.html or search www.exceltrainingvideos.com There are many videos on this topic.
@santhoshudayasankar6423
@santhoshudayasankar6423 7 жыл бұрын
Thank you sir.
@bipinpandey2618
@bipinpandey2618 7 жыл бұрын
Hi Sir, I've developed a form & I wanted to apply lookup function for text box. But the challange is it works only when the userorm is opened in front of the worksheet where the the data is. If the userform is in from of some other workbook it gives an error. Plz help
@guillymoreno486
@guillymoreno486 7 жыл бұрын
sir what if the name william is not unique sir in the data record i mean the name william contain another list of data is it possible to display all those information sir using the v look up function?
@ghostdakrong
@ghostdakrong 3 жыл бұрын
Thank you very muck. Cảm ơn
@Exceltrainingvideos
@Exceltrainingvideos 3 жыл бұрын
Welcome!
@sandeepkhawas3367
@sandeepkhawas3367 5 жыл бұрын
God bless you sir!! please i request to you make many more videos on vba automation!!!
@gerardvaneggermond9967
@gerardvaneggermond9967 5 жыл бұрын
Dear Sir, can I combine Vlookup with index and Match, how do I do that?
@maymaracademy6998
@maymaracademy6998 7 жыл бұрын
Hi Mr.Dinesh Kumar. I am stuck with a problem in Excel VBA as I am a newbie. I am making a Fee Collection Worksheet in Excel. The problem is I want to make a Userform in which it could search the Registration No of a Student and then by selecting a Month from a dropdown list and entering the fee. It should automatically update the fee in that specified cell using the registration no and month. Note: The data is in column like R NO, Name, Aug, Sep, Oct 1001, John, 1000, 1000, 1000 1002, Smith, 1250, 1250, 1250
@bahnassawy
@bahnassawy 8 жыл бұрын
hi dear Mr. Dinesh I hope to fiend answer about my comment... thank you so much
@Exceltrainingvideos
@Exceltrainingvideos 8 жыл бұрын
Which comment?
@irfanchohan3815
@irfanchohan3815 5 жыл бұрын
AOA respected sir! I found your videos very useful regarding excel problems. Sir, I have one problem which i couldn't find on you tube, if you will solve it i shall be very thankful to you. I have two sheets in a workbook and i want to lookup for three values in sheet#2, which should be equal or greater than a certain value in sheet#1.
@Exceltrainingvideos
@Exceltrainingvideos 5 жыл бұрын
Use 'IF' condition with 3 checks like so: If a>b and a>c and a =d then do something end if
@prasanthiv6853
@prasanthiv6853 5 жыл бұрын
Sir,Namasthe, then explain...the same... to write the code for userform.Tnq... Ravikiran.
@jasonfernandez6351
@jasonfernandez6351 6 жыл бұрын
Hi! I just want to ask what data type i will be using if my lookup value in a textbox contains more than 15 numbers. I received a runtime error 6 every time i run the macro. Thanks in advance for your response. God bless!
@Exceltrainingvideos
@Exceltrainingvideos 6 жыл бұрын
Try 'Single'.
@jay55patel
@jay55patel 7 жыл бұрын
thank you
@tanaskhoury6321
@tanaskhoury6321 6 жыл бұрын
Hello I want to make a form with three combboxes The first do search the row The second do search for a column The third can edid the intersection of the row and the column
@zainali5642
@zainali5642 6 жыл бұрын
Hi, How can we select a specific cell for lookup value e.g A2
@negisaab74347
@negisaab74347 6 жыл бұрын
Zain Ali range function
@naveed1884
@naveed1884 8 жыл бұрын
But if I want to extract from another workbook using vlookup then what would be code?
@Minirebel69
@Minirebel69 8 жыл бұрын
I want to automate 3 excel sheets, but unfortunately without success. I hope you can help me out. Thank you in advance!
@bunnathnay6576
@bunnathnay6576 8 жыл бұрын
Hi teacher.I have the private school. but I want to manege with VBA. Can you help me?
@alializadeh8195
@alializadeh8195 2 жыл бұрын
مرسی
@nadermounir8228
@nadermounir8228 3 жыл бұрын
Thank dinesh very nice tutorial 👍
@Exceltrainingvideos
@Exceltrainingvideos 3 жыл бұрын
Welcome 😊. Please share with your friends too.
@nadermounir8228
@nadermounir8228 3 жыл бұрын
@@Exceltrainingvideos will do. Looking forward for more VBA tutorials
@kriskinnu
@kriskinnu 4 жыл бұрын
Hello Sir,thanks for the video, I'm just curious to understand that even if we did not declare myrange the code still exhecutes? Can you clarify plz?
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Excel automatically assigns it to a variable called variant and if you many undeclared variables the macro will run slower. Refer to this link: www.exceltrainingvideos.com/why-it-is-important-to-define-variables-with-dim-in-excel-vba/
@kriskinnu
@kriskinnu 4 жыл бұрын
@@Exceltrainingvideos sir thank you so much
@ash9990
@ash9990 7 жыл бұрын
Hi my error handler is not working! am i doing something wrong?
@k.k.sabariraj6484
@k.k.sabariraj6484 2 жыл бұрын
hi sir, thank you for this video presentation. here I need one more vba code for this formula =if(a2=VLOOKUP(a2,table1,1,true),VLOOKUP(a2,table1,2,true),"NA") applying this formula for the above 4 lacks data we vlookup the values from the next sheet table data waiting for your code thank you.
@kiranbainade9737
@kiranbainade9737 5 жыл бұрын
I have 2 combo box now i want, if I change any of them other should change automatically like VLookup... Combo box depending on each other....
@Exceltrainingvideos
@Exceltrainingvideos 5 жыл бұрын
This link will help: www.exceltrainingvideos.com/tag/create-dependent-combo-boxes-in-excel-user-form-with-vba/ Or search www.exceltrainingvideos.com
@rajakumaarn5834
@rajakumaarn5834 7 жыл бұрын
sir, in method 3 I'm getting Error 1004 kindly help
@leopoldozavala2076
@leopoldozavala2076 8 жыл бұрын
Hi, Mr. Dinesh , i need your help , when i try to use this sentence displayme an error 1004 " Unable to get the Vlookup property of the the Worksheetfunction clas" i verify all the line and sintaxis i dont find what are wrong, thaks for help
@Exceltrainingvideos
@Exceltrainingvideos 8 жыл бұрын
Have a look at this link: www.exceltrainingvideos.com/tag/vlookup-using-vba
@aritradey5882
@aritradey5882 7 жыл бұрын
Hello sir.can we write macro for vlookup from two different Excel file?
@Exceltrainingvideos
@Exceltrainingvideos 7 жыл бұрын
What have you tried?
@Aku1985Khera
@Aku1985Khera 6 жыл бұрын
Dear Mr. Takyar I used your above code to vlookup a data set of 750 employee_codes; however, it gives error 1004 as you mentioned above. The issue is that it looks up the value for the first few cells and after an error, it gives a message box and doesn't resume function for the remaining data sets. Please help.
@Exceltrainingvideos
@Exceltrainingvideos 6 жыл бұрын
Can you share your code? It doesn't matter whether you have 750 employees or 750000 employees!
@Aku1985Khera
@Aku1985Khera 6 жыл бұрын
Evening Sir. I am able to fix this. Silly mistake. I forgot to mention “on error resume next”.
@Aku1985Khera
@Aku1985Khera 6 жыл бұрын
I am working on a project and it will take 2-3 more days. Once done I’ll show you the complete project
@samayraag
@samayraag 6 жыл бұрын
Hello Ankur Sir, Can you please share your contact?
@sanjayrohilla2093
@sanjayrohilla2093 4 жыл бұрын
wow nice video very very helpful
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Please share with your friends too.
@vijaysahal4556
@vijaysahal4556 4 жыл бұрын
very good sir 👍👍👍
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Thanks and welcome. Please share the Vlookup VBA tutorial with your friends.
@tedbobit2762
@tedbobit2762 8 жыл бұрын
thanks
@navneetkumarchauhan5263
@navneetkumarchauhan5263 7 жыл бұрын
Hellp SIr , Need a small help. I am creating Pivot table and corresponding chart through Macro , everyhing is going well except the below problem.-Actually if there is no values in the base table columns then during Pivot creation its taking Default 1 in all the respective columns, below is my code .PivotFields("Release Name").Orientation = xlColumnField .PivotFields("Period End Date").Orientation = xlRowField .PivotFields("Data)").Orientation = xlDataFieldso if "Data" column is Blank , still during pivot creation its taking 1. Please suggest
@Exceltrainingvideos
@Exceltrainingvideos 7 жыл бұрын
You can exit the sub by using an IF condition for no data in the columns.
@navneetkumarchauhan5263
@navneetkumarchauhan5263 7 жыл бұрын
Sir , there is a mixup of data , means in some columns data is there and some are blanks
@xiaowenxu5363
@xiaowenxu5363 7 жыл бұрын
Can you show me how to do the reverse lookup?
@Exceltrainingvideos
@Exceltrainingvideos 7 жыл бұрын
Can you give an example?
@ousmanetall1286
@ousmanetall1286 Жыл бұрын
Hi Are a developer or programming engineer ?
@tanujsharma2812
@tanujsharma2812 3 жыл бұрын
I need a code in vba that pastes a range from sheet 2 to sheet 3 automatically when any value in that range changes Please help.
@Exceltrainingvideos
@Exceltrainingvideos 3 жыл бұрын
Nobody died till date of doing some search on my channel or website.
@robinbasri7930
@robinbasri7930 3 жыл бұрын
This is what i need
@Exceltrainingvideos
@Exceltrainingvideos 3 жыл бұрын
Glad the Excel VBA tutorial was helpful. Please share with your friends too.
@unscriptedlife-biswa
@unscriptedlife-biswa 3 жыл бұрын
Awesome
@Exceltrainingvideos
@Exceltrainingvideos 3 жыл бұрын
Please share with your friends too.
@melishan94
@melishan94 7 жыл бұрын
how can I do a vlookup in vba with 2 search criterias and with using diffrent lookup sheets? Please, I need urgent help!
@matheusbretasreis3302
@matheusbretasreis3302 7 жыл бұрын
I would say to you that using de the index function is the right way
@balasubramanian5232
@balasubramanian5232 4 жыл бұрын
Hi sir can you please explain how last row works? Thanks in advance
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
This link should help: www.exceltrainingvideos.com/find-next-blank-row-for-data-entry-using-vba/
@prashantc2066
@prashantc2066 5 жыл бұрын
THANKS
@Exceltrainingvideos
@Exceltrainingvideos 5 жыл бұрын
The Pivot Cache is held in Excel's memory.
@rohankumar025
@rohankumar025 2 жыл бұрын
please make a video for vlookup to find value based on column headers if headers change the value changes automatically
@Exceltrainingvideos
@Exceltrainingvideos 2 жыл бұрын
You can use Vlookup with Match.
@rohankumar025
@rohankumar025 2 жыл бұрын
Sir able to do in excel but not able to do the same using vba for dynamic operation
@rohankumar025
@rohankumar025 2 жыл бұрын
let it go sir, I have created it through vba.
@jaydeepdixit4204
@jaydeepdixit4204 2 жыл бұрын
Sir, how can I get vlookup value in next blank column??? Thank u....
@Exceltrainingvideos
@Exceltrainingvideos 2 жыл бұрын
Assign the value to the next blank cell. I have a number of videos on how to find the next blank cell, column or row.
@amitkasare9156
@amitkasare9156 2 жыл бұрын
Hi sir......one query hai meri....mere pass ek data means master file hai usme name, mobile no, city, order, pincode,status - Dispatch & Pending hai. muje master file me se Dispatch & Pending file new sheet me Lana hai.dispatch & pending data separate mean new sheet create honi chahiye. Pending & dispatch 2 new sheet create hone ke baad jab measter file me new data add Karu tab wo data status ke jariye pending & dispatch sheet me add hona chahiye automatically....ye query formula or VBA coding ke kaise solve hogi...plz tell me formula or VBA code.
@Exceltrainingvideos
@Exceltrainingvideos 2 жыл бұрын
Please search my channel using the keyword 'report'. You'll find at least 10 videos related to your query.
@ricardos.8201
@ricardos.8201 4 жыл бұрын
Hi... I am struggling with a very simple problem that I don't seem to understand whats happening! I have a dynamic range in excel sheet called "placom" the first column with a list of Platforms like "Zelle" "PayPal" "Venmo" etc, the second column the Fee they charge. If in the userform cfpla variable lready set with one of the platform names, lookup the corresponding fee, write it in excel sheet as variable cffee and calculate the cfnet wich is the result of the amount set on the userform under the name of cfamo minus the fee. ___________ 'Calculation of Fee and Net Income If cftyp = "Income" Then cffee = Application.WorksheetFunction.VLookup(cfpla, Range("placom"), 2, False) cfnet = cfamo - (cfamo * cffee) Else cffee = "" cfnet = "" End If CF.Cells(nr, "F").Value = cffee CF.Cells(nr, "G").Value = cfnet Call ResetForm _________ For some reason I am getting cffee "0" and cfnet = cfamo (this is a result of being cffee 0 Any clues? Thank youuuuu
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Can you share the file at takyardinesh@gmail.com?
@tomjone9969
@tomjone9969 8 жыл бұрын
Hi Can a MACTH function be written in macro.
@Exceltrainingvideos
@Exceltrainingvideos 8 жыл бұрын
+Tom Jone Yes.
@tomjone9969
@tomjone9969 8 жыл бұрын
+Dinesh Kumar Takyar Excel Mac 2011 On sheet1 database on sheet2 Match Information I like to Match: name, date hire ,ID#, age, salary, year with company. Thank
@nikunjgattani999
@nikunjgattani999 7 жыл бұрын
Sir, do you have any video on vlookup using dictionary in vba
@Exceltrainingvideos
@Exceltrainingvideos 7 жыл бұрын
No.
@EdwardBandicoot
@EdwardBandicoot 5 жыл бұрын
Sir you saved my life
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Please share with your friends and on social media. You can view more videos in Hindi and English at www.exceltrainingvideos.com/
@saumajyotimukherjee9121
@saumajyotimukherjee9121 6 жыл бұрын
Ok
@hannahliteral3342
@hannahliteral3342 7 жыл бұрын
hello sir, do you have a tutorial about how to solve error "procedure too large" it seems like my code in one button cannot fit anymore
@Exceltrainingvideos
@Exceltrainingvideos 7 жыл бұрын
Split your code into many modules or sub-routines.
@hannahliteral3342
@hannahliteral3342 7 жыл бұрын
Dinesh Kumar Takyar hi sir, I am actually having trouble on how to do it, if you have a sample let meknow
@hannahliteral3342
@hannahliteral3342 7 жыл бұрын
Hi, Sir. I have to code it in one button, do I double click the button so Private Sub button1() then put sub equation1() underneath it?
@a.k.sharma9993
@a.k.sharma9993 5 жыл бұрын
Hell sir have a good day I have multy no of sheats in a workbook as Tax invoice original for reciepient duplicate for transport Triplicate for Supplier Extra copy Estimate Proforma invoice and others Now i have a worksheet (Info) When i put a logo in Info sheet in a specific cell it should be replaced with the existing logo in all sheets Thanks again
@Exceltrainingvideos
@Exceltrainingvideos 5 жыл бұрын
Interesting question. We'll work on this.
@archanaaa2514
@archanaaa2514 4 жыл бұрын
Sir, how to remember coding lines exactly. It's confusing
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Remembering code is difficult. If you understand the problem and code line by line it's easier. Of course, you need practice. Intellisense in Excel VBA helps a lot.
@bringitdomo
@bringitdomo 9 жыл бұрын
Hi Sir, Thank you so much for uploading these videos - they've helped me tremendously with Excel. I do have a complicated problem to solve and I was wondering if you can point me to the right direction as to which videos to watch? Or perhaps you could tackle this problem if you fancy a challenge. So I've got 5 product codes, and I've formulated 5 different unique excel formula codes for each product. For example, Product 1codes to calculate the position is =if( I$I$>$D$D, "BUY", "SELL"). Product 2 codes: = IF ($I$I>$C$C, "DECISION", IF ($I$I>$G$G, "SELL", IF ("$T$T$G$G, "POINT", IF ($G$G=$A$A, "MAYBE","-") Product 4 and 5's codes are equally unique and different. As you can see, it's very unique codes and contains nested IFs etc. Now I've been copying and pasting these individual codes into separate spreadsheets based on the product (i.e. if it's product 1, I'll paste product 1's code into the cell). I've actually done up a LOOKUP table in the hopes of using VLOOKUP to paste the codes according to the product column. e.g. PRODUCT /// CODE TO PASTE This is not possible with the usual =VLOOKUP excel formulas however, I was wondering if this is possible with VLOOKUP VBA? Or do you think I should use multiple nested IFs then on VBA? i.e. If COLUMN M is "product 1", calculate in COLUMN N with this formula "=if( I$I$>$D$D, "BUY", "SELL")."? Sorry for the long message, I'm at my wits end at solving this and hope you'll be able to help - thank you for your time!! Best, Natalie
@stockmind4010
@stockmind4010 8 жыл бұрын
gREAT
@Exceltrainingvideos
@Exceltrainingvideos 8 жыл бұрын
+DEEPAK MADHWAL Thank you!
@vikramghorawat7079
@vikramghorawat7079 5 жыл бұрын
Sir Pls give vba for hide or unhide button on cell base pls
@Exceltrainingvideos
@Exceltrainingvideos 5 жыл бұрын
Question not clear.
@officialbaryar2017
@officialbaryar2017 4 жыл бұрын
Sub se mushkil coding ap k video mn hoti ha
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
I try to code according to the steps. Once you practice you can optimize some of the lines of code.
@ahmedgamal6640
@ahmedgamal6640 4 жыл бұрын
where is the code
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Get it here: www.exceltrainingvideos.com/vlookup-excel-vba/
@anhnhatnguyet4628
@anhnhatnguyet4628 4 жыл бұрын
Do you use facebook ?
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Yes: facebook.com/dtakyar
@anhnhatnguyet4628
@anhnhatnguyet4628 4 жыл бұрын
@@Exceltrainingvideos yes. I have sent content to support via messenger
Stop using VLOOKUP in Excel. Switch to INDEX MATCH
11:05
Excel Level Up
Рет қаралды 2,3 МЛН
How to use VLookup to get multiple values
12:54
Dinesh Kumar Takyar
Рет қаралды 379 М.
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 1,3 МЛН
Best Toilet Gadgets and #Hacks you must try!!💩💩
00:49
Poly Holy Yow
Рет қаралды 21 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 200 МЛН
Automate Copying of Column Data from Sheet to Sheet Using Excel VBA
13:02
Dinesh Kumar Takyar
Рет қаралды 319 М.
How to automate VLOOKUP in Excel with VBA
13:44
PK: An Excel Expert
Рет қаралды 23 М.
VLookup Error Handling   Excel VBA
9:49
ExcelVbaIsFun
Рет қаралды 19 М.
Excel VBA Programming for Beginners - Beyond Recording Macros - Part 1
25:07
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 10 М.
Automatically Search for Excel Data, Display and Print Using VBA
22:05
Dinesh Kumar Takyar
Рет қаралды 350 М.
Transfer data from one Excel worksheet to another automatically
17:20
Dinesh Kumar Takyar
Рет қаралды 1,2 МЛН
How to Use VLOOKUP in Excel (free file included)
15:15
Leila Gharani
Рет қаралды 169 М.
How to make your Excel VBA code run 1000 times faster
16:55
Excel Macro Mastery
Рет қаралды 358 М.
2.18 - VBA Vlookup in Another Sheet
15:00
Karen Tateosyan
Рет қаралды 79 М.
VLOOKUP MATCH from another workbook - VBA
30:06
NaveenTamta #IamExcelVBA
Рет қаралды 4,1 М.
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 1,3 МЛН