I
IanC
I am trying to calculate the total number of successful installations by
application name.
This consists of one column (K7:K200) with the application name and
another column with completion status (N7:N200).
The completion status can be one of the following 'Successful',
'Anomolies', 'Rejected', 'Backed Out' or blank if it is yet to be
installed.
Only 'Succesful' or 'Anomolies' are classed as successful
installations.
So, I want to calculate the number of incidences of each Application
type where the completion status is either 'Successful' or
'Anomolies''
The formula that I have tried is...(STX is an application)
{=SUM((N7:N200="STX")*(OR(K7:K200="Success",K7:K200="Anomolies")))}
The problem is that the completion status makes no difference to the
final figure. All I am getting is the total number of each application
type regardless of what the completion status is. What am I doing
wrong? Thanks in advance.
application name.
This consists of one column (K7:K200) with the application name and
another column with completion status (N7:N200).
The completion status can be one of the following 'Successful',
'Anomolies', 'Rejected', 'Backed Out' or blank if it is yet to be
installed.
Only 'Succesful' or 'Anomolies' are classed as successful
installations.
So, I want to calculate the number of incidences of each Application
type where the completion status is either 'Successful' or
'Anomolies''
The formula that I have tried is...(STX is an application)
{=SUM((N7:N200="STX")*(OR(K7:K200="Success",K7:K200="Anomolies")))}
The problem is that the completion status makes no difference to the
final figure. All I am getting is the total number of each application
type regardless of what the completion status is. What am I doing
wrong? Thanks in advance.