Jump to content

Recommended Posts

Posted

Count

 

%

Final result

 

 

14

95%

HIT

 

 

7

85%

Exclude

 

 

35

120%

MISS

 

 

37

85%

MISS

 

 

42

100%

HIT

 

 

 

Hi,

How to write formula in "Edit Calculation Column" for "Final resut" field:

if "Count" is >25 and "%" >90 and 25 and "%" 110, then "Final result" is "Exclude"

 

Thank you,

Bostjan

Posted

Hi, sorry but this doesn't work.This one works but not 100%. It doesn't work when "Count" is <25 and "%" is lower than 90% or higer than 110%.case [Final result]

when "HIT" then "HIT"

when "MISS" then If([Count WO]>24,"MISS")

else "Exclude"

END

  • 2 weeks later...
Posted

Hi

I need a clarificationon the desired logic. See below.

Thanks

Gaia

 

 

if "Count" is >25 and "%" >90 and 90 and % < 110 but missing case for Count=25

 

if "Count" is>25 and "%" 110, then "Final result" is "MISS"

if "Count" is>25 and "%" 110, then "Final result" is "Exclude"

From these and from the examples, it is not possible to work out the final result.

In both lines Count>25, so there is no case for Count

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...