Google Sheets - QR Code - Generate QR Images with a Formula

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 60

  • @drbahsha
    @drbahsha Рік тому

    Using array formula will be awesome..Thanks Ben Collins

  • @InsideMyWall
    @InsideMyWall 3 роки тому +1

    Very good video. Kindly make a video on How to Scan Barcode or QR Code and send it back to Google Sheets for real time updates. Also guide how to generate a QR code in sheets having a picture inside it.

  • @skorpius2029
    @skorpius2029 3 роки тому +1

    Thanks a lot. Very good method of generating qr codes in larger quantities.

  • @dr.talankijeevankumar1123
    @dr.talankijeevankumar1123 4 роки тому +1

    Thank you very much for making a video on generating the bulk QR code in a single go. The video is simple with minimum steps. Will you please let me know whether there is any provision to add two/three/four columns instead of one. If yes, will you post the formula here?

  • @santosahernandezmendoza7147
    @santosahernandezmendoza7147 5 років тому +2

    I find this tutorial too useful. I suggest a second part where you can show us the usefulness of this powerful tool. Thank you, teacher.

  • @williamnjau3987
    @williamnjau3987 5 років тому +1

    This popped in my recommendations when I just needed it! Thanks, dude!

  • @andymackie4279
    @andymackie4279 3 роки тому +1

    Thank you for your tutorials, it really helped me a lot. Please if you're looking for requests can you make a tutorial on how i can scan QR codes and encodes to google sheet. TIA

  • @JoaquinVogt
    @JoaquinVogt 3 роки тому +2

    Great tutorial!, Thanks.
    How do you export those QR codes as images, ideally named after the value of one of the cells..

  • @stansuen8072
    @stansuen8072 2 роки тому

    Great video. Is there anyway we can generate an image directly within a custom function using app script without the need of an external server service and return it as an image object just like image() does? Or perhaps there may be some javascript that can be called upon to generate the image with in the app script? (The reason behind this is that Google Chart function really need a lot of improvement)

  • @doeyehof
    @doeyehof 4 роки тому

    A very clear tutorial!! Thanks!

  • @9ebooks
    @9ebooks 5 років тому +1

    Hello sir ive trying your json Google sheet tutorial with google book api but it doesn't work it returns undefined because the json is complicated can u do a tutorial about that please please

  • @shreyasgpt95
    @shreyasgpt95 4 роки тому +4

    Can you also tell us how to download the qr codes that have been generated using these formulas?

  • @kiansaghafi8681
    @kiansaghafi8681 4 роки тому +1

    thank you

  • @getdavemoore
    @getdavemoore 5 років тому

    Always good info from you - thanks.
    Q1: The new-ish 'insert > image in cell' function is more useful (as can take our own google images instead of .jpg links) but is there a way to code it rather than using mouse clicks? (next video...? ;) And could it then be put into an array formula to read addresses from one column and automatically insert images into another column?
    thanks again :)

  • @ManojGuptahome
    @ManojGuptahome 3 роки тому +1

    Thanks for a very useful tip. However I am failing to transfer it to Docs and then to a pdf document.
    I am using Google App Script to work in a spreadsheet and make a pdf from the information. I am trying to make a qr code with that information. I tried to to do a copy paste special too. I also tried to paste it in slides. Please help me.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 роки тому +1

      You'll need to add the image directly to your Doc. Something like.
      const blob = UrlFetchApp.fetch("imgasite.com/locnameofimage.png").getBlob()
      const cursor = doc.getCursor()
      cursor.insertInlineImage(blob);

    • @ManojGuptahome
      @ManojGuptahome 3 роки тому

      @@ExcelGoogleSheets Thank you very much. I cant open the link, however I have a hint and I will try to do it.

  • @rafsan_jane
    @rafsan_jane 4 роки тому

    You are awesome, I am really grateful for your all videos.

  • @AhmadAhmad-gh5op
    @AhmadAhmad-gh5op 3 роки тому

    how can link a image file location with a fixed QR code...so if the image is chnaged...Scan result should show new image....any idea how to do

  • @ironmanlifts
    @ironmanlifts 5 років тому

    Love your videos and I highly recommend them ! :) I was wondering if there is a way or how would I go about making a chrome extension that saves data on google sheets?? I already know how to make extensions and store with local storage chrome API (chrome.storage.local.set). I just don't know how I would go about linking the chrome local storage into a spread sheet ?

  • @AIComputerScience
    @AIComputerScience 3 роки тому

    How would I estimate cost to generate one qr code with API

  • @nim358
    @nim358 4 роки тому

    superb teacher..thanks a lot !

  • @johnrumm4786
    @johnrumm4786 5 років тому

    Nice demo, thanks, really enjoying your videos!
    Have you ever thought of doing a google sheets/script for implementing a bot for MediaWiki servers? I can think of some cool applications for being able to script updates to a wiki page for example.

  • @liangmale
    @liangmale 5 років тому

    Excellent as always, very useful

  • @madhavan9644
    @madhavan9644 4 роки тому

    Parcipate photo including add print certificate please tell me sir

  • @hadireg
    @hadireg 3 роки тому

    👍👍👍

  • @hyper-focus1693
    @hyper-focus1693 Рік тому +1

    Dude you are absolutely amazing. I feel like writing a whole paragraph about how you helped me solve most of my problems but there's no point in that.
    Thanks man.

  • @fvgoya
    @fvgoya 5 років тому

    Man, this video is really awesome!! Very handy! Will be nice to see more, how can I say, integrations (?!?) like this one. Thank you!

  • @luciolibanori
    @luciolibanori 3 роки тому

    I'm wondering if it would be possible to add control characters like Tab and Enter with this method. Regular escape sequences like \t and
    don't work. I also tried ~d009 and ~d013 without success. By the way... I'm a fan of your channel. Thanks for sharing these amazing classes.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 роки тому

      I'm not sure I understand. What are you trying to escape?

    • @nerearita
      @nerearita 3 роки тому +1

      cell values: &ENCODEURL(A3)
      spaces blanks between words: &"%20"
      line breaks between sentences: &"%0A"
      values ​​written manually in the function: &"Text"

    • @luciolibanori
      @luciolibanori 3 роки тому

      @@nerearita That works!!!! Thank you so much for your help.

    • @nerearita
      @nerearita 3 роки тому +1

      @@luciolibanori Glad I was able to help: D

  • @JuanLopez-js3jp
    @JuanLopez-js3jp 4 роки тому +1

    How can I send email with attachment img code?

  • @wahyudikho615
    @wahyudikho615 5 років тому

    what if I use TEXT in column A instead of URL, how to adjust the formula ? many thanks for your help

  • @lacs83
    @lacs83 5 років тому

    Hi! Good Video.
    Time ago, you could do this work using Google Api Chart, but no more... It's deprecated.

  • @dwdanceStudio
    @dwdanceStudio Рік тому

    it works ty - Hans

  • @paulloup5210
    @paulloup5210 5 років тому

    Thank you very much !!!

  • @mastatekniks2653
    @mastatekniks2653 5 років тому

    Thank you very much for this very informative video. But how do I save the images into my disk?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 років тому +1

      I have an upcoming video for those who need actual image files. Should be live on the channel next week.

    • @mastatekniks2653
      @mastatekniks2653 5 років тому

      @@ExcelGoogleSheets Great! Thanks a ton. I will tune in for that definitely.

  • @Mayrul7
    @Mayrul7 4 роки тому

    how to copy the qr code image to another spreadsheet?

  • @michaelsglas
    @michaelsglas 3 роки тому

    what if you don't have a url but you just want text could that work?

  • @jowhr99
    @jowhr99 3 роки тому

    Thanks bro!!

    • @jowhr99
      @jowhr99 3 роки тому

      image function doesn't work with me

  • @jahidpinjar4607
    @jahidpinjar4607 4 роки тому

    How to add two or more column data like A3 A4 etc?

    • @nerearita
      @nerearita 3 роки тому

      &ENCODEURL(A3)&ENCODEURL(A4)
      spaces blanks between words: &"%20"
      line breaks between sentences: &"%0A"
      values ​​written manually in the function: &"Text"

  • @Nilsolanki1986
    @Nilsolanki1986 4 роки тому +1

    where is or code link

  • @pichit.raetai
    @pichit.raetai 5 років тому

    Waiting for your video

  • @avantiya
    @avantiya 4 роки тому +1

    Can I download those images (QR Codes) as separate Image files ?
    Can those images (QR Codes image files) have the respective name from which they are generated ?

  • @opionetics
    @opionetics 4 роки тому

    What about the Google QR Code API?

  • @NickB-pe5ek
    @NickB-pe5ek 4 роки тому

    How can I add additional information to the qr code so my google app scripts can grab the data from the URL ? I want the link to be https.....data=url/helloworld/. How do I add "helloworld" to the qr code link and then later grab it from Google app scripts?
    Your videos have been immense help. Thanks!

  • @adnanakhtar7919
    @adnanakhtar7919 3 роки тому

    it didn't generate an image for me, everything is okay
    but in vain