I have a google sheet with 5 cells : image1, ...

I have a google sheet with 5 cells : image1, image2,image3,image4,image5.

When my app opens I only want to see image1, if image1 contains an image then image2 should become visible. So iamge 2 to 5 should have a condition, only become visible if the preceding image cell contains an image, if not then stay hidden.

Can anyone help with the expression? Thanks

0 2 319
2 REPLIES 2

Try this:

Under Data -> Columns -> Edit Column Definition -> Show_If, type โ€˜ISNOTBLANK([image#])โ€™ for each column, replacing # with the preceding columnโ€™s number.

If this isnโ€™t what youโ€™re looking for, let me know.

Works like a dreamโ€ฆ Thank You

Top Labels in this Space