#tutorial

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024
  • This is the 10th lesson of the Computer Literacy Class - Introduction to spreadsheets with Google Sheets, which is very similar to Microsoft Excel.
    Please rate , share, and subscribe. Thank you.
    Earn 1,000 miles of free Supercharging with the purchase
    of a new Tesla car. Simply use my Ref. Code
    ts.la/daniel89987
    💲DONATE ➤ www.paypal.com...
    SOCIAL MEDIA:
    / daniel.berry.9
    / selmateacher
    selmateacher7.w...
    CAMERA/LENS:
    All of the outside shots:
    JVC Pro Series 2017 (Sold in Japan ONLY) GZ-R470-H
    Studio Camera:
    Logitech 920 WebCam-
    AUDIO:
    SnowBall Blue USB condenser Microphone - Pro series.
    LIGHTING:
    Selfie Ring Camera Light.
    www.amazon.com....
    SOFTWARE:
    VideoPad professional by NCH
    L-View Pro
    Chrome OS
    Windows 10
    Screencastify
    Chromebook:
    Acer CB515 Touchscreen

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

  • @DonaldStLucia
    @DonaldStLucia 3 года назад +4

    Mr. Berry, you are an incredible teacher. How you explain everything with such details takes many years to learn, not to mention how much longer it takes to put this video together in a form that can be understood and learned by us all. Another job WELL done. Thank you

  • @cogwheelLearning
    @cogwheelLearning 3 года назад +2

    We need more teachers like you

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

      Thank you for the wonderful comment. Please subscribe and enjoy my other videos on using technology.

  • @John-fj3qw
    @John-fj3qw 3 года назад +1

    That's a very informative and helpful video Mr B, it must have taken a lot of your time and care to put this together. Thank you so much for all you do.

  • @jhonblackclover5272
    @jhonblackclover5272 3 года назад +1

    Mr Berry i finished the projects. PS its Jean by the way

  • @user-qs6ug2ft8j
    @user-qs6ug2ft8j 3 года назад

    Here is my script (it's to add an automatic time stamp in an adjacent column), for some reason even though I added 3 tab names, it still applies to all of my 5 tabs. However I searched up about the 'exclude' and 'only' function, but I'm not sure how to apply it to my function, can someone please help? I'm a bit new here... (Also if anyone can help make it so the timestamp doesn't change once it's been made, I'd really appreciate it...)
    function onEdit() {
    var s = SpreadsheetApp.getActiveSheet();
    if( s.getName() == 'Магнит1','Орбита','Котельщик') {
    var r = s.getActiveCell();
    if( r.getColumn() == 3 ) {
    var nextCell = r.offset(0, -1);
    if( nextCell.getValue() === '' )
    nextCell.setValue(new Date());
    }
    }
    }

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

      I see that yo posted the question here too: stackoverflow.com/questions/64555243/how-to-fix-my-google-spreadsheets-script-i-need-it-to-only-apply-to-3-of-my-5-t

    • @user-qs6ug2ft8j
      @user-qs6ug2ft8j 3 года назад

      @@selmateacher7 Yeah... I did. It's just urgent for me and I wanted to get someone to answer.
      I'm sorry if this is an issue.

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

      @@user-qs6ug2ft8j No problem at all. In fact, thank you for the question. Sorry that I do not have an correct answer to give you. I was working with excel scripts a number of years back, but now i am busy teaching my classes and creating my lessons, videos, and content for my classes