Im very new to writing Smartsheet formulas and have been scouring these forums the last few days to try and figure out how to get this to work
I am trying to write a formula that counts the rows with the following column criteria. Here is what I have so far but its not working
=COUNTIFS({Module}, OR(@cell = "AMBFO", @cell = "ARMG", @cell = "CWS"), {TrainingRdy}, <>"")
- Column - Module - I want the forumula to count rows that include any of the 3 values (AMBFO, ARMG, CWS). Any of those 3 values can exist in the same cell, it differs from row to row. What I dont want it to do count all the AMBFO's and all the ARMG's and all the CWS's and add that all together. I am essentially looking to recreate in formula form the same functionality that exists in Smartsheet Report Filter "has any of"
- Column - TrainingRdy - should simply not equal zero (i.e. count those rows that are not blank)
- If the answer is some combination of the HAS and OR functions, I haven't been able to figure that out yet.
Thanks for any advice folks can provide