I want the gross amount of each unique email if the days remaining is less than 12 and if the unique email is present in the email column.
I have used SUMIFS function but I am getting a value error.
Is there any workaround?
I want the gross amount of each unique email if the days remaining is less than 12 and if the unique email is present in the email column.
I have used SUMIFS function but I am getting a value error.
Is there any workaround?
For clarity after post edit: IF(days_remaining>=value, "", SUMIF(email_range, email, gross_value_range))