Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在一列中查找特定的字母。一旦发现,我需要在一个新的列中输出单词-PowerBI_Powerbi - Fatal编程技术网

在一列中查找特定的字母。一旦发现,我需要在一个新的列中输出单词-PowerBI

在一列中查找特定的字母。一旦发现,我需要在一个新的列中输出单词-PowerBI,powerbi,Powerbi,输入 Customera,c-customerrb,b-customerc 输出 c-customerrb 这里Customera、c-customerrb、b-customerc是单元格的值。 我需要在“C-”列的每个单元格中查找。如果找到该值。它将返回值作为“C-customerrb”创建一个计算列 Column=IF(包含字符串xact(搜索列,“搜索字符串”),搜索列“”)

输入 Customera,c-customerrb,b-customerc

输出 c-customerrb

这里Customera、c-customerrb、b-customerc是单元格的值。
我需要在“C-”列的每个单元格中查找。如果找到该值。它将返回值作为“C-customerrb”

创建一个计算列

Column=IF(包含字符串xact(搜索列,“搜索字符串”),搜索列“”)