I would like to display a certain image in an iWork Numbers cell conditional to a value in another cell.
For example:
if cell x < 1 display "1.png";
if cell x = 1 display "2.png";
if cell x > 1 display "3.png"
Is there any way to do it? According to my investigation there is only conditional formatting that does not include a cell's background image.
Could it be done with AppleScript?