030_質問:エクセルの条件付き書式で、数式を使用して書式設定するセルを決定次の数式を満たす場合に値を書式設定にて
仕事を合理化するために、毎度恒例、エクセルで助けてくださいAIくん!
今回の質問形式
日本語で質問しますので、以下の形式で回答してください。
1.【今回の質問・またはお願い】
エクセルの条件付き書式で、数式を使用して書式設定するセルを決定
次の数式を満たす場合に値を書式設定にて
教えて欲しい数式が3つ
1つめ
A行からZ行まで特定の文字が一つでもあったら、A行からZ行までその文字があった一行が黄色に塗りつぶされる。
2つめ
指定したセルが空欄だった場合、A行からZ行までその空欄があった一行が黄色に塗りつぶされる。
3つめ
指定したセルが空欄じゃなかった場合、A行からZ行までの一行が黄色に塗りつぶされる。
2.【質問の英訳】
3.【英訳に対する英語の回答】
4.【英語の回答の日本語訳】
5.【2~3の返信は不要・4のみで返信する】←新たに加えてみた一文、これでショートカットしてくれるだろうか?(結果:ショートカットしてくれなかったです)
AI回答
【English Translation of the Question】
I would like to know three formulas for setting conditional formatting in Excel based on the following criteria:
If a specific character appears in any cell from row A to row Z, then the entire row from row A to row Z with that character will be highlighted in yellow.
If a specified cell is blank, then the entire row from row A to row Z with that blank cell will be highlighted in yellow.
If a specified cell is not blank, then the entire row from row A to row Z will be highlighted in yellow.
【English Answer】
The formula for the first scenario is:
=COUNTIF($A1:$Z1,"specific character")>0
Replace "specific character" with the character you want to search for.
The formula for the second scenario is:
=$A1:$Z1=""
Note that there are no values or characters between the quotation marks.
The formula for the third scenario is:
=$A$1<>""
Replace A1 with the cell that you want to check for being non-blank.
【日本語訳】
最初のシナリオに対する数式は以下の通りです。
=COUNTIF($A1:$Z1,"特定の文字")>0
「特定の文字」を検索したい文字に置き換えてください。
2番目のシナリオに対する数式は以下の通りです。
=$A1:$Z1=""
引用符の中に値や文字がないことに注意してください。
3番目のシナリオに対する数式は以下の通りです。
=$A$1<>""
A1を空欄でないかどうかを確認したいセルに置き換えてください。
……会話(英文)をショートカットしてくれない(涙)
この記事が気に入ったらサポートをしてみませんか?