Hello Friends,
I want the below formula to be modified to the below condition
There might be more than one "orders_ref" so I want the formula to not to consider "orders_ref" if against any one "orders_ref" the condition is met
& if the condition is not met against all the "orders_ref" only then it should consider
Regards,
Humayun
I want the below formula to be modified to the below condition
There might be more than one "orders_ref" so I want the formula to not to consider "orders_ref" if against any one "orders_ref" the condition is met
& if the condition is not met against all the "orders_ref" only then it should consider
Excel Formula:
=IFERROR(AGGREGATE(15,6,orders_ref/(((dpi_target_date<>"")*(dpi_actual_date=""))*ISNA(MATCH(orders_ref,B$57:B57,0))),1),"")
Regards,
Humayun