0

Demo picture

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?

EDS
  • 2,155
  • 1
  • 6
  • 21

1 Answers1

0

For clarity after post edit: IF(days_remaining>=value, "", SUMIF(email_range, email, gross_value_range))

EDS
  • 2,155
  • 1
  • 6
  • 21