简体   繁体   English

取号码、日期和时间; 从顶部搜索数字,等于或大于; 显示位于已建立编号左侧的 2 行的信息

[英]Take the number, date and time; search from top for number, which equal or more; show info from 2 rows located left from founded number

I have number 4679,286 in column I , date 09.10.2017 in column H , and time 15:00 in column G .我在I列中有数字 4679,286,在H列中有日期 09.10.2017,在G列中有时间 15:00。

Column E contains numbers, D and C – date and time, where we will search for. E列包含数字、 DC – 日期和时间,我们将在其中搜索。


We need to search from 15:00 09.10.2017, for number, which equal or more than 4679,286.我们需要从 15:00 09.10.2017 开始搜索等于或大于 4679,286 的数字。 From-top-to-bottom way.从上到下的方式。


The right answer will be 4715,30 on sample (check screenshot or link) .示例中的正确答案是4715,30 (检查屏幕截图或链接)

After we found this number, we need to fill 2 cells from left, with the date and time from the row of founded number.找到这个数字后,我们需要从左侧填充2个单元格,用找到的数字行的日期和时间。


示例截图

use:用:

=INDEX(FILTER(E:E; C:C>=G2; D:D>=H2; E:E>=I2); 2; 1)

0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM