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:異なる形式のセルを結合する方法は? 私は欲しい
A1 = Text B1 = 1,1 C1 = A1 & " " & B1
結果が必要です: テキスト 1,10 小数点以下 2 桁が必要です。
試す
=A1 & " " & TEXT(B1,"0,00")
また
=A1 & " " & TEXT(B1,"0.00")
を使用する場合。の代わりに、小数点