Here is what I would like to be able to do:
- On a page have a static array of shapes (rectangles) that would depict a feature set
- Import a spreadsheet with the feature set name in one column and another column indicating it’s present.
- Use conditional formatting to cause the feature name to appear as text within the shape IF the corresponding column indicates the feature is present. If it’s not the corresponding shape should have no text in it.
I have been able to get a page with boxes containing the text. What I can’t see how to do is:
- Map existing boxes to the data set
- Only place the text from column one in a given shape based on the contents of column 2
Is this possible or am I exceeding the feature set?