简体   繁体   中英

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 .

Column E contains numbers, D and C – date and time, where we will search for.


We need to search from 15:00 09.10.2017, for number, which equal or more than 4679,286. From-top-to-bottom way.


The right answer will be 4715,30 on sample (check screenshot or link) .

After we found this number, we need to fill 2 cells from left, with the date and time from the row of founded number.


示例截图

use:

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

0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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