Hi,
I am trying to create a column formula that will add up the cell values to the left based on specific drop down.
Point is given if they followed these areas. So, no point would be Safety Concerns (0 pt).
=SUM([Following Policy]@row:[Delay In Patient Care]@row, =[Following Policy]@row:[Delay In Patient Care]@row)
How to I incorporate is true add value 5? But then if one category doesn't have a point make that value 4, etc.
Appreciate the help!