excel图表配合下拉菜单

You can make an interactive dashboard in Excel, even if you can't use macros, or prefer to avoid them. Select a chart or chart data from a drop down list, and the selected item will instantly appear on the dashboard – no macros required.

您可以在Excel中制作一个交互式仪表板,即使您不能使用宏,也可以避免使用宏。 从下拉列表中选择一个图表或图表数据,所选项目将立即显示在仪表板上-无需宏。

See how to build this dashboard, watch the video, and download the sample file to see the completed version.

了解如何构建此仪表板,观看视频并下载示例文件以查看完整版本。

命名范围 (Name That Range)

In the screen shot above, "Chart Data – East" is selected in the drop down list, and that data will appear on the dashboard, replacing the current data.

在上面的屏幕快照中,在下拉列表中选择了“图表数据-东”,该数据将出现在仪表板上,替换当前数据。

There are 4 choices in the drop down, and on a separate worksheet (ChartInfo), there are four matching ranges, shown below.

下拉菜单中有4个选择,在单独的工作表(ChartInfo)上,有四个匹配范围,如下所示。

  • ChartData 图表数据
  • EastData 东数据
  • ChartRange 图表范围
  • ChartEast 东图

The contents of the selected range will appear on the dashboard.

所选范围的内容将出现在仪表板上。

下拉列表项目 (Items for the Drop Down List)

The list items for the drop down are stored in a range named ShowList, on the ChartInfo sheet.

下拉列表的列表项存储在ChartInfo表上名为ShowList的范围中。

Then, on the dashboard sheet, a data validation list is based on the ShowList name.

然后,在仪表板上, 数据验证列表基于ShowList名称。

创建一个查询表 (Create a Lookup Table)

In the column to the right of the drop down list items, the matching range names for each item are entered.

在下拉列表项目右侧的列中,输入每个项目的匹配范围名称。

Above the lookup table, cell P5 is named SelRange, and it has an INDEX/MATCH formula that returns the range name for the item selected in the drop down list:

在查找表上方,单元格P5名为SelRange,它具有INDEX / MATCH公式 ,该公式返回下拉列表中所选项目的范围名称:

=IFERROR(INDEX(P7:P10,MATCH(O5,ShowList,0)),P7)

= IFERROR(INDEX(P7:P10,MATCH(O5,ShowList,0)),P7)

The Chart Data – East item was selected, and its range is named EastData

选择了“ 图表数据–东”项目,其范围名为“ 东数据”

添加链接图片 (Add a Linked Picture)

Next, a named formula -- ShowChart was created. It uses the INDIRECT function to return the range from the SelRange cell:

接下来,创建了一个命名公式-ShowChart。 它使用INDIRECT函数从SelRange单元格返回范围:

=INDIRECT(SelRange)

= INDIRECT(SelRange)

Finally, on the dashboard sheet, a linked picture was added, and its link was set to ShowChart. Now, when you select an item from the drop down list, the linked picture changes, to show the range that matches the selected item.

最后,在仪表板上,添加了链接的图片,并将其链接设置为ShowChart。 现在,当您从下拉列表中选择一个项目时,链接的图片会更改,以显示与所选项目匹配的范围。

In the screen shot below, Chart Date – East was selected, so the EastData range is shown.

在下面的屏幕快照中,选择了Chart Date – East ,因此显示了EastData范围。

视频:从下拉列表中选择仪表板项目 (Video: Choose Dashboard Items from Drop Down List)

This example is an update of an earlier workbook, in which you could choose between 2 items – a chart, or the chart's data. The video below shows how to set up that version.

本示例是早期工作簿的更新,您可以在其中两个项目之间进行选择–图表或图表数据。 以下视频显示了如何设置该版本。

The steps are similar for the new 4-item version, with the differences noted in the instructions above. Download the sample file (link below), to follow along with the video.

新的4项版本的步骤相似,不同之处在于上述说明。 下载示例文件(下面的链接),并随视频一起进行。

演示地址

Or watch on YouTube: Show Excel Chart or Data on Dashboard With No Macros

或在YouTube上观看: 在无宏的仪表板上显示Excel图表或数据

免费的Excel仪表板网络研讨会 (Free Excel Dashboard Webinars)

If you'd like to learn more about building Excel dashboards, Mynda Treacy is offering two free one-hour webinars. Get the details, and sign up for a date and time that is convenient for you.

