Hello the below is a sum formula and adds number less the 0 and if other column matches the word "TEST"
=SUM(SUMIFS(E2:E308,E2:E308,"<0",F2:F308,{"TEST"}))
How do I make the formula still work if the other cell contains the word TEST along with other words? Does not have to be only the word TEST
=SUM(SUMIFS(E2:E308,E2:E308,"<0",F2:F308,{"TEST"}))
How do I make the formula still work if the other cell contains the word TEST along with other words? Does not have to be only the word TEST