Adding background without conditional formatting | Adobe Higher Education
Skip to main content
MATTHEW450
Level 2
January 5, 2023
解決済み

Adding background without conditional formatting

  • January 5, 2023
  • 1 の返信
  • 522 ビュー

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!

このトピックへの返信は締め切られました。
ベストアンサー SuryaLakhani

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=HTML
shortview=false
value=<p style="background-color:DodgerBlue;">
textmode=true
sharecol=true

 

It should merger the columns and add the color for the entire cell.

1 の返信

SuryaLakhani
Level 4
January 27, 2023

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=HTML
shortview=false
value=<p style="background-color:DodgerBlue;">
textmode=true
sharecol=true

 

It should merger the columns and add the color for the entire cell.