sumproduct总和天数

时间:2017-05-02 08:36:03

标签: excel excel-formula array-formulas

在电子表格中,我有两列,第1天 - 第二天 - 第二天 - 已关闭。

我尝试做的是将文件未关闭的总天数相加。

使用以下公式,我可以计算仍然打开的文件数量;

=COUNTIFS(Data!L5:L6000,">0",Data!M5:M6000,"")

=SUMPRODUCT(--(Data!L5:L6000>0),(--(Data!M5:M6000="")))

无论如何要扩展这些中的任何一个以返回从今天起仍然打开的天数的总和?这可以作为一个数组公式来完成吗?

由于

1 个答案:

答案 0 :(得分:1)

您可以使用//to add billing_country function wh_extra_register_fields() { $countries_obj = new WC_Countries(); $countries = $countries_obj->get_allowed_countries(); woocommerce_form_field('billing_country', array( 'type' => 'select', 'input_class' => array('myClass'), //<--check this line 'label' => __('Country'), 'placeholder' => __('Choose your country.'), 'options' => $countries, 'required' => true, 'clear' => true, 'default' => 'BE' //<--check this line )); } add_action('woocommerce_register_form_start', 'wh_extra_register_fields'); //to add js code in My Account page footer function wh_AccountPageJS() { if (is_account_page()) { echo '<script>jQuery(".myClass").select2();</script>'; } } add_action('wp_footer', 'wh_AccountPageJS', 100);