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.
MS excel:使用&(连接)功能:我已将 5 列(B 到 F)附加到我的第 1 列(A),但要附加第 7 列(G),我只想在它具有某些值时附加它,否则避免在现有附加的 Ist 列中附加这 7 列(已经附加了 5 列(B 到 F))
试试这个公式 A2
=B2&C2&D2&E2&F2&IF(G2="","","NAME IS: ")&G2