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,粘贴时它显示为文本,但是当我进入单元格然后退出时,它知道它的公式然后执行它。有没有办法自动显示公式结果?
=HYPERLINK("\\192.198.0.9\folder1\folder2\"&SUBSTITUTE("data 1"," ","_")&".pdf",SUBSTITUTE("data 1"," ","_")&".pdf")
谢谢。