p{
font-size: 15px;
}
.alexrootdiv>div{
background: #eeeeee; border: 1px solid #aaa; width: 99%; padding: 5px; margin: 1em 0 1em 0;
}
.alextitlep{
font-size: 18px; font-weight: bold; color: red;
}
.alexrootdiv span{
color:blue;font-weight:bold;
}
.alexrootdiv table{
margin:10px;border-collapse:collapse;border:1px solid #aaa;width:100%;
}
.alexrootdiv table th{
vertical-align:baseline;padding:5px 15px 5px 6px;background-color:#d5d5d5;border:1px solid #aaa;text-align:left;
}
.alexrootdiv table td{
vertical-align:text-top;padding:6px 15px 6px 6px;background-color:#efefef;border:1px solid #aaa;
}
.attentationp{
font-size: 15px; text-indent: 2em; background: #ee0; color: red; font-weight: bold;
}
.borderstylediv{
width:12vw;text-align:center;
}
img{box-shadow:0 0 14px;}
-->

华师高同学刚咨询我一个问题,如何在下表中使用公式求出最低价网站的名字

   price on e-com   
商品  Tmall   JD   贝贝网  最低价网站
铅笔  ¥15.00  ¥ 16.00  ¥ 12.00  
本子  ¥ 6.00  ¥  5.00  ¥ 10.00  
书包  ¥89.00  ¥100.00  ¥120.00  
我使用了一个数组公式来求:

以下公式代码注意输入是要按下Ctrl+Shift+Enter

=INDIRECT("R2C"&SUM(IF(B3:D3=MIN(B3:D3),COLUMN(B3:D3),)),)

最新文章

  1. Module-Zero之组织单元(OU)管理【新增】
  2. Adobe AIR 中为不同尺寸和分辨率屏幕适配
  3. mariadb:InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
  4. Construct Binary Tree from Inorder and Postorder Traversal
  5. win7 系统无法复制粘贴解决方案
  6. 分词工具ICTCLAS5.0使用心得
  7. Shell good example
  8. Python学习(8)字符串
  9. C语言中,数组名作为参数传递给函数时,退化为指针
  10. Linux计算机进程地址空间与内核装载ELF
  11. etrace 跟踪 nginx之HTTP请求流程
  12. android真机调试
  13. TextView总结
  14. mysql出现Data truncated for column
  15. Gentoo启动菜单设置:使用官方LiveDVD Grub主题
  16. Oracle 11G Client 安装就可以用上Oracle11G啦,不用傻傻的安装2G多的Oracle啦,安装特别简单,使用起来更简单
  17. linux下的APK反编译软件及过程介绍 .
  18. SpringBoot基础系列-使用日志
  19. mysql的group_concat列转行函数
  20. Dividing the numbers CodeForces - 899C (构造)

热门文章

  1. webpack入门与解析(一)
  2. Python 接口测试(一)
  3. 初学jQuery之jQuery事件与动画
  4. 从HTML5规范弄清i、em、b、strong元素的区别
  5. p1154 地平线
  6. 【Java基础】 static
  7. Cocos2dx热更新遇到的那些坑
  8. Nginx错误页面优雅显示
  9. Linux的capability深入分析
  10. H5微场景宽、高度自适应办法