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电子表格:
0
Short Sentence 1
Short Sentence 2
我想有一个单元格: Short Sentence 1, Short Sentence 1
Short Sentence 1, Short Sentence 1
试试这个公式
=IF(A1=0;"";A1&", ") & IF(B1=0;"";B1&", ") & IF(C1=0;"";C1)