Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
セルの文字数を読み取り、別のセルに設定したい。
そのための関数「式」とは何か教えてください。
ありがとう
=LEN(A1)
A1 は、テキストの長さが必要なセルです。
この機能を使用します。
len(CELL)