pls help me to write a code to find 1st, 2nd &3rd largest value in coloumn B of sheet2 and insert it as S1,S2 And S3 in column G. The value in column b is formula derived and changes after every 5 mins.
VBA code
- vaibhav.patel
- Thread is Unresolved
pls help me to write a code to find 1st, 2nd &3rd largest value in coloumn B of sheet2 and insert it as S1,S2 And S3 in column G. The value in column b is formula derived and changes after every 5 mins.
You can do this with formulas. Why VBA?
You can do this with formulas. Why VBA?
what will be the formula?