I can't seem to get the second criteria to work. My formulas for each work fine, but I need both to reduce count to only those with both criteria.
Range 1: {Project Plan [ALL]} - highlighted all columns in sheet
Range 2: {Project Plan [Status]} - highlighted one column labelled "Status" with drop down boxes with colors (ie "Red", Yellow", "Green")
=COUNTIFS({Project Plan [ALL]}, ="P0. Pre-Close"),{Project Plan [Status]},="red")
Help would be greatly appreciated.
* Too bad Smartsheets doesn't have an Fx drop down tool to help with these formulas.