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.
这是现有列值:“DisplaySize:0,0.1” 新列值应该是: DisplaySize ,如果现有值中存在 0,0.1,否则它应该是之前在旧列中设置的值。
NewColumn = IF(IFERROR(SEARCH("0,0.1",Column1[Value]),-1)=-1 ,Column1[Value],SUBSTITUTE(MID(Column1[Value], 1,SEARCH("0,0.1" ,Column1[值])-2), """", ""))