如果您想了解有关构建Excel仪表板的更多信息,Mynda Treacy提供了两个免费的一小时在线研讨会 。 获取详细信息,并注册一个方便的日期和时间 。

  1. How to Build Excel Dashboards 如何建立Excel资讯主页
  2. Dashboards with Power Query and Power Pivot. 具有Power Query和Power Pivot的仪表板。

Mynda has also opened registration for her acclaimed Excel Dashboard course, and you'll get 20% off, if you sign up by today -- July 30th. The dashboard course is a great investment, and you can read my review for the highlights, and more information.

Mynda还开放了她备受赞誉的Excel Dashboard课程的注册,如果您在今天(7月30日)之前注册 ,您将获得20%的折扣 。 仪表板课程是一项巨大的投资,您可以阅读我的评论以了解重点内容以及更多信息。

下载样本文件 (Download the Sample File)

To see how the interactive dashboard works, you can download the sample file from the Excel Sample Files page on my Contextures website. In the Charts and Graphics section, look for CH0002 – Show or Hide Excel Chart. There are 3 versions of the file, so download the ones that you need:

若要查看交互式仪表板如何工作,可以从Contextures网站上的“ Excel Sample Files”页面下载示例文件。 在“图表和图形”部分中,查找CH0002 –显示或隐藏Excel图表 。 该文件有3个版本,因此请下载所需的版本:

  1. Excel 2003, Excel 2003,
  2. Excel 2010 (2 item drop down) Excel 2010(下拉2项)
  3. Excel 2010 (multi-item drop down) Excel 2010(多项目下拉列表)

翻译自: https://contexturesblog.com/archives/2015/07/30/choose-excel-dashboard-chart-in-drop-down-list/

excel图表配合下拉菜单


http://www.taodudu.cc/news/show-4509596.html

相关文章:

  • python 动态仪表盘_利用EXCEL的power pivot+切片器制作动态仪表盘
  • python 仪表盘实现_【Python代替Excel】11:用Python做数据仪表盘
  • [EXCEL] 用excel做动态仪表盘,so easy~
  • excel仪表盘制作,商业智能仪表盘的作用
  • 计算机二级第38套excel,38套EXCEL 仪表盘
  • excel仪表盘_免费的Excel仪表板工具
  • 老板让你用Excel制作仪表盘?你这样做,几分钟就能搞定了
  • Day105 项目实战7 商品查询
  • 樊纲王小鲁市场化指数(2000-2019年)
  • 建立student类,在此类中所有数据定义为私有数据变量。并建立一个student对象数组,用附件中的数据进行初始化。计算每个学生三门课程的总分和平均成绩(C++实验)
  • 离散数学班委竞选问题用python程序实现(课本p45.30)
  • 18 人教小学五年级上册《除数是整数的小数除法》(五上)
  • UniRX
  • Spring入门须知
  • 什么是spring,他能够做什么
  • 了解sprin是什么?有啥用?为什么要用?
  • 逻辑备份数据导入原分区表遇到的那些事儿
  • Java个人对接口的理解
  • Vue table 点击按钮展开折叠面板
  • Day66 Web开发7 旅游详情页面
  • 找年龄最大的人
  • Day7 String类
  • 82.使用vue后怎么针对搜索引擎做SEO优化?
  • 做seo为什么要了解网站?
  • 做SEO,如何分析竞争对手网站-趣味seo
  • 2021年新手做seo怎么做,几大绝招快速上排名收录
  • 新站如何做SEO及注意事项
  • SEO(搜索引擎优化)是不是任何行业、产品都适合做SEO?
  • 做SEO优化第六步:设置Title、keywords和Description
  • 新手怎么做SEO

