Hello,
We are trying to count how many service calls our techs preform weekly, monthly and yearly. I have tried different formulas can cant seem to get anything to work. I thought if I use the this formula I can change the email address to the techs initial's then count the initial's in a different cell. We want to use this data in a dashboard to show our completed service calls. I am fairly new to the Smartsheet's and finding out the excel formulas don't transfer over all of the time.
=IF(ASSIGNED TECH:="cmichaels@mtwysys.com","cm",IF(ASSIGNED TECH:="phuber@mtwysys.com","ph",IF(ASSIGNED TECH:="cvincent@mtwysys.com","cv",IF(ASSIGNED TECH="jzimmerman@mtwysys.com","jz",IF(ASSIGNED TECH:="jweaver@mtwysys.com","jw",IF(ASSIGNED TECH="dbogan@mtwysys.com","db"))))))
Any help would be amazing!