0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

特定の文字を入力したときに行全体の背景色を変える方法

Last updated at Posted at 2020-04-16

行の色を変えたい表全体を選択

ホームタブ⇒条件付き書式⇒新しいルール⇒数式を使用して、書式設定するセルを決定

次の数式を満たす場合に値を書式設定 の欄に以下のように数式入力
=$H2="done"
($H2 ⇒ [特定の文字を入力する対象の列]のセルを1つ指定する。) 
※選択指定すると$H$2というように自動入力されるので$H2に修正する。
("done" ⇒ 特定の文字)

[書式]ボタンをクリック
塗りつぶしタブを選択
選択したら[OK]ボタンをクリック
書式ルールの編集画面に戻ったら[OK]ボタンをクリック

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?