How to display images dynamically in Excel

Поделиться
HTML-код
  • Опубликовано: 27 апр 2021
  • This video shows you how to display images dynamically without the need for VBA. You will learn how to use naming cells, ranges and functions. I use the Index and Match function to carry out a lookup task.
    Microsoft Tips and Tricks and learning how to be more efficient and effective

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

  • @Jojosmith342
    @Jojosmith342 Год назад +2

    You're such Super Excel teacher. Definately liked & subscribed. Thank you very much for your valuable lesson. I have tried different ways but yours is the best. Could you please kindly teach us how to look up the photo from a photo from a network shared drive? Thanks a lot

  • @kennethvela2784
    @kennethvela2784 6 месяцев назад +1

    Perfect, just what I was looking for, thank you so much

  • @cascodiazcarlose9250
    @cascodiazcarlose9250 Год назад +1

    I would like to say thank you, it helpe a lot, God bless you.

  • @bazaltikus
    @bazaltikus Месяц назад +1

    Thank you! Works like a charm!

    • @InITLearning
      @InITLearning  Месяц назад

      I’m glad I’ve helped you. Kind regards David 👍

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

    Thank you very much. That was really clear and easy to follow

  • @sujitsk
    @sujitsk 2 года назад +2

    Super! Thanks

  • @elim.7143
    @elim.7143 2 года назад +3

    Amazing thanks !

  • @user-yw3wl4hu7i
    @user-yw3wl4hu7i 6 месяцев назад +1

    Thank you very much for learning of many knowledge

    • @InITLearning
      @InITLearning  6 месяцев назад

      You’re very welcome Kind regards David 👍

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

    Thank you for this tutorial. Is there any way, that you can reduce the size of the pictures in the cells without reducing the picture quality, so you are able to size up the picture again with good quality?

  • @jessedunn3766
    @jessedunn3766 Год назад +3

    Beware of using this in a workbook with VBA "for" and "with" loops. It seems to slow code execution down by a factor of 11 (eleven)! Remove the linked picture object and you're back to normal speed again. You can verify by re-building the picture object and re-running. Things go back to slow as molasses and almost crashing during execution. I can't figure out exactly whats going on here, but I'd guess a bug. Took months to figure out why macros were running so slow!

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

    Thank you so much !!!

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

    great tool!, I am trying to use the same index/Match criteria for a second set of images in a different location in my workbook. The problem I have is that the image that is returned shows all the images rather than the one linked to the dropdown selection. Any ideas?

  • @chixripak2044
    @chixripak2044 Месяц назад

    Interesting video; kinda helps me? I'm looking to have an auction item in each row with an associated picture - up to 300. Then I need to project the image when its time. Can you walk me through that? Or maybe powerpoint would be a better tool?? Thx

    • @InITLearning
      @InITLearning  Месяц назад

      Personally I would use PowerPoint. Kind regards David 👍

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

    Nyc

  • @tahajasden1948
    @tahajasden1948 7 месяцев назад

    I did the same, but when i clicked image and typed show image, i got an error that reference is not valid.. Please some one help

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

    When I want to change the formula which is linked to the picture (=ShowImage in the video) keeps giving me an Error notification. Can someone help me?

  • @ryanbriggs7312
    @ryanbriggs7312 6 месяцев назад

    In case it helps anyone else, the image didn't change for me until I copied and pasted the image again, AFTER creating the link. So I followed all the steps and the image didn't change. I copied and pasted the image, and the new copy of it would change with the dropdown, even while the original one still wouldn't.

    • @InITLearning
      @InITLearning  5 месяцев назад

      Thanks for the additional input. 👍

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

    just use cell refence. That will make it way easier to follow

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

    There is always a grey line around these pictures. In many cases you don't want that. How to get rid of them?

    • @Chonhy
      @Chonhy 11 месяцев назад

      I have the same question, so +1

    • @lourenz3455
      @lourenz3455 11 месяцев назад +1

      change your worksheet color to white (click any cell, double tap "ctrl A" then change fill color to white) or make the cell size much bigger than image but changing cell size doesn't work on me, so thats my workaround

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

    this tricks very complicated please make it more easy process. thanks this type of tricks.

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

    I hink this is not dynamic. Dynamic is to actively load a picture into a cell from a file when you DONT have the images previously inserted into excel. This method will only work for a very limited number of images.