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