Giter Site home page Giter Site logo

gas_function_replace_all's Introduction

gas_function_replace_all

Google Apps Scriptで利用する関数

REPLACE_ALL

テキスト文字列の複数箇所を別のテキスト文字列に置き換えます。

使用例

REPLACE_ALL(B4,$K$4:$L$7)

構文

REPLACE_ALL(テキスト, 辞書領域)

テキスト - 一部を置換する対象のテキストです。

辞書領域 - 検索文字列と置換後文字列の組み合わせの一覧の範囲。

サンプル

- A B
1 redyellowbluegreen RedYellowBlueGreen
2
3 Yellow yellow
4 Green green
5 Red red
6 Blue blue
  • A1に対象テキストを入力
  • A3:B6に辞書情報を入力
  • B1に関数を入力
    =REPLACE_ALL(A1,A3:B6)
  • B1に結果が表示される

gas_function_replace_all's People

Contributors

yoshinari1356 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.