0
1

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.

Excelの行の背景色を条件付き書式で変更する

Posted at

条件付き書式

  1. 条件付き書式 を選択する
  2. ルールの管理... を選択する
  3. 新規ルール(N)... を選択する
  4. 数式を使用して、書式を設定するセルを決定 を選択
  5. 次の数式を満たす場合に値を書式設定(O): に数式を入力
  6. 書式 を選択
  7. 書式を設定 OK を選択
  8. 書式ルールの編集ダイアログの OK を選択
  9. 条件付き書式ルールの管理ダイアログの OK を選択

数式

F列(6カラム)目の値が xx だった場合

=SEARCH("xx",INDIRECT(ADDRESS(ROW(),6)))=1
0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?