Re: $$Excel-Macros$$ COUNT Unique using Frequency

2011-12-14 Thread rajan verma
hi use this Function to Count only Unique value in a List {=SUM(IF(COUNTIF(A1:A24,A1:A24)=1,1,0))} On 12/14/11, NOORAIN ANSARI wrote: > PFA > > On Wed, Dec 14, 2011 at 10:32 PM, NOORAIN ANSARI > wrote: > >> Dear Darwin, >> >> Please find attached sheet...hope it will help to u... >> >> On We

Re: $$Excel-Macros$$ COUNT Unique using Frequency

2011-12-14 Thread Haseeb Avarakkan
Assume Bill ID's are numeric. Use this *ARRAY FORMULA *(must hit * CTRL+SHIFT+ENTER*, rather than just ENTER). then copy down. =SUM(SIGN(FREQUENCY(IF(Customer=E2,Billid),Billid))) If you want to count the total unique ID's regardless of customers, use this with just ENTER. =SUM(SIGN(FREQUENCY(B

Re: $$Excel-Macros$$ COUNT Unique using Frequency

2011-12-14 Thread NOORAIN ANSARI
PFA On Wed, Dec 14, 2011 at 10:32 PM, NOORAIN ANSARI wrote: > Dear Darwin, > > Please find attached sheet...hope it will help to u... > > On Wed, Dec 14, 2011 at 9:10 PM, Darwin Chan > wrote: > >> Dear all, >> >> I have a excel table with duplicate bill id, i want to get the unique >> count

Re: $$Excel-Macros$$ COUNT Unique using Frequency

2011-12-14 Thread NOORAIN ANSARI
Dear Darwin, Please find attached sheet...hope it will help to u... On Wed, Dec 14, 2011 at 9:10 PM, Darwin Chan wrote: > Dear all, > > I have a excel table with duplicate bill id, i want to get the unique > count. However, it should also consider another criteria, which is > customer. Shoul

Re: $$Excel-Macros$$ COUNT Unique using Frequency

2011-12-14 Thread ashish koul
Hi Darwin if your bill ids are in ascending order then check the attachment see if it helps formula cells in red color On Wed, Dec 14, 2011 at 9:10 PM, Darwin Chan wrote: > Dear all, > > I have a excel table with duplicate bill id, i want to get the unique > count. However, it should also con

$$Excel-Macros$$ COUNT Unique using Frequency

2011-12-14 Thread Darwin Chan
Dear all, I have a excel table with duplicate bill id, i want to get the unique count. However, it should also consider another criteria, which is customer. Should I use advanced filter instead? How should the advanced filter be set? -- Darwin Chan darwin.chankaw...@gmail.com kw42c...@yahoo.com.