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([Customer Order ref] & [Description] & [Product Code] & [Quantity] & [Order No] & [Delivery Date])
它有效,并为我提供了我需要的所有信息,但是我无法在给定的细节之间找到空格……知道如何获得空格吗?
在此先感谢多米尼克布伦南
只需包括它们:
=Trim([Customer Order ref] & " " & [Description] ...