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.
Excelで数値を文字列として保存する方法は?
数値 00112233 を入力しようとすると、Excel によって自動的に 112233 として書式設定され、数値として保存されます。しかし、先行する 0 を切り捨てずに数値を文字列として保存したいと考えています。
回避策として、引用符 ("") を使用して実際の文字列を保存しています。
なにか提案を...??
数字の前に一重引用符を付けると、テキストとして保存されます。