Forum Discussion

MichaelHarker's avatar
MichaelHarker
Copper Contributor
May 06, 2025

Can you use CONCAT or similar with images?

I have developed a system to create feedback for students by using CONCAT to combine selections from a set of pop-down lists. This feedback is in the form of text.

Is it possible to use CONCAT or similar to add images selected from a pop-down list into that combined feedback?

 

I attach an example image showing it working with just text options.

 

2 Replies

  • CONCAT, CONCATENATE and TEXTJOIN only work with text values. Excel does not have a mechanism to concatenate images.

    • m_tarler's avatar
      m_tarler
      Bronze Contributor

      that said if you have images inserted into cells you can you array manipulation to return an array of those cells & images:

       

Resources