I have a column with transaction values. I want to create a FOR loop which will find the opposite number of a value (like finding -10 for 10) and highlight both the cells.
I have written a double FOR loop which takes a lot of time because there are more 2000 lines in the database.
Is there a faster way to do it?
TL;DR I want to find two equal and opposite values in a given range and highlight both of them.
