Hi, pradhishnair!
1) Circular reference.
Now with the new uploaded file, I get your damned circular reference. It's in cell H217 with the formula:
=+MIN(IF((((G$217:$G218<=(G217-0,01))*(H$217:$H218>=(F217+0,01)))>0),(A$217:$A218)))
... which references to itself.
Note the difference with previous cells in column H:
=+MIN(IF((((F217:$F$217<=(G216-0,01))*(G217:$G$217>=(F216+0,01)))>0),(A217:$A$217)))
According to this, you should replace H217 by:
=+MIN(IF((((F217:$F$218<=(G217-0,01))*(G218:$G$218>=(F217+0,01)))>0),(A218:$A$218)))
... or eliminate H217 formula, I don't know what does it do, but if it looks for all values of following rows thru end, here you're at the very end, so the same formula isn't applicable.
And adjust all previous range H formulas to this last one. This will avoid the circ ref.
2) Error #¡VALUE! in H column.
Once fixed the circular reference, I don't understand your formula in H column. Can you please explain what do you want to calculate exactly there? Please write down an example with numbers of H26 (first cell in column with that formula).
Regards!