Automatically Search for Excel Data, Display and Print Using VBA

Поделиться
HTML-код
  • Опубликовано: 8 окт 2014
  • How to search for an item in another worksheet by entering the item code in a different worksheet, displaying the data related to the item code like quantity and price and finally printing the retrieved data.
    Also, if the data is not available in our list of items, we create a new worksheet with this data. This gives us a new list of items which are in demand.
    We use Excel VBA to solve this problem quickly and easily.
    Details with complete VBA code are available here:
    www.exceltrainingvideos.com/au...
    Get 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

Комментарии • 296

  • @ahmed_elalfy
    @ahmed_elalfy 8 лет назад

    I really thank you for your great videos on vba. Very easy to follow and I have become very proficient in it after watching them. Thanks a lot. You are such a great teacher!

  • @apperpaul
    @apperpaul 5 лет назад +1

    Hello Dinesh, your video was very helpful for a project I was implementing for work.
    Thank you for that.

  • @TOUFIKELASATEY
    @TOUFIKELASATEY 7 лет назад

    Hello, I thank you very much for your efforts and your courses which allowed me to access the world of programming via VBA. Again Thank you very much for this considerable work.

  • @sheridiane5393
    @sheridiane5393 8 лет назад

    Informative and well presented as usual Dinesh. Thank you!!

  • @hendrahans3528
    @hendrahans3528 7 лет назад

    Thank you Mr Kumar, this information exactly what I was looking for, this is very helping my work

  • @charlesmartel7255
    @charlesmartel7255 6 лет назад

    Well done. A real help. Clear presentation of the core ideas. Many thanks.

  • @mohdsaadkarimi6369
    @mohdsaadkarimi6369 7 лет назад

    i like your videos so much, the method of your teaching is so simple and easy

  • @fahmiadams
    @fahmiadams 9 лет назад

    Thank you! Very useful. Question: How do I create a log in sheet 2, in order to print a list of search results instead of just one item( Each time I search for an item, it should just be added to the list Eg. A12, B12, C12, then A13, B13, C13 etc.) and how do I use the enter button on the keyboard instead of creating a control button to search the items?

  • @raghuprabhu6015
    @raghuprabhu6015 7 лет назад

    Very good demonstration and good example to print one line at a time.

  • @thyahu
    @thyahu 9 лет назад +1

    Nice tutorial...
    Thank you sir !

  • @adamsgobin
    @adamsgobin 9 лет назад

    Very clear video instructions - thank you so much!!!

  • @TheIndifferentboy
    @TheIndifferentboy 9 лет назад

    Which version of Microsoft Office has used in this tutorial?
    is developer option is built in in your tutorial or it is installed another way?

  • @usmanali8838
    @usmanali8838 5 лет назад +1

    Nice tutorial...
    Thank you sir Dinesh Kumar Takyar.

  • @PraveenKumar-hl6th
    @PraveenKumar-hl6th 6 лет назад

    hi
    is it possible to write a program for taking particular data from the pdf file and paste in the particular cells of the excel sheet?
    please help me with this
    thank u

  • @kchen7188
    @kchen7188 9 лет назад

    thanks Dinesh... your youtubes are great!!! have been very helpful for the projects that I am doing. Question... Can you please show me how to use vba to pull the last data entry of an closed workbook to use in my current workbook. many thanks

  • @path2344
    @path2344 7 лет назад

    Mr Dinesh thank you so much for your tutorial..

  • @monapamma
    @monapamma 8 лет назад

    hi sir i have some data set of companies i want to analyse them i need something that i put my data and automatically it calculates what i desire and print my desired graph as well is there any way through vba to do so

  • @higakishigeru2863
    @higakishigeru2863 4 года назад

    I am now subscribed! Thank you so much for this tutorial. It helped me complete my project 😊😊
    More tutorial for dummies pls 😀

    • @Exceltrainingvideos
      @Exceltrainingvideos  4 года назад +1

      Thanks for subbing! Share the VBA tutorial with your friends too.

  • @pawanchaudhari8566
    @pawanchaudhari8566 6 лет назад

    Hello Sir,
    Thank you for this tutorial.
    However I want little change in this method, I do not want the search tab and button but need the print button that print the last added data (ie. single row only) via userform.
    Thanks in advance.

  • @dheepakkrishnan5538
    @dheepakkrishnan5538 8 лет назад

    Thanks for the video. Really helpful. Just want to know, what if Item code is same for multiple rows. Eg: I have the same item code in two rows. Instead of quality let assume as colour. In my data i have paint name, colour and price. I have updated the sheet with the green and white colour for asasin paint availability. So if I gave Item as Asain Paints, then it should show the all the colours available in the asain pains. That is, it should search in the entire sheet and should get displayed that "Green" & "White" paints are available in asiain paints. can you help how to achieve this!

  • @akashsangtani904
    @akashsangtani904 9 лет назад

    Hello Mr. Dinesh,
    Thanks a lot for posting excellent videos of Excel VBA and teaching all the stuff from basic to High level.
    Just want a favor from you - I have a good knowledge of VBA, but i want to go further more in this field. Can you please tell me know any course or certification programme is there for VBA so that i can also be a certified VBA programmer.

  • @SeanSinnreich
    @SeanSinnreich 9 лет назад

    Thanks for the video. Is there a way to search every sheet. If I have a workbook with 40 sheets but want to search each one. Is there a way to generalize the 'sheet' search. Thanks

  • @madinatenel1339
    @madinatenel1339 5 лет назад +2

    Thank you so much for this video!!!

  • @aryanmoksha
    @aryanmoksha 2 года назад

    Thank you sir !! worked fine ... had some issues with Sheet names and how i use it in the codes but was able to figure out

  • @Jijiith
    @Jijiith 8 лет назад

    Thanks for this!! great job.

  • @ricomalibiran3977
    @ricomalibiran3977 5 лет назад

    Hi, can u help me regarding on the userform, i want to print userform in correct layout? Everything is running fine on my VBA code except that when I'm printing the userform it is automatically saved as pdf file it is fine, but the problem is the layout, The layout format was set on the upper edge and left edge of the paper (it is not center) how to correct it?

  • @erikasabes9454
    @erikasabes9454 9 лет назад

    Hello sir. Thank you very much for this, it has been a big help to much of our programming activities. I just wanted to ask about how I could make that a searchable drop-down list. Thank you very in advance.

  • @alvinbantigue1959
    @alvinbantigue1959 7 лет назад

    hi sir,
    good day!
    Im trying to create a macro excel worksheet using oldest version or excel. we want to create something like a knowledge base where in when we search using a keyword all the possibke answer will show up... I hope you can help me... thanks so much in advance...

  • @yemivictoratteh6939
    @yemivictoratteh6939 9 лет назад

    nice video sir, quick question how can i make my search result list all available instances and not just 1 instance? thanks

  • @VFINGENIERIE
    @VFINGENIERIE 8 лет назад

    Dear Dinesh Kumar Takyar,
    I have a probleme with the frame in userform VBA.
    When i print an userform with the Frame, the title of Frame isn't printed.
    so can you help me the probleme?
    Thank you verry much

  • @oscarwins
    @oscarwins 8 лет назад

    thanks a lot sir....really appreciate your effort .....nicely done....

  • @dararoththay1157
    @dararoththay1157 8 лет назад

    Hello Sir. Thank you for videos function excel news .but could you lean to excel with file XML with VBA programming ?

  • @amitkondalkar3853
    @amitkondalkar3853 9 лет назад

    Dear Sir, is it possible to get current printer name in excel cell / form text box though formula or VBA function. please help

  • @marwansallouta2101
    @marwansallouta2101 6 лет назад

    Thank you Sir, Clearly explained in details and widly applicable.

  • @shairafghan4470
    @shairafghan4470 7 лет назад

    Hi and Hello Sir what will be vba code if I want to populate combobox on the worksheet from another worksheet column
    Sir any help will be greately appreciated

  • @paul24h
    @paul24h 6 лет назад

    What shoud I do if I want to search multiple times and make a list of searched data to print out?

  • @dataanalytics4381
    @dataanalytics4381 7 лет назад

    Thanks sir,
    also want to create 1 button in userform which shows two more button then I have to select one button of them

  • @tky82ky
    @tky82ky 8 лет назад

    Thank you Sir very helpful info.

  • @baoqi3970
    @baoqi3970 6 лет назад

    I tried base on the code and it function. however, it only shows one results and no other data being show which also under the search condition. what should I edit to show all data when I click search?

  • @priteshgala2414
    @priteshgala2414 6 лет назад

    Sir I need you help
    Will you please guide me online through team viewer
    Because I am having error during programing

  • @wo1vereen
    @wo1vereen 9 лет назад

    Hi,
    i've copied your exact code and changed the relevant areas i.e sheet names, range & cell etc, but my button doesn't seem to work? nothing happens, no error message nothing. Any idea why its not working. im not a regular user of excel vba so i dont know if im missing something?

  • @emranuddin115
    @emranuddin115 9 лет назад

    If I had more than one of the same Item code and searched the code, how would i make it so it brings results for all records with that code?

  • @fredakissi6698
    @fredakissi6698 7 лет назад

    Thank your veeery much, you gave me a link that has really helped me on my data management. but there is another thing. :)
    How can i deduct a quantity from the total stock quantity, please note; the items are different with different stock quantities.
    Thanks

  • @dilipghosh321
    @dilipghosh321 5 лет назад

    i am ready to pay your remunaration for prepare my excel software. I need on search page such as 1,2,3..... from my previously prepared sheet 1. Please give reply.

  • @venkatanarasaiah6792
    @venkatanarasaiah6792 6 лет назад

    Hi Sir
    I need vba code for verify the number off sheets data cell by cell if there any errors(like all type of excel errors) of cell display first sheet name as error finding (include error name ,error adress, sheetname) similar to open files display on activeworkbook name as (errorfinding)....

  • @VikasKumar-gx6om
    @VikasKumar-gx6om 8 лет назад

    Great Tutorials by Mr. Dinesh Kumar Takyar...............thanks

  • @rangaswamy8604
    @rangaswamy8604 6 лет назад

    How do I print automatically when the value of a particular cell changes from 0 to 1 (Boolean value) ?

  • @iulian6632
    @iulian6632 7 лет назад

    i don't know how to make that example like yours
    i mean to remove the cells
    or it's a template, something like that
    thanks

  • @JosephSTou
    @JosephSTou 9 лет назад

    Nice sir, but i just followed the instructions you outlined and i keep getting a feedback "lastrow = Sheets("item_price").Cells(Rows.count, 1).End(x1Up).Row" what will i do?

  • @richk6569
    @richk6569 8 лет назад +1

    Thank you Dinesh,
    Mavis' payments are with other customers in the same database and when i did only one of Mavis' payments appears.
    lastrow = Sheets("Database").Cells(Rows.count, 4).End(xlUp).Row
    Rem Dinesh
    Rem This is it
    For x = 5 To lastrow
    If Sheets("Database").Cells(x, 5) = cboSearch.Value Then
    Sheet4.Range("A3") = Sheets("Database").Cells(x, 4)
    Sheet4.Range("B3") = Sheets("Database").Cells(x, 5)
    Sheet4.Range("C3") = Sheets("Database").Cells(x, 7)
    Sheet4.Range("D3") = Sheets("Database").Cells(x, 8)
    Sheet4.Range("E3") = Sheets("Database").Cells(x, 13)

    Rem I have made it such that it displays both on a different sheet and on a userform
    Sheet4.Range("A4") = Sheets("Database").Cells(x, 4)
    Sheet4.Range("B4") = Sheets("Database").Cells(x, 5)
    Sheet4.Range("C4") = Sheets("Database").Cells(x, 7)
    Sheet4.Range("D4") = Sheets("Database").Cells(x, 8)
    Sheet4.Range("E4") = Sheets("Database").Cells(x, 13)
    Thanks for your response

  • @dilipghosh321
    @dilipghosh321 5 лет назад

    Many many thanks to you for prepare the my required excel software by your guidance. can i upload the software for your verifiction?

  • @varmajw8
    @varmajw8 8 лет назад

    how to search MORE data.in this video only one item search but i am need more items search plz reply me
    I HOPE YOU

  • @sanketlimbekar
    @sanketlimbekar 6 лет назад

    Very nice video!
    Thanks alot

  • @imohudoh4672
    @imohudoh4672 9 лет назад

    Very nice and useful lesson. But I have a question for you. Am a document controller and I deal with the latest revision, when I applied it in my database it will search for any revision how then can it search for the latest revision?

  • @abinayas6151
    @abinayas6151 5 лет назад

    Excellent video 👏👏👍

  • @MUTHUOOES
    @MUTHUOOES 6 лет назад

    sir how to copy paste that data into another sheet instead of printing ?? please help

  • @pirachaa
    @pirachaa 9 лет назад

    Sir, I need your help. I am struggling with this. I will give you Scenario
    Everything is around 3 sheets named List, Template and Journal
    Sheet no 1. Name "List" following tables there.
    Date, Name, Department, Item, Approval Amount, Actual Spend, Supplier, Budget Code, Backup ... Including two buttons Template and Journal
    Sheet no.2 has some fixed data with some empty cells. Only 2 rows are in use A6: I6 and A7:I7and Sheet no. 3 is empty.
    What i want is when user click on Template Button only specific data of the last row from sheet no 1 "LIST" should copy into Empty cells in Template sheet.( for example if user click on Template. Data from sheet 1 from table " ITEM, ACTUALl SPEND and BUDGET CODE copy to Template Sheet like ITEM data copy to cell H6 and H7 , SPEND data Copy to E6 and E7 and Budget Code copy to B7. So the Template button function is to show data from last or current or most recent data from Sheet LIST.
    where if user click on Journal It shows exactly same data generate in template ( Including fixed data in template) for all available dates.
    I can send you the excel sheet for more detail. I would aprciate if you help me with this. Thanks
    regards, Umer

  • @dhanjefam3225
    @dhanjefam3225 9 лет назад +2

    sir how to save it sir? i really want to know, after i followed your videos it works but i dont know how to save my work, please teach me sir,,, thank you.

  • @sandeepkumar-cx4or
    @sandeepkumar-cx4or 6 лет назад

    Thanks a lot sir ji you are great

  • @elavarasip9154
    @elavarasip9154 8 лет назад

    hi anybody help how to search record from protected excel sheet

  • @DebasishMishra
    @DebasishMishra 8 лет назад

    Hii Sir
    Many thanks for your tutorial. but can you explain me how to write the logic if my requirements are as follows.
    Conditions: if one cell contains "abc" or "klr" or "gfe" (can be both or any combination or single) then show Mumbai in right most cell.
    So i have multiple conditions like this to check in every cells.
    this logic should run for all the filled cells in a column.
    i have solved this by using nested if & innumber functions. but as i have more than 50 conditions are there i want to make it with macro.
    can you pls give me a example for 3-4 conditions in macro so that i can write it for 50 conditions.

  • @soulfreejallow4798
    @soulfreejallow4798 8 лет назад

    hello i need some help i follow this videos and i did the same stuff but if i click on search i or type the item code nufin come is like my search command is not working and can i have a direct mail where to mail you sir please, thank you for this videos

  • @smrenterprisesbuildingmate4362
    @smrenterprisesbuildingmate4362 4 года назад

    Thanks Dinesh sir u r simple & informative

  • @kristianejourne
    @kristianejourne 7 лет назад

    what I have is the same with your formula for x = 2 To lastrow

  • @zeshankhan2455
    @zeshankhan2455 Год назад

    Sir. Agar last row ko aik sa zayada bar type kr na ho to to kasa ho ga. Same sheet Mai. B's ka sariel number change ho. Baki data same hi rha. Plz explain me in userform mahi. Jasa aik itam ki quanutty ki 5 quity like ha to maa chahta ka wo ka us ko 5 rows Mai likha aor in ka sariel number change ho bs

  • @kristianejourne
    @kristianejourne 7 лет назад

    ill try this one.You've been a big help Dinesh thanks for the videos!

  • @cheesy999260
    @cheesy999260 7 лет назад

    How can I modify this code to read from an excel data table rather than cells?

  • @dilipghosh321
    @dilipghosh321 5 лет назад

    i am ready to pay your recrimination for prepare my excel software. I need on search page such as 1,2,3..... from my previously prepared sheet 1. Please give reply.

  • @samsunghacker7935
    @samsunghacker7935 9 лет назад

    Run-time error '438':
    Object dosn't support this property or method

  • @ahmadballateros4519
    @ahmadballateros4519 8 лет назад

    whats the vba for the search button?

  • @mohammedalamgir4479
    @mohammedalamgir4479 8 лет назад

    hello sir. i want to search by customer name for customer all details,like customer name,mobile number,Address, due amount,ETC, if i search by mobile number it's details data are showing. Sir i need your help how to search by name !! how to write code for this ?. thank you Sir .

  • @rademujicic3858
    @rademujicic3858 9 лет назад

    The data I use, for one ID number exists more than one search result . How to display them all in another sheet ?

  • @kshamashah5083
    @kshamashah5083 9 лет назад

    Hi, how can we do this using excel 2013?

  • @aswinprathip804
    @aswinprathip804 6 лет назад

    sir thanks for u very use full to me

  • @mohdzuber7167
    @mohdzuber7167 7 лет назад

    thank you sir
    sir i want the range a11:c11 go down for every search like a11:c30

  • @santoshbhagat1890
    @santoshbhagat1890 7 лет назад +1

    Sir, Thanks a lot for this information. Just a small doubt if we have multiple entry for the same Search word and we wanted to get output all these multiple entry then how to do here.

    • @Exceltrainingvideos
      @Exceltrainingvideos  7 лет назад +1

      Have a look at this link: www.exceltrainingvideos.com/tag/findnext-method-vba/
      Or do a search at www.exceltrainingvideos.com

    • @mihaidumitrescu1
      @mihaidumitrescu1 7 лет назад

      if we have multiple entry for the same Search word and we wanted to get output all these multiple entry doesn't work

    • @mumthedumb
      @mumthedumb 6 лет назад

      santosh bhagat did u get it? I too want the code where it displays all items with the same item no.

  • @muhammadwaqas-cx4uo
    @muhammadwaqas-cx4uo 8 лет назад

    Sir, i want this button on advance user form please help.

  • @byricejericho8328
    @byricejericho8328 8 лет назад

    good stuff..thanks for sharing. got a question how to have it display if in data sheet it has the same item number but two different quantities ? i would like to have display for quantities.
    thanks again

    • @Exceltrainingvideos
      @Exceltrainingvideos  8 лет назад

      +J Lu This link might solve the problem:www.exceltrainingvideos.com/extract-data-from-one-excel-worksheet-to-another-using-advanced-filter-with-vba/

  • @nlaskar9736
    @nlaskar9736 6 лет назад

    I like watch and learn this as you explain properly. It’s really helpful for retail inventory, but i have on question on my mind that , If i want to hide and protect the page than how to do that ? Also how to update the sheet as we receive new barcode in a few days .
    Your reply will be highly appreciated.

    • @Exceltrainingvideos
      @Exceltrainingvideos  6 лет назад

      Search my channel including the playlists and my website www.exceltrainingvideos.com for the solutions.

  • @ktea8643
    @ktea8643 7 лет назад

    Thank you so much for your excellent description of how to do this. I was able to implement it flawlessly.
    I do however have a question. Is there a way for excel to search a file directory for a file and have it display the extension to the file or even the file object itself so that you can click on it an open it (for example a .pdf document)? Your help would be greatly appreciated.

  • @santoshmurki3008
    @santoshmurki3008 7 лет назад

    sir i need u r help

  • @forestpark1001
    @forestpark1001 6 лет назад

    please help i got error runtime error 438 object doesnt support this property or method , please help

  • @fjilfaz
    @fjilfaz 9 лет назад

    Thanks for sharing.

  • @ravir8773
    @ravir8773 6 лет назад

    Hi Dinesh thank for this video, but I have a query. Can you help me how to extract if ITEM code is multiple entry. I wanted to know how search for multiple ITEM CODE

    • @Exceltrainingvideos
      @Exceltrainingvideos  6 лет назад

      This link will help: www.exceltrainingvideos.com/tag/find-extract-multiple-values-using-find-findnext-vba/

  • @MrNeeraaj
    @MrNeeraaj 9 лет назад

    Hello Dinesh Sir, your video tutorials are extremely helpful. i wanted to know is there any way through which i can define current week or a week later without using loop? e.g. i want macro to filter for Week 41 (current week) and another filter for previous week 40. how can define that in macro so that automatically put a filter for current week and 1 week later?
    Thanks in advance.

    • @MrNeeraaj
      @MrNeeraaj 9 лет назад

      ??

    • @THOUGHTS_OF_BNS
      @THOUGHTS_OF_BNS 7 лет назад

      I want to create this form for extracting client specific information. for example I have 500 companies for each companies there will be product mgr , technical mgr , team lead . with address n ol but I want to extract only these 3 peoples names please help me to create this.

  • @Repenshresthaa
    @Repenshresthaa 7 лет назад

    why its not working in mac excel 2016??

  • @ibrahemouda9170
    @ibrahemouda9170 Год назад

    i keep getting a feedback "lastrow = Sheets("item_price").Cells(Rows.count, 1).End(x1Up).Row" what should i do?

  • @vivekkaranath7706
    @vivekkaranath7706 7 лет назад

    Dear Sir thanks for the video , i am planning to make an excel sheet for petty cash voucher and i want summary of all the vouchers created in same workbook in but in different sheets and want to control the serial number with summary in another sheet in shame workbook could you please advice?

    • @Exceltrainingvideos
      @Exceltrainingvideos  7 лет назад

      Search step by step www.exceltrainingvideos.com and you should be able to find a solution quickly.

  • @saifhamza4785
    @saifhamza4785 9 лет назад

    sir,
    i have two rows have the same name, what I try to do is to put that name in the search sheet and get both rows information

  • @haneefabid9829
    @haneefabid9829 7 лет назад

    Dear Sir,
    When i used the formula in my sheet i got error in "lastrow = Sheets(“Sheet1”).Cells(Rows.count, 1).End(xlUp).Rows" . it show Subscription out of range. and i made same of your demo sheet, i got still same result.
    please advise , how it solve

    • @Exceltrainingvideos
      @Exceltrainingvideos  7 лет назад

      Before throwing a question check your code carefully. www.exceltrainingvideos.com/automatically-search-excel-data-display-print-using-vba/

  • @santoshpoddar5218
    @santoshpoddar5218 5 лет назад

    Sir lets suppose on this sheet two row contains two different colour with data is this possible to add something on this code to get that row reflected with colour as output by using same search engine

    • @Exceltrainingvideos
      @Exceltrainingvideos  5 лет назад

      You'll have to adopt the 'copy-pastespecial' strategy. PasteSpecial can help keep the original format. This link will guide:
      www.exceltrainingvideos.com/copy-data-paste-another-workbook-transpose-automatically-using-excel-vba/
      Or search www.exceltrainingvideos.com

  • @emmyonu712
    @emmyonu712 5 лет назад

    Thank you Mr. D k Takyar, I tried it and it work very very fine, but I still have some little problem. I created it with order form and it only show the first cell instead of all. instance I have 5 cells
    1
    2
    3
    4
    5
    it only the first line not all 5, how can I code it to show all 5 cells please? Thanks

  • @shiveshishodia4980
    @shiveshishodia4980 5 лет назад

    Thank you sir, for nice video on this subject, can any please tell me if I have to search matching data from multiple sheets, what to do ?. If you have posted such video, please tell me or post a new video.

  • @all_bout_em_queens
    @all_bout_em_queens 4 года назад

    By any chance can i save this file as (shared) will the command still functions for multple user??

    • @Exceltrainingvideos
      @Exceltrainingvideos  4 года назад

      You can save the macro enabled file on Onedrive and share it with multiple users quickly and easily. This 'old' VBA tutorial will help: www.exceltrainingvideos.com/how-to-share-excel-files-on-the-net/

  • @kumaresankumaresan20
    @kumaresankumaresan20 6 лет назад

    Just a small doubt if we have multiple entry for the same Search word and we wanted to get output all these multiple entry then how to do here.

    • @Exceltrainingvideos
      @Exceltrainingvideos  6 лет назад

      Have a look at this video: ruclips.net/video/8S4EdPJevlA/видео.html
      It's a good idea to search my channel or website www.exceltrainingvideos.com

  • @gsoroxascity5251
    @gsoroxascity5251 6 лет назад

    Do you have a video regarding Search, Display, Edit and Save to existing content?

  • @omni-itlab
    @omni-itlab 6 лет назад

    Thank you for everything you do by showing all this trick. I do have a question
    How can i create a similar search form that will display the data and then in turn allow me to add a comment to the search result and save it using Vba ? Thank you once again

  • @nitrathod1
    @nitrathod1 8 лет назад

    Sir i want to search a data on basis of date..but i am unable to find that data...please help me

  • @m.n.953
    @m.n.953 2 года назад

    Very nice and usefull. Great

  • @vijayabhaskarraochava5211
    @vijayabhaskarraochava5211 3 года назад

    Dinesh Sir, Shall I upload my data to rectify some errors to search data code? if you agree how can i upload the sheet? Sir please help me once.