Hello all ,I have two columns to pull info from in my sheet

One column Is State and one column is KEO Estimation Range, one contains In Progress and the other initials of the estimator . My goal is to determine how many rows are in progress and how many belong to the estimator in question ? simply put if I have 20 projects in progress and 2 belong to the initials DR ,that is the end result im trying to perform with the formula / the result I'm getting is unparsable / appreciate any help I can get, thank you
Tony P
Answers
-
Sorry I failed to leave the formula
=COUNTIF({State}, ="In Progress"),AND({KEO Estimation Range 1},= "DR"))
-
Instead of COUNTIF, singular, try COUNTIFS, plural!
=COUNTIFS({State}, "In Progress", {KEO Estimation Range 1}, "DR")
See: COUNTIFS Function
Cheers,
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
-
Hello Genevieve / your formula worked like a charm, thank you TP
-
Glad I could help! π
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!