Skip to content

Instantly share code, notes, and snippets.

@timb-machine
Created November 25, 2025 03:43
Show Gist options
  • Select an option

  • Save timb-machine/37c9c96afab44f06dec5823a195284ea to your computer and use it in GitHub Desktop.

Select an option

Save timb-machine/37c9c96afab44f06dec5823a195284ea to your computer and use it in GitHub Desktop.
Log efficacy scoring system
Efficacy = (Value - Cost) * Practicality
Value = (IF(Efficacy of Ingestion="High", 25, IF(Efficacy of Ingestion="Low", 0.1, 12.5))+IF(Value of Domain="High", 25, IF(Value of Domain="Low", 0.1, 12.5)))*((LEN(Tactics Covered)-LEN(SUBSTITUTE(Tactics Covered,",",""))+1)/5)
Cost = IF(Cost of Deployment (Changed Required)="High", 0.1, IF(Cost of Deployment (Changed Required)="Low", 25, 12.5))+IF(Cost of Operation (Expected Throughput)="High", 0.1, IF(Cost of Operation (Expected Throughput)="Low", 100, 50))
Practicality = IF(Existing Capability="Yes", 1, IF(Existing Capability="No", 0.1, 0.5))+IF(Naturally Occurring="Yes", 1, IF(Naturally Occurring="No", 0.1, 0.5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment