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.
私はこのコーディングを使用しています -
=Trim([顧客注文参照] & [説明] & [商品コード] & [数量] & [注文番号] & [納期])
それは機能し、必要なすべての情報を提供してくれますが、指定された詳細の間にスペースを入れることができません...スペースを取得する方法はありますか?
前もって感謝します ドミニク・ブレナン
それらを含めるだけです:
=Trim([Customer Order ref] & " " & [Description] ...