Hi, so say I have this table:
<tbody>
Type
Number
Closest difference (in %)
Apple
12
Apple
16
Apple
22
Banana
24
Banana
26
Banana
42
</tbody>
I need to fill the third column, so for example in first row it should give me % difference between 12 and 16, in second - same, in...