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.
15.09.2012 という値のセルがあります。そこから各文字を(Excel式を使用して)取得するにはどうすればよいですか? たとえば、c# では、char 配列を使用して、インデックスで要素を取得します
文字列が入っていA1てインデックス番号が入っている場合A2
A1
A2
=MID(A1, A2, 1)