I have a spreadsheet with a variable number of pictures (icons) in each cell (from 1 to 5), each picture with its own hyperlink. For each cell I need to identify how many pictures there are in it, and then fill in next to the cell, the HyperLink names/addresses.
The most important part I need to solve is how to identify and access all the pictures in any given cell. Getting the hyperlink address should be easy then.
I could turn the problem on its head if it would make it easier to solve and loop through every picture and return its location - if that is possible.