RE: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-26 Thread Rajan_Verma
:11 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ need help on maximum value and thier name Hi Sunita, Please try it.. =INDEX($B$3:$B$16,SMALL(IF($K33=$P$3:$P$16,ROW($B$3:$B$16),""),COUNTIF($K$24:K33,K33))-2) with ctrl+shift+enter or =OFFSET($B$2,SMALL(IF($K24=$P$3

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread Kamal
; ** ** >> >> * * >> >> *Regards* >> >> *Rajan verma* >> >> *+91 7838100659 [IM-Gtalk]* >> >> ** ** >> >> *From:* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.com] *On Behalf Of *Shaik Wa

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread NOORAIN ANSARI
gt;> From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] >> On Behalf Of Shaik Waheed >> Sent: 25 June 2012 12:32 >> To: excel-macros@googlegroups.com >> >> >> Subject: Re: $$Excel-Macros$$ need help on maximum value and thier name >> >&

RE: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread Rajan_Verma
s@googlegroups.com Subject: Re: $$Excel-Macros$$ need help on maximum value and thier name PFA On Mon, Jun 25, 2012 at 12:13 PM, सुनिता पौडेल wrote: Dear all, It has always been previlege to query on this group whenever needed and thanks from heart. I need one help regarding finding out

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread सुनिता पौडेल
ulate the name. >> >> Warm Regards >> Ankur Aggarwal >> 91-8010614628 >> Analyst >> Mckinsey Knowledge Center >> Mckinsey & Co. >> >> -------------- >> *From:* NOORAIN ANSARI >> *To:* excel-macros@googlegr

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread NOORAIN ANSARI
legroups.com > *Sent:* Monday, 25 June 2012 1:29 PM > *Subject:* Re: $$Excel-Macros$$ need help on maximum value and thier name > > Hi Sunita, > > Please you can also use.. > > Through Vlookup > > *=VLOOKUP(LARGE($B$2:$B$15,1),CHOOSE({1,2},$B$2:$B$15,$A$2:$A$15),2,0) &

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread ANKUR AGGARWAL
& Co. From: NOORAIN ANSARI To: excel-macros@googlegroups.com Sent: Monday, 25 June 2012 1:29 PM Subject: Re: $$Excel-Macros$$ need help on maximum value and thier name Hi Sunita, Please you can also use.. Through Vlookup =VLOOKUP(LARGE($B$2:$B$15,1),CHOOSE({1,2},$B$2

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread NOORAIN ANSARI
Hi Sunita, Please you can also use.. Through Vlookup *=VLOOKUP(LARGE($B$2:$B$15,1),CHOOSE({1,2},$B$2:$B$15,$A$2:$A$15),2,0) * Through Lookup *=LOOKUP(2,1/((LARGE($B$2:$B$15,1)=$B$2:$B$15)),$A$2:$A$15) * Through Indirect *=INDIRECT("A"&MATCH(LARGE($B$1:$B$15,1),$B$1:$B$15,0)) * See attached sh

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread सुनिता पौडेल
Thanx :) On Mon, Jun 25, 2012 at 1:08 PM, Shaik Waheed wrote: > Hi Sunita, > > In my case, I have used filters since it becomes more easier > > On Mon, Jun 25, 2012 at 12:49 PM, सुनिता पौडेल wrote: > >> did you filtre the column? >> thank you >> >> On Mon, Jun 25, 2012 at 12:47 PM, Shaik Waheed

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread Shaik Waheed
Hi Sunita, In my case, I have used filters since it becomes more easier On Mon, Jun 25, 2012 at 12:49 PM, सुनिता पौडेल wrote: > did you filtre the column? > thank you > > On Mon, Jun 25, 2012 at 12:47 PM, Shaik Waheed wrote: > >> PFA >> >> >> On Mon, Jun 25, 2012 at 12:13 PM, सुनिता पौडेल wrot

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread सुनिता पौडेल
Can you please little explain about 1 in last =INDEX($A$2:$A$15,MATCH(I2,$B$2:$B$15,0),1) Thank you, On Mon, Jun 25, 2012 at 12:51 PM, Anil Gawli wrote: > > Pls find attached sheet FY Ref. > On Mon, Jun 25, 2012 at 12:13 PM, सुनिता पौडेल wrote: > >> Dear all, >> >> It has always been previle

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread सुनिता पौडेल
did you filtre the column? thank you On Mon, Jun 25, 2012 at 12:47 PM, Shaik Waheed wrote: > PFA > > > On Mon, Jun 25, 2012 at 12:13 PM, सुनिता पौडेल wrote: > >> Dear all, >> >> It has always been previlege to query on this group whenever needed and >> thanks from heart. >> >> I need one help re

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread Anil Gawli
Pls find attached sheet FY Ref. On Mon, Jun 25, 2012 at 12:13 PM, सुनिता पौडेल wrote: > Dear all, > > It has always been previlege to query on this group whenever needed and > thanks from heart. > > I need one help regarding finding out maximum number and their name in one > cell ? > > Have a won

Re: $$Excel-Macros$$ need help on maximum value and thier name

2012-06-25 Thread Shaik Waheed
PFA On Mon, Jun 25, 2012 at 12:13 PM, सुनिता पौडेल wrote: > Dear all, > > It has always been previlege to query on this group whenever needed and > thanks from heart. > > I need one help regarding finding out maximum number and their name in one > cell ? > > Have a wonderful day !! > > Thank you

$$Excel-Macros$$ need help on maximum value and thier name

2012-06-24 Thread सुनिता पौडेल
Dear all, It has always been previlege to query on this group whenever needed and thanks from heart. I need one help regarding finding out maximum number and their name in one cell ? Have a wonderful day !! Thank you!! Sunita P.S: in case if file not attached(having probs) name amount*