Forum Discussion

ash-701's avatar
ash-701
Copper Contributor
Jul 28, 2021
Solved

COUNTFS/COUNTIF not working with cells that have multiple values

I cannot figure out a formula that will work for my needs. I need to total the number of times a specific type of error occurs in a specific range of cells. I can total just fine if I use =COUNTIF(e4:...
  • Use wild card character * before and after the criteria like this and you will get the desired count...

    =COUNTIF(E4:E200,"*Income*")