2
2
25hp2017-10-23 15:22:21
excel
25hp, 2017-10-23 15:22:21

How to implement the formula not through “corresponds”, but through “contains”?

Hello
Tell me plz, there are two formulas
=SUMIFS(AMO!$H:$H; AMO!$F:$F; "Paid"; AMO!$S:$S; "proizvodstvo117")
and
=COUNTIF(AMO!$F :$F; "Successfully implemented"; AMO!$S:$S; "proizvodstvo117")
They search and add according to the principle If column F corresponds to "Paid" and column S corresponds to "proizvodstvo117"
And I need
it to search in column S does not match, namely Contains (because there are other words there)
Is it possible to do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lvv85, 2017-10-23
@25hp

Try this:
=SUMIFS(AMO!$H:$H; AMO!$F:$F; "Paid"; AMO!$S:$S; "*proizvodstvo117*")
and
=COUNTIFS(AMO!$F:$ F; "Successfully Implemented"; AMO!$S:$S; "*proizvodstvo117*")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question