Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.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
Excel 使用“是”或“否”打印分类数据_Excel_Plot - Fatal编程技术网

Excel 使用“是”或“否”打印分类数据

Excel 使用“是”或“否”打印分类数据,excel,plot,Excel,Plot,我正在尝试绘制两个类别,其中ans为“是”和“否”。我无法在excel中进行绘制。有没有更好的办法? 示例如下所示: response1 response 2 type 1 yes yes type 2 no yes 提前感谢Excel需要数字才能绘制图表。它不能打印文本。您需要计算每种类型的“是”或“否”响应数。这可以通过使用Countif()之类的公式来完成,也可以使用透视表不使用公式来完成。然后可

我正在尝试绘制两个类别,其中ans为“是”和“否”。我无法在excel中进行绘制。有没有更好的办法? 示例如下所示:

        response1       response 2

type 1      yes           yes

type 2      no           yes

提前感谢

Excel需要数字才能绘制图表。它不能打印文本。您需要计算每种类型的“是”或“否”响应数。这可以通过使用Countif()之类的公式来完成,也可以使用透视表不使用公式来完成。然后可以绘制结果数字