Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Is it possible to add a background color to a cell using HTML instead of conditional formatting? I would prefer using HTML when concatenating a bunch of cells together rather than add conditional formatting to a field I hope is always there. Thanks!
Solved! Go to Solution.
Hi Matthew,
If you are concatenating data from multiple columns using "sharecol=true" you can add an empty column before that with the text mode like:
valueformat=HTMLshortview=falsevalue=<p style="background-color:DodgerBlue;">textmode=truesharecol=true
It should merger the columns and add the color for the entire cell.
View solution in original post
Views
Likes
Replies