I have a multi-select column and a created date column(System). Im trying to get the netdays since at least one selection in the multi select was chosen and a row was created for it. I know Im missing a CONTAINS in here...I think...help is appreciated.
=IF(Pri/Sec/Base/Water/Sand @row = "Primary", TODAY() - [Created] @row, "")