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.
例如,我希望标题为“{Current Year} -- Total Sales”
似乎不可能......任何帮助将不胜感激!谢谢!
您可以尝试如下表达式:
=Year(Today) & " Total Sales"
我在报告页脚中使用类似的方法来生成版权信息的当前年份。