So I am trying to factor in production rates and want to return a percentage based on that rate. The problem is the goal rate varies depending on data in two columns (equipment used, container type).
Column 1 could be:
None
Yes-Deaerator
Yes- RP Filter
Yes- Both
Column 2 could be:
Tote
Fluid Bag
EZ Tote
Drum
Keg
Pail
Can
1 lb Tub
That means there are a possible 24 different IF statements in there. This just feels entirely too cumbersome and I am sure would be hell to debug. Anybody have a better idea?
Column 1 could be:
None
Yes-Deaerator
Yes- RP Filter
Yes- Both
Column 2 could be:
Tote
Fluid Bag
EZ Tote
Drum
Keg
Pail
Can
1 lb Tub
That means there are a possible 24 different IF statements in there. This just feels entirely too cumbersome and I am sure would be hell to debug. Anybody have a better idea?