narsing rao
Member
i have below formula but here i have to mention the row range ,is there any way it finds it dynamically.
=SUMPRODUCT(--(sheet2!G2:G87=1)*(INT(sheet2!L2:L87)=TODAY()-1))
i have one more formula here i want the formula should calculate the row count after the above formula row count dynamically
=COUNTIFS(Sheet2!C:C,"sev-1",Sheet2!B:B,">=1-Mar-2017",Sheet2!B:B,"<31-Mar-2017")
i mean if its selects the row count G2:G87 NEXT formula should calculate the row count from G89 to till end of the data, it should happen dynamically because row keep chaining dialy.
=SUMPRODUCT(--(sheet2!G2:G87=1)*(INT(sheet2!L2:L87)=TODAY()-1))
i have one more formula here i want the formula should calculate the row count after the above formula row count dynamically
=COUNTIFS(Sheet2!C:C,"sev-1",Sheet2!B:B,">=1-Mar-2017",Sheet2!B:B,"<31-Mar-2017")
i mean if its selects the row count G2:G87 NEXT formula should calculate the row count from G89 to till end of the data, it should happen dynamically because row keep chaining dialy.