Re: $$Excel-Macros$$ RANK formula *

2013-03-12 Thread Hilary Lomotey
Hi Chief i am not sure i fully understand your requirements, if you could explain better and show your expected answers FULLY in a new column at least that might give some perspective or trend for us to follow. for instance if you say Formula should eliminate who are ranking from 1 to 10, which

Re: $$Excel-Macros$$ Rank Formula.........

2012-09-12 Thread >>Excel Beginner<
> > Hi Dhananjay, > > Please Find the Attachment. > Regards, > > Excel Beginner > > > I need a solution as per my query in attached file. >> >> Pl. revert in case of any clarification or any confusion. >> >> Regards, >> Dhananjay >> >> -- >> Join official

Re: $$Excel-Macros$$ Rank Formula.........

2012-09-12 Thread >>Excel Beginner<
Hi Dhananjay, Please find the attachment. Regards, Excel Beginner On Mon, Sep 10, 2012 at 12:32 AM, Dhananjay Pinjan wrote: > Dear Experts, > > I need a solution as per my query in attached file. > > Pl. revert in case of any clarification or any confusion. > > Regards, > D

Re: $$Excel-Macros$$ Rank Formula.........

2012-09-12 Thread Dhananjay Pinjan
Hi Mr. David / Excel Experts, I am very impressed the way you have given answer. I was expecting the use of formula "RANK' or 'SUMPRODUCT'. But you have just given it with very simple equtions. Hat's off. Sorry to say, but I have some modifications in my requirements (pl. refer attached Excel Fil

Re: $$Excel-Macros$$ Rank Formula.........

2012-09-10 Thread Dhananjay Pinjan
Wow!!! Thanks. On Mon, Sep 10, 2012 at 1:09 AM, David Grugeon wrote: > See attached > > On 10 September 2012 05:02, Dhananjay Pinjan wrote: > > Dear Experts, > > > > I need a solution as per my query in attached file. > > > > Pl. revert in case of any clarification or any confusion. > > > > Reg

Re: $$Excel-Macros$$ Rank Formula.........

2012-09-09 Thread David Grugeon
See attached On 10 September 2012 05:02, Dhananjay Pinjan wrote: > Dear Experts, > > I need a solution as per my query in attached file. > > Pl. revert in case of any clarification or any confusion. > > Regards, > Dhananjay > > -- > Join official facebook page of this forum @ > https://www.faceb

Re: $$Excel-Macros$$ Rank Formula

2012-09-06 Thread amar takale
t; > *+91 7838100659 [IM-Gtalk]* > > * * > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *amar takale > *Sent:* 06 September 2012 10:26 > > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Rank Formula &

RE: $$Excel-Macros$$ Rank Formula

2012-09-06 Thread Rajan_Verma
Subject: Re: $$Excel-Macros$$ Rank Formula Rajan I think this is not working,I used it but wrong output in passing formula sheet.Guillett Sir formula VBA for passing is fanstatic On Wed, Sep 5, 2012 at 8:32 PM, Rajan_Verma wrote: =IF(ISERROR(MATCH(0,N(F11:L11>$F$10:$L$10),0)),"Passe

Re: $$Excel-Macros$$ Rank Formula

2012-09-05 Thread amar takale
> > * * > > *Regards* > > *Rajan verma* > > *+91 7838100659 [IM-Gtalk]* > > * * > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *amar takale > *Sent:* 05 September 2012 1:03 > > *To:* excel-macros@google

RE: $$Excel-Macros$$ Rank Formula

2012-09-05 Thread Rajan_Verma
hore <mailto:kishore...@gmail.com> Sent: Tuesday, September 04, 2012 7:15 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Rank Formula hai..friends/Masters, i had applied formula in column G2 and i need same numer in H3 but while copying it shows only ref. Plea

Re: $$Excel-Macros$$ Rank Formula

2012-09-05 Thread amar takale
Tuesday, September 04, 2012 7:15 AM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Rank Formula > > hai..friends/Masters, > > i had applied formula in column G2 and i need same numer in H3 > > but while copying it shows only ref. > > Please t

Re: $$Excel-Macros$$ Rank Formula

2012-09-04 Thread dguillett1
Put in H5 and copy down =SUMPRODUCT(--($F$5:$F$14<>"fail"),--(D5<$D$5:$D$14))+1 Don Guillett Microsoft Excel Developer SalesAid Software dguille...@gmail.com From: kumar Kishore Sent: Tuesday, September 04, 2012 7:15 AM To: excel-macros@googlegroups.com Subject: Re: $$

Re: $$Excel-Macros$$ Rank Formula

2012-09-04 Thread dguillett1
One way using this array formula (entered using ctrl+shift+enter CSE) INDEX($C:$C,MATCH(LARGE(IF($F$5:$F$15<>"fail",$D$5:$D$15),ROW(A1)),$D:$D,0)) Don Guillett Microsoft Excel Developer SalesAid Software dguille...@gmail.com From: amar takale Sent: Tuesday, September 04, 2012 6:41 AM To: excel-m

Re: $$Excel-Macros$$ Rank Formula

2012-09-04 Thread kumar Kishore
hai..friends/Masters, i had applied formula in column G2 and i need same numer in H3 but while copying it shows only ref. Please tell how to do. Regards, Kishore -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES (1120+ members already

Re: $$Excel-Macros$$ Rank Formula required

2012-03-19 Thread Mahesh parab
Hi Pankaj PFA, Try : =RANK(E2,E$2:E$9)+SUMPRODUCT(--(E$2:E$9=E2),--(A2 wrote: > Shorter. Also enter using CSE (ctrl+shift+enter) > > =COUNTIF($F$2:$F$9,">"&F2)+**SUM(IF(F2=$F$2:F2,1,0)) > > > > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > -Original Messag

Re: $$Excel-Macros$$ Rank Formula required

2012-03-18 Thread dguillett1
Shorter. Also enter using CSE (ctrl+shift+enter) =COUNTIF($F$2:$F$9,">"&F2)+SUM(IF(F2=$F$2:F2,1,0)) Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com -Original Message- From: Secret Shot Sent: Sunday, March 18, 2012 4:02 PM To: excel-macros@googlegroups.com Subj

Re: $$Excel-Macros$$ Rank Formula required

2012-03-18 Thread dguillett1
See attached =SUM(1*(F2<$F$2:$F$9))+1+IF(ROW(F2)-ROW($F$2)=0,0,SUM(1*(F2=OFFSET($F$2,0,0,INDEX(ROW(F2)-ROW($F$2)+1,1)-1,1 Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com -Original Message- From: Secret Shot Sent: Sunday, March 18, 2012 4:02 PM To: excel-mac