Forum Discussion
MichaelHarker
May 06, 2025Copper Contributor
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
Sort By
CONCAT, CONCATENATE and TEXTJOIN only work with text values. Excel does not have a mechanism to concatenate images.
- m_tarlerBronze Contributor
that said if you have images inserted into cells you can you array manipulation to return an array of those cells & images: