Hi all,
I need to know how is it possible to base a condition on another one. For example, in the column dj above If the number are greater or equal to 8, just for these lines I wanna choose the line that has the greater number in the column pj.![]()
N0 pj dj 1 3 8 2 2 5 3 2 8 4 1 7
so the answer for this exemple should be N0 1
How can I do this with VBA?
Thank you for your help![]()
Bookmarks