SpreadsheetのConditional Formattingで正規表現を使う
491 ワード
まず、適用させる範囲・スタイルを選択して式をCustom formula isにセット
=REGEXMATCH(INDIRECT("R[0]C[0]", false),"ここに正規表現パターンを記入") = true
上のコードに正規表現を記入してペーストすると、それぞれのセルごとに判定が行われる。
マッチしなければ、設定したスタイルがそのセルのみに適用される!
Author And Source
この問題について(SpreadsheetのConditional Formattingで正規表現を使う), 我々は、より多くの情報をここで見つけました https://qiita.com/takumiirie/items/e6f1aa6e8151a3995dbf著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .