Re: $$Excel-Macros$$ NUM ERROR

2012-08-24 Thread Ms-Exl-Learner .
Using Vlookup Or Match Function with the duplicated data will pick only the first match and it wont pick the second or third occurrence of the data as expected. In your case your data is having 4 zero values in Total and your data needs to be get sorted by the Total Value. So we are setting the T

Re: $$Excel-Macros$$ NUM ERROR

2012-08-24 Thread Hilary Lomotey
One more thing, i want the data in the automated sheet to be arranged in order of the largest amount down to the least figure On Fri, Aug 24, 2012 at 8:35 AM, Hilary Lomotey wrote: > Nice its working,this is a beautiful formula pal , i am learning new stuff > everyday , but tell me what is the e

Re: $$Excel-Macros$$ NUM ERROR

2012-08-24 Thread Hilary Lomotey
Nice its working,this is a beautiful formula pal , i am learning new stuff everyday , but tell me what is the essence of =--(ROW()&O2) in the formula? thanks On Fri, Aug 24, 2012 at 4:47 AM, Ms-Exl-Learner . wrote: > Refer the attached excel for modified solution. > > Let us know in case of any