79204414

Date: 2024-11-19 17:14:09
Score: 0.5
Natty:
Report link

The simplest solution maybe to use a lookup table with the conversion factors. Here is an example with weights:

enter image description here

The formula in column C is:

=A2*VLOOKUP(B2,G$1:H$13,2)
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: cybernetic.nomad