Rollup Sheet vs Report Counts Don't Match

Cesar Perez
Cesar Perez ✭✭✭✭

Hi there, I have a rollup sheet with a formula to count names based on specific criteria. I need to count items that are not decommissioned, development, stating, test, Linux, numbers 7, 2003, 2008. Unfortunately, the formula does not work. To validate, I created a report filtering the same parameters. The counts between the rollup sheet and the report don't match. The reports shows 10 items which is correct. The rollup sheet shows only 3 items. Any help with the formula will be appreciated.

The formula is as follows; =COUNTIFS({Date}, ISDATE(@cell),Β {Name}, @cell <> "Unknown",Β {Environment}, OR(@cell <> "Decommissioned", @cell <> "Development", @cell <> "Staging", @cell <> "Test"),Β {OS}, @cell <>"Linux",Β {OSVersion}, OR(@cell <> 7, @cell <> 2003, @cell <> 2008),Β {Powerstate}, @cell <> "Off",Β {Cluster}, @cell <> "Test")

The source file is linked below:

The report is linked below:

The rollup sheet is linked below:


Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!