How to Transfer data from Excel to Google Sheets || How to connect Excel and Google Sheet

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 58

  • @fingercross4313
    @fingercross4313 ปีที่แล้ว +1

    Sir salute you and i am happy that god gives me a teacher like you..❤

    • @SessionsbySaurabh
      @SessionsbySaurabh  ปีที่แล้ว

      Thanks a lot. Your words made my day.

    • @fingercross4313
      @fingercross4313 ปีที่แล้ว

      @@SessionsbySaurabh welcome sir always.🙏

    • @fingercross4313
      @fingercross4313 ปีที่แล้ว

      @@SessionsbySaurabh sir aapse sikhkr maine isme aur kuch bhi add kiya hai. Jab hum data add krte hai to sath me excel file ke TABLE RANGE me bhi data add hota hai many time people scared about data loss, thats why i added the thing for data maintain. Bs ab UPDATE AND DELETE function add krna hai so aur bhi acha perform kr sake ye process.

  • @jijeeshpadmanabhan350
    @jijeeshpadmanabhan350 ปีที่แล้ว +1

    valuable information. Thank you sir

  • @JoeyOrale-pt1wd
    @JoeyOrale-pt1wd 3 หลายเดือนก่อน +1

    thank you for this valuable information sir... just want to know if this code still working.

    • @SessionsbySaurabh
      @SessionsbySaurabh  3 หลายเดือนก่อน

      Thank you for asking. The issue was in version 2, but I’ve modified the file, and it’s now working perfectly. 👍

  • @ngabomarcel585
    @ngabomarcel585 2 ปีที่แล้ว +1

    Excellent!!!!

  • @munimrashid7065
    @munimrashid7065 3 ปีที่แล้ว +1

    Excellent! a very good tutorial indeed!!

  • @shirangamage8913
    @shirangamage8913 3 ปีที่แล้ว +1

    Thanks bro

  • @lakshayamahajan
    @lakshayamahajan 2 ปีที่แล้ว +1

    sir I have an excel sheet which import data from another database I want it to automatically get submitted to Google sheet as soon as excel sync with database how can I

  • @SeanFHoward
    @SeanFHoward หลายเดือนก่อน

    Do you know if there a similar was to delete rows of data in the GoogleSheets using VBA code in an Excel workbook?

    • @SessionsbySaurabh
      @SessionsbySaurabh  หลายเดือนก่อน

      To delete a row in a Google Sheet from Excel using VBA, we can use the Google Sheets API. Since Excel VBA doesn’t directly support the Google Sheets API, we usually rely on Google Apps Script as a workaround.

    • @SeanFHoward
      @SeanFHoward หลายเดือนก่อน

      @@SessionsbySaurabh thanks for that.
      So there is no way to delete rows from BEFORE uploading data from Excel using your code WITHOUT having processes running in two different place?

  • @sportsbesthighlightschanne1052
    @sportsbesthighlightschanne1052 หลายเดือนก่อน

    Can you refresh google sheet from excel sheet every second automatically ? thanks

    • @SessionsbySaurabh
      @SessionsbySaurabh  หลายเดือนก่อน

      If your Excel sheet is saved locally on your desktop instead of in a cloud environment like Google Drive or OneDrive, it won’t automatically update in Google Sheets unless you re-upload it each time.

  • @kailashsoni676
    @kailashsoni676 ปีที่แล้ว +1

    Hi sir I tried same as you shown but I am getting error in username=.txtusername
    It's showing object required

  • @yawj.amlanman7835
    @yawj.amlanman7835 ปีที่แล้ว

    Thanks, i want you show how edit a single line

    • @SessionsbySaurabh
      @SessionsbySaurabh  ปีที่แล้ว

      Hi Yaw, thanks for your comment. Please elaborate your query.

    • @yawj.amlanman7835
      @yawj.amlanman7835 ปีที่แล้ว

      ​@@SessionsbySaurabhAfter import from excel, i want stay on excel and Select a row in google sheets and modify from excel

  • @omnarayan7066
    @omnarayan7066 3 ปีที่แล้ว +1

    Nice

  • @techandearn15
    @techandearn15 3 ปีที่แล้ว +1

    If the Internet gets disconnect while updating n entry will the entry will be updated to Google sheet as soon as the internet is connected

    • @SessionsbySaurabh
      @SessionsbySaurabh  3 ปีที่แล้ว +1

      Haven't faced this issue but as per me it would not update.

  • @stachgaming143
    @stachgaming143 3 ปีที่แล้ว

    sir please how to only sync excel sheet to google sheet

  • @gamingpc99
    @gamingpc99 3 ปีที่แล้ว +1

    How to transfer without user form
    Is there a way to directly transmit any letter or word that I write in any cell?

    • @SessionsbySaurabh
      @SessionsbySaurabh  3 ปีที่แล้ว +2

      Instead of using User form field name, use Excel Cell reference. Check below.
      name = Sheets("Sheet1").Range("B2")
      desig = Sheets("Sheet1").Range("B3")
      URL_firstpart = "docs.google.com/forms/d/e/1FAIpQLSdI_se_iGLg8ezTVAKt7rqKWDzdJ2Bp0ep7nXgaTbDsLyYRhw/formResponse?ifq"
      url_secpart = "&entry.1629020134=" & name & "&entry.385413323=" & desig & "&submit=Submit"

  • @ractullah3591
    @ractullah3591 ปีที่แล้ว

    how to transfer data excel to googlesheet not used VBA...??? thanks

    • @SessionsbySaurabh
      @SessionsbySaurabh  ปีที่แล้ว

      We used power query in this video. From excel to Google Sheets we have to use Google API.

  • @muntasirauntor4597
    @muntasirauntor4597 3 ปีที่แล้ว

    Hello Sir, is it workable in android mobile?

    • @SessionsbySaurabh
      @SessionsbySaurabh  3 ปีที่แล้ว

      Hi Auntor, I haven't checked on Android. Any observation from your side ?

  • @smallideas8151
    @smallideas8151 3 ปีที่แล้ว

    Sir , without internet the code debug , please solved this . I would be very grateful if you could solve this problem please.

    • @SessionsbySaurabh
      @SessionsbySaurabh  3 ปีที่แล้ว

      Are you saying the code go into debug mode?

    • @SessionsbySaurabh
      @SessionsbySaurabh  3 ปีที่แล้ว

      I have uploaded another file which checks the Internet Connection first. Download the file from : drive.google.com/file/d/1tTsWJTr8v8kbzT9g_iMPPPW0pERlEYN6/view?usp=sharing

  • @omfeib
    @omfeib 2 ปีที่แล้ว

    What do you think is causing that Excel sends the info to Google Sheets but when I check in Google Sheets all the boxes are blank except for the timestamp box?

    • @omfeib
      @omfeib 2 ปีที่แล้ว

      Don't worry. I got it. I missed the dots in the "With frmProductSurvey" entries.

    • @SessionsbySaurabh
      @SessionsbySaurabh  2 ปีที่แล้ว

      Great. Thanks for confirming.

  • @kailashsoni676
    @kailashsoni676 ปีที่แล้ว

    Now code working but the MSG box check internet connection showing data is not entering please help

    • @SessionsbySaurabh
      @SessionsbySaurabh  ปีที่แล้ว +1

      Hi Kailash, can you please share the sheet.

    • @kailashsoni676
      @kailashsoni676 ปีที่แล้ว +1

      @@SessionsbySaurabh sir now it's working fine due to some mistakes it was not working but i corrected that mistakes after watching video carefully
      Thanks you again

    • @SessionsbySaurabh
      @SessionsbySaurabh  ปีที่แล้ว +1

      @@kailashsoni676 great.

    • @kailashsoni676
      @kailashsoni676 ปีที่แล้ว +1

      @@SessionsbySaurabh 😊

  • @rakeshnpsp
    @rakeshnpsp 3 ปีที่แล้ว

    How to automatically update Google sheet form Excel sheet data

    • @SessionsbySaurabh
      @SessionsbySaurabh  3 ปีที่แล้ว

      I haven't tried but you can check Google sheets API to update data.

  • @gamingpc99
    @gamingpc99 3 ปีที่แล้ว +1

    why give me ( CHECK INTERNET CONNECTION ) ? WHAT'S RONG

    • @SessionsbySaurabh
      @SessionsbySaurabh  3 ปีที่แล้ว

      Need to check the code. Email your sheet if you can.