excel图表配合下拉菜单_在下拉列表中选择Excel仪表盘图表相关推荐

  1. css菜单下拉菜单_在CSS中创建下拉菜单

    css菜单下拉菜单 CSS | 创建下拉菜单 (CSS | Creating Dropdown) Trivia: 琐事: We know the importance of navigation ba ...

  2. php 显示下拉菜单,PHP在下拉列表中显示菜单树

    菜单树的功能: function category_tree($parent_id) { $sql = "SELECT * FROM menu WHERE parent_id ='" ...

  3. java二级下拉菜单_航菜单栏中的二级下拉菜单

    1.仅使用html和css *{margin:0;padding: 0;list-style: none;text-decoration: none;} #nav{width: 600px;heigh ...

  4. WPS Excel做多级下拉菜单列表

    WPS Excel做多级下拉菜单列表 最近做表格数据需要做一个三级别关联下拉菜单,之前只知道一列下拉菜单是用数据有效性做,三级别的没做过,查了资料,记录一下. 1.一级下拉菜单 选中要添加下拉菜单的数 ...

  5. WPS Excel多级下拉菜单联动去除子集中的空值

    WPS Excel多级下拉菜单联动去除子集中的空值 实现效果: 在图中可以看出四个省下面的城市数量并不相等.若是按照正常操作下来的结果如下图: 我们可以看到虽然城市不为空,但是会有空选项,这不是我们要 ...

  6. excel下拉菜单自动匹配_自动将新项目添加到Excel数据验证下拉菜单

    excel下拉菜单自动匹配 There's a sample Excel workbook on my Contextures website that uses a bit of Excel VBA ...

  7. popwindow下拉筛选 二级联动_职场人必备!一分钟搞定Excel二级联动下拉菜单

    对于一级下拉菜单的设置,相信经常使用Excel的用户都不陌生,那么,二级联动下拉菜单又是什么呢?与一级下拉菜单有什么关系呢? 二级联动下拉菜单是根据一级下拉菜单内容的变化而变化的.大家都知道,不同的部 ...

  8. javaweb和ajax使用查询出来的数据做下拉菜单_不会用Excel做数据筛选,老板叼的你没话说!...

    很多人会做漂亮的表格,自信满满地给老板汇报,老板突然冒出一句话:你给我看下公司员工的学历分布情况. 这个问题能瞬间让很多人傻眼,自然少不了老板的一顿叼.其实数据筛选并不难,只要认真学,10分钟轻松搞定 ...

  9. 下拉框可筛选多层级菜单多选_用Excel做多级下拉菜单媲美网页筛选器

    用Excel进行数据收集,做好一个数据录入文件给用户使用,结果收回来的数据让你令人抓狂:手机号不是11位 面积单位有人写平方米,有人写m2 张冠李戴,明明写姓名的地方,写了性别 说好写保留一位小数,却 ...

最新文章

  1. SAP RETAIL - How to activate SAP Retail system
  2. 企业邮箱自建战略优势大盘点
  3. 点到点链路上的ospf
  4. iOS 模糊化效果 ANBlurredImageView的使用
  5. vue人员轨迹_在vue中高德地图引入和轨迹的绘制的实现
  6. C++容器 bitset
  7. python爬虫天气数据_python爬虫:天气数据的分析
  8. php移动代码,移动专区周级收录如何提交 复制这段php代码即可
  9. C语言extern用法
  10. 洛谷P2347 砝码称重 [2017年4月计划 动态规划01]
  11. java代码绩点计算器_怎么用java写一个gpa计算器?
  12. 华硕服务器主板安装系统提示驱动,肿么安装电脑的主板芯片组驱动程序步骤华硕主板intel芯片...
  13. 电脑开机自动推送微信通知
  14. java: 读取D:\repository\org\lz4\lz4-java\1.7.1\lz4-java.jar时出错; error in opening zip file解决方案
  15. 【DuerOS开发日记】2.打造属于自己的小度(1):使用PythonSDK
  16. javaweb常识类英语
  17. 日志规范——转自晓风轻专栏
  18. 精彩东博会丨我委会员单位联通沃音乐打卡第五届中国—东盟信息港论坛:穿越元宇宙 沉浸新技术
  19. 真的爱你计算机谱子,真的爱你钢琴简谱-数字双手-Beyond
  20. 入不敷出——后会无期

热门文章

  1. C语言 使用数组索引与指针索引 在循环中对编译器优化的影响及耗时分析
  2. 2. 编写程序,求 x+xx+xxx+……(例如:8+88+888+……)前 n 项之和。x 和 n 的值由 用户从键盘输入。
  3. 为什么服务器运行失败怎么回事,服务器运行失败_Win7旗舰版提示服务器运行失败怎么解决...
  4. 接口调用-【1】顺丰运单查询
  5. iOS造轮子-数字金额每隔3位用逗号隔开(Swift实现)
  6. 列位置CDays列位置
  7. SRS云服务器:起步、购买和入门
  8. 23种设计模式——建造者模式
  9. 黄陈晨,你可以陪着我么
  10. 生产者消费者ReentrantLock实现以及BlockingQueue实现