I am learning a lot from your videos in this quarantine. Thank you 🙏🏻.
@yashlimbachiya73274 жыл бұрын
Hey trump excel, I love your videos and I am becoming good in excel I have a doubt that can we use select case statement in creating custom function
@deninsrmic41652 жыл бұрын
Great tutorial on VBA functions, especially your last example on extracting values. Thanks
@avimunde3 жыл бұрын
Dear Sumit Sir, Thanks for providing this type of custom function , this was very helpful while working on Excel and VBA, I am having one problem while writing the function, how to do the sum of value for particular variable in lookup range
@trainingforcarlos4 жыл бұрын
Hello, Thanks a lot for all your videos. I really enjoyed the custom function, it is exactly what I needed to make some tasks of my job faster. Thanks a Lot...
@allyshah902 жыл бұрын
Thank you veryyy muchhh. You are the best!
@martinsefelin44794 жыл бұрын
Awesome! Much appreciated 👍
@darrendowson50814 жыл бұрын
A question if I may. Function inputMonth is declared as an integer, and the inputdate argument is declared as a Date. Then, SingleCellExtract, the arguments are declared but function SingleCellExtract is not. Is this because of SingleCellExtract then being equal to 'result', which in itself is declared as a string? Great videos, thanks, coffee shall be on its way!
@arunkumar-bd9it3 жыл бұрын
Thanks Brother
@deepaktambe80434 жыл бұрын
Very useful! Thank you
@JATINKUMAR-qu4vi2 жыл бұрын
Very helpful session
@manishkumarchd3 жыл бұрын
Thank you
@awesh19863 жыл бұрын
Awesome stuff.
@antoniorasco19284 жыл бұрын
Do you also do Power Pivot? PQ + VBA + PP = Excel guru
@tanjidirfan48333 жыл бұрын
Very informative Video
@aymanebziou26563 жыл бұрын
very useful, thank youu
@ajitkumarsahoo39142 жыл бұрын
Please guide. A value is pasted in a cell within a range with VLOOKUP formula and the value so obtained is formatted into Date format. System converts the zero value into 00-01-1900 format. What is the VBA code to change the 00-01-1900 date value to text within the range without formatting other date values.
@margad-erdeneboldbaatar47042 жыл бұрын
Thanks so much.
@ExcelMadeEasy4444 жыл бұрын
Very Interesting. . Sir, How can we create Xlookup Function for office 2013 ?
@yugalgarg714 жыл бұрын
we cannot create i guess
@ravi6701002 жыл бұрын
you are amezing
@abhinaygarg70294 жыл бұрын
Thank you so much
@arghyadutta9091 Жыл бұрын
Great
@nadermounir82284 жыл бұрын
What does the second 1 on (i,1) represent ? Does it reperesent the column number?
@martinsefelin44794 жыл бұрын
Yep, you got it right. Since ”i” is the loop variable it will be i +1 in next iteration. This is how it will move by one row and not by column. Hope this makes it clear. 👍
@nadermounir82284 жыл бұрын
@@martinsefelin4479 Thank you Martin
@harshil6920 Жыл бұрын
how can i create function like - if function( (If function(_) ) ?
@deexcelguy4 жыл бұрын
Hi Sumit Bansal, Just want to say you have a fantastic course... but I want to point out something about your code... though it works It was not necessary... to add the space before Check the video 14.40 Here is your code If Lookuprange.Cells(i,1) = Lookupvalue then Result= Result & " " & Lookuprange.Cells(i, ColumnNumber) & "," End If Here is my code If Lookuprange.Cells(i,1) = Lookupvalue then Result = Result & Lookuprange.Cells(i, ColumnNumber) & ", " End If This works better because yours add some extra space at the beginning... Just my humble contribution to your great course. Kindly, Ferdinand Nrele Attobra (***DeExcelGuy***)
@saywot9688 Жыл бұрын
I would leave it alone until the last line of code, then change it to: SingleCellExtract = Trim(left(Result , Len(Result) - 1)) to get rid of BOTH trailing comma and leading space.
@vba_appsscript Жыл бұрын
It would be better if you would show to create a help menu also
@nadermounir82284 жыл бұрын
Adding the space after result then added a comma after the column number? Shouldn't we put the space also at the end like we did for the comma? This part is confusing
@Angel_Heart2009 Жыл бұрын
Thank you sir can you please help me more examples and give me assignment for self practice...sir I want online vba class so how can I reach you plz reply to my msg🙏