寻宝游戏设定

If you have the day off, you can spend some time playing this Excel Treasure Hunt game. Or, if you celebrate Easter, give this to your kids -- it's cheaper and easier than hiding chocolate eggs!

如果您有休息日,则可以花一些时间玩这个Excel Treasure Hunt游戏。 或者,如果您庆祝复活节,请把它送给您的孩子-比隐藏巧克力蛋更便宜,更容易!

如何玩游戏 (How to Play the Game)

The main worksheet has 25 dark green cells, invisibly numbered 1 to 25. Some of the cells have a flower (good) and some have a raindrop (bad).

主工作表上有25个深绿色单元格,无形地编号为1到25。一些单元格上有花(好),有些上有雨滴(坏)。

  • Type a number, between 1 and 25, in each of the blue cells, to reveal the hidden items in those numbered cells.在每个蓝色单元格中键入一个介于1到25之间的数字,以显示这些已编号单元格中的隐藏项目。
  • Your score -- the number of "good" items that you found -- appears below the green grid.您的分数-找到的“好”项目的数量-出现在绿色网格下方。
  • To clear the blue cells, and scramble the hidden items, click the New Game button.要清除蓝色单元格并扰乱隐藏的项目,请单击“新建游戏”按钮。

改变游戏 (Change the Game)

If flowers and raindrops aren't manly enough for you, or if you get bored easily, you can select a different game.

如果花和雨滴不足以吸引您,或者您容易感到无聊,则可以选择其他游戏。

Click the data validation drop down arrow at the top left of the worksheet, and click on a game name to select it.

单击工作表左上方的数据验证下拉箭头,然后单击游戏名称以将其选中。

On the workbook's Lists worksheet, there's a lookup table with the different games and their symbols.

在工作簿的“列表”工作表上,有一个包含不同游戏及其符号的查找表。

The words in the Find and Avoid columns are used in the game's instructions.

在游戏说明中使用了“查找和避免”列中的文字。

修改游戏 (Modify the Game)

For younger children, or if you enjoy the thrill of victory, you can make the game easier, by increasing the number of "good" items that are hidden.

对于年幼的孩子,或者如果您喜欢胜利的快感,可以通过增加隐藏的“好”物品的数量来使游戏变得更容易。

On the Lists worksheet, in cell B2, type any number between 5 and 25.

在“列表”工作表上,在单元格B2中,键入5到25之间的任意数字。

You can also change the message associated with each score, by typing in the blue cells (C12:C17) on the Lists worksheet. I'll leave that to your imagination, but remember, our goal is not to make small children cry.

您还可以通过输入“列表”工作表上的蓝色单元格(C12:C17)来更改与每个乐谱相关的消息。 我会让你想像一下,但是请记住,我们的目标不是让小孩子哭泣。

Excel寻宝游戏的工作原理 (How the Excel Treasure Hunt Game Works)

Here's the formula in cell D4 of the dark green grid

这是深绿色网格的单元格D4中的公式

  • =IF(COUNTIF($B$4:$B$8,(5*(ROW()-4))+(COLUMN()-3))=0,"", IF(COUNTIF(Wins,(5*(ROW()-4))+(COLUMN()-3)), CHAR(Lists!$B$7),CHAR(Lists!$C$7)))

    = IF(COUNTIF($ B $ 4:$ B $ 8, (5 *(ROW()-4))+(COLUMN()-3) )= 0,“”,IF(COUNTIF(Wins, (5 *(ROW ()-4))+(COLUMN()-3) ),CHAR(清单!$ B $ 7),CHAR(清单!$ C $ 7)))

The part that's coloured blue just calculates the cell's number in the grid. The first COUNTIF checks to see if the grid number has been entered in the blue cells.

蓝色部分仅计算网格中的单元格编号。 第一个COUNTIF检查是否在蓝色单元格中输入了网格编号。

  • COUNTIF($B$4:$B$8,(5*(ROW()-4))+(COLUMN()-3))

    COUNTIF($ B $ 4:$ B $ 8, (5 *(ROW()-4))+(COLUMN()-3) )

If not, the result is an empty string: "" If the grid number has been entered, the second COUNTIF checks for that number in a dynamic range named Wins, which is based on the number of winning items that you set.

