Hello Smartsheet Community,
I need another help from you. I am having a hard doing the countifs with multiple criteria.
I need to count the number of "In Progress" project per Project Lead but I it makes it complicated because there are some cells that have 2 names in it.
This is the formula I currently have in Smartsheet, to get the total number of projects that are in Progress under under Person A but it only counts the cell with a single name.
=COUNTIFS({RANGE 1}, "Person A", {RANGE 2}, "In Progress")
=COUNTIFS({RANGE 1}, "*Person A*", {RANGE 2}, "In Progress")
-> this second formula, is an excel formula which counts all the entry for "Person A". I added asterisk (*) and it worked. This is exactly what I need but it everytime I do this I keep getting "0" value.
Thanks again for all the help 
