简体   繁体   English

Excel 查找表中日期的列表,

[英]Excel lookup list of date in sheet,

I have 2 sheet in excel and Second sheet have list of date.我在 excel 中有 2 张纸,第二张有日期列表。 We need to lookup all the list of date and compare than today() date.我们需要查找所有日期列表并比较 today() 日期。 Take first greater than date and get the same row another column.取第一个大于日期并获取同一行的另一列。 Tried below this,在这个下面试过,

=MATCH(MIN(IF(Sheet3!B2:B67>TODAY(),"",FALSE)),Sheet3!G2:G67,-1)

Try below formula试试下面的公式

 =XLOOKUP(TODAY(),Sheet3!$B$1:$B$15,Sheet3!$C$1:$C$15,,1)

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

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