Hi there,
=SUMPRODUCT(--(E3<G3:G5000),--(ISNUMBER(SEARCH("Beaumont",H3:H5000))),D3:D5000)
This formula works well except I forgot to have it check Column “I” first… if column “I” has “Yes” then I don’t wan to add… even though E3<G3:5000….
=SUMPRODUCT(--(H3:H5000="no"),--(ISNUMBER(SEARCH("Olivia",G3:G5000))),F3:F5000)
This formula looks for anything containing Olivia… so if that column has “Olivia/off” or just “Olivia” it will sum the balance in rows “F3:F5000”.. how can I adjust to look for exactly “Olivia”… if it has “Olivia/Off” I don’t want to add…
Bookmarks