如果不是,则结果为空字符串: “”如果已输入网格号,则第二个COUNTIF将根据您设置的中奖项目数,在名为Wins的动态范围内检查该数字。

  • IF(COUNTIF(Wins,(5*(ROW()-4))+(COLUMN()-3))

    IF(COUNTIF(胜利, (5 *(ROW()-4))+(COLUMN()-3) )

If the grid number is in the Wins range, the WinPic symbol is shown, otherwise the LosePic symbol appears.

如果网格编号在Wins范围内,则显示WinPic符号,否则显示LosePic符号。

  • CHAR(Lists!$B$7),CHAR(Lists!$C$7)

    CHAR(清单!$ B $ 7),CHAR(清单!$ C $ 7)

为获奖物品上色 (Colour the Winning Items)

The dark green cells on the Hunt worksheet are formatted with 28 pt Wingdings black font. A conditional formatting formula colours the font if a winning item is found.

Hunt工作表上的深绿色单元格格式为28 pt Wingdings黑色字体。 如果找到获奖项目,则条件格式公式会将字体着色。

下载Excel寻宝游戏 (Download the Excel Treasure Hunt Game)

To enjoy some Excel treasure hunting, you can download the sample file: Excel Treasure Hunt Game. It's a zipped file, in Excel 2007 format. For the New Game button to work, you'll have to enable macros. The Hunt sheet is protected, with no password.

要享受一些Excel寻宝的乐趣,可以下载示例文件: Excel Treasure Hunt Game 。 这是一个压缩文件,格式为Excel 2007。 为了使“新游戏”按钮起作用,您必须启用宏。 查找表受保护,没有密码。

Or, you can download the Excel 2003 version of the game: Excel Treasure Hunt Game 2003. For the New Game button to work, you'll have to enable macros. The Hunt sheet is protected, with no password. _________

或者,您可以下载游戏的Excel 2003版本: Excel Treasure Hunt Game 2003 。 为了使“新游戏”按钮起作用,您必须启用宏。 查找表受保护,没有密码。 _________

翻译自: https://contexturesblog.com/archives/2010/04/02/excel-treasure-hunt-game/

寻宝游戏设定


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

相关文章:

  • 在Excel中用VBA制作俄罗斯方块游戏
  • Python:猜拳游戏项目(excel形式保存信息)
  • Excel潜能系列——Excel游戏(2v2战斗~5v5战斗模拟器)【更新V1.5】 Einsphoton
  • 游戏开发 打造基于Excel表格数据驱动系统
  • 电脑没安装游戏使用Excel时如何将隐藏的赛车游戏调出来
  • 2020年会必备,Excel轻松制作抽奖小游戏
  • 【VBA】用excel玩游戏,俄罗斯方块
  • unity打开excel表格_unity创建编辑读取EXCEL文件表格数据游戏插件工具Uni-Excel 1.0
  • 手游excel数据分析
  • excel日期跳过休息日_休息一下Excel游戏
  • 【游戏策划】Excel的使用技巧(一)
  • Excel潜能系列——Excel游戏 2048
  • Excel Video Game Sales视频游戏销售分析
  • excel游戏_Excel 20190912的娱乐和游戏
  • EXCEL 电子游戏销售数据分析项目
  • excel游戏_Excel Jawbreak游戏
  • excel游戏_Excel集中游戏
  • Excel游戏—制作数字炸弹小游戏
  • 史上最详细Excel制作生命游戏,体验生命演化。
  • matlab newton插值法,Matlab程序Newton插值函数
  • Matlab中插值函数汇总及使用说明
  • MATLAB内外插值
  • matlab 插值出错,MATLAB插值问题
  • matlab中的插值函数
  • matlab interp插值函数
  • matlab图片插值数据_Matlab中的插值函数
  • matlab插值函数 外插,Matlab数据插值-内插、外插
  • 小观matlab插值函数
  • matlab一维插值extrap,matlab一维插值函数
  • matlab中如何求插值点,MATLAB插值

寻宝游戏设定_Excel寻宝游戏相关推荐

  1. java迷宫寻宝,nyoj82 迷宫寻宝(一)bfs(java)

    题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=82 思路:先把图中的钥匙用一个数组存储起来 当搜索走到门时如何数组中标记没有当前门对应的钥 ...

  2. 宝可梦探险寻宝料理php,宝可梦探险寻宝所有料理配方汇总 超梦等稀有烹饪配方...

    宝可梦探险寻宝料理可谓是游戏中最为重要的要素了吧,一只好的宝可梦比其他的要好用出不少,下面就来为大家分享一下宝可梦探险寻宝中的料理配方,其中有大岩蛇超梦等等超级好用的宝可梦料理配方. 食谱大全 注意, ...

  3. 关于提升教玩具在培智课堂游戏化教学中使用效率的探索

    课堂教学(活动)的目的在于促进学生(幼儿)的学习与发展,引导学生(幼儿)掌握相关技能,促使每一位学生(幼儿)获得新的知识和能力.培智学校的学龄前儿童普遍存在认知能力较低.情绪行为障碍和社会适应不良等问 ...

  4. android游戏开发实例-可局域网对战的飞行棋(二)

    前一篇我们设计了数据对象,今天我们来描述整个游戏的运转流程. 我拿数位板手写了一个流程示意图,如图: 首先概述一下这一整个思路: 当玩家选择进行游戏之后,会跳转到一个Activity.那么在跳转后,我 ...

  5. Unity学习制作Flappy Bird小游戏(超详细全教程,可发布到PC、Web、Android平台)

    本文中Flappy Bird基于Unity2019.4.7f1完成,源工程已部分代码改为适配安卓 flappy bird:一夜爆红的胖鸟 这是一款简单又困难的手机游戏,游戏中玩家必须控制一只胖乎乎的小 ...

  6. 09 游戏画面管理与切换控制

    摘要 以 XNA 为基础的游戏程序虽然可以很容易地显示图形和文字供用户检视,并附予各种特殊效果,丰富游戏的内容,以达到吸引游戏用户的最终目标.但是 XNA Framework 不像一般支持应用程序开发 ...

  7. 2020 能否成为区块链游戏的自证之年?

    撰文:李画 来源:链闻 我们选择了 5 款新游戏,揭示区块链游戏发展的一些趋势. 在经历了被热捧和被质疑的轮回之后,2020 年,也许是区块链游戏回归的一年. 回归有两重意思.一是在被认为是伪命题.并 ...

  8. 备考12月份电子学会青少年编程能力等级测试(图形化)的公益训练营即将开营

    一.考试安排 考试方式 考试形式:在线居家考试(全国) 报名时间:9月26日08:00 ~ 11月23日16:00 退费截止时间:11月23日16:00 准考证下载时间:11月30日 ~ 考前1天 考 ...

  9. Scratch青少年编程能力等级测试模拟题(三级)

    青少年编程竞赛交流群已成立(适合6至18周岁的青少年),公众号后台回复[Scratch]或[Python],即可进入.如果加入了之前的社群不需要重复加入. 微信后台回复"资料下载" ...

  10. 【青少年编程(第27周)】报名考级的小朋友注意截止时间!

    2021年08月22日(周日)晚20:00我们在青少年编程竞赛交流群开展了第二十七次直播活动.我们直播活动的主要内容如下: 首先,我们奖励了上周测试超过60分的小朋友. 其次,提醒小朋友们不要忘记9月 ...

最新文章

  1. java web 手机验证_javaWeb发送手机短信验证码(云通讯)
  2. Use the Shapes window to organize and find shapes
  3. Linux下OpenSSL的安装与使用
  4. 工作35:理解自定义组件
  5. linux服务配置大全 fedora 8 ftp 百度文库,Linux下VSFTP配置全攻略
  6. 七大新品集中亮相,腾讯云AI大数据全线升级!
  7. Delphi TXLSReadWriteII导出Excel
  8. 【釜底抽薪】谷歌锁喉华为
  9. fibonacci数列前20项_数学第十七课:数列综合应用第一弹
  10. 计划任务文件 linux,Linux计划任务Crontab学习笔记(3):配置文件
  11. demo08 关于SplitChunksPlugin
  12. java实现工单派发_编写官方微信支付 Java SDK 的同学领下工单!
  13. python doc转docx_利用python中的win32com模块将doc文件转为docx文件
  14. python语法糖是什么意思_Python中的甜蜜语法糖,甜甜的
  15. 支付宝生活号h5网页--蚂蚁认证
  16. 几款主流数据库的详细比较
  17. 网上一位仁兄关于项目管理的总结
  18. 通过网络安装CentOs7
  19. html3D效果可以在手机打开吗,HTML手机怎么打开
  20. 算法第四版学习(chapter1.3)

热门文章

  1. Java-Spring Boot集成银联在线网关支付及回调处理(银联扫码等方式支付)
  2. addr2line方法使用总结
  3. java实现列表拖动排序
  4. 计算机排版系统程序,《计算机排版系统.doc
  5. Python绘图模块 -- turtle
  6. 我是如何自学通过CISSP考试的
  7. 台式计算机键盘驱动,台式电脑键盘无法找到驱动, 为什么?
  8. oracle数据库导出rtf,Delphi中对Oracle存取RTF文档
  9. 花一分钟彻底搞懂Mac输入法/中英文/大小写切换
  10. RGB565常见颜色对照表