RE: $$Excel-Macros$$ Unique id to name

2010-08-20 Thread Dave Bonallack
Oops. Did I say COUNTIF? I meant SUMPRODUCT... And 0 (zero) means id associated with only one name. Greater than zero means multiple associations. Sorry. Regards - Dave. Date: Fri, 20 Aug 2010 14:14:58 +0530 Subject: Re: $$Excel-Macros$$ Unique id to name From: aftab.ala...@gmail.com To

Re: $$Excel-Macros$$ Unique id to name

2010-08-20 Thread ALAM
Wed, August 18, 2010 7:34:17 PM > *Subject:* RE: $$Excel-Macros$$ Unique id to name > > Hi, > You can use COUNTIF, which will return 1 if the id has been used only once, > or greater than 1 if used multiple times. > Regards - Dave. > > -- > Dat

Re: $$Excel-Macros$$ Unique id to name

2010-08-19 Thread None
Otherwise your suggestion would be a great one. > > > > From: Soni.Rajender >To: MS EXCEL AND VBA MACROS >Sent: Wed, August 18, 2010 8:13:21 PM >Subject: Re: $$Excel-Macros$$ Unique id to name > > >Hi > >I would suggest you to use p

Re: $$Excel-Macros$$ Unique id to name

2010-08-19 Thread Harmeet Singh
estion would be a great one. > > -- > *From:* Soni.Rajender > *To:* MS EXCEL AND VBA MACROS > *Sent:* Wed, August 18, 2010 8:13:21 PM > *Subject:* Re: $$Excel-Macros$$ Unique id to name > > Hi > > I would suggest you to use pivot for t

Re: $$Excel-Macros$$ Unique id to name

2010-08-19 Thread None
rn 1 if the id has been used only once, > or >greater than 1 if used multiple times. > > Regards - Dave. > > Date: Wed, 18 Aug 2010 15:54:49 -0700 > From: n8dine4ma...@yahoo.com > Subject: $$Excel-Macros$$ Unique id to name > To: excel-macros@googlegroups.com > &

Re: $$Excel-Macros$$ Unique id to name

2010-08-19 Thread None
Dave, Can I trouble you for an example?  I'm not sure how the COUNTIF would work here.  Thanks. From: Dave Bonallack To: "excel-macros@googlegroups.com" Sent: Wed, August 18, 2010 7:34:17 PM Subject: RE: $$Excel-Macros$$ Unique id to name

Re: $$Excel-Macros$$ Unique id to name

2010-08-18 Thread Soni.Rajender
used only once, > or greater than 1 if used multiple times. > > Regards - Dave. > > Date: Wed, 18 Aug 2010 15:54:49 -0700 > From: n8dine4ma...@yahoo.com > Subject: $$Excel-Macros$$ Unique id to name > To: excel-macros@googlegroups.com > > I have a file that has 2 columns.

RE: $$Excel-Macros$$ Unique id to name

2010-08-18 Thread Dave Bonallack
Hi, You can use COUNTIF, which will return 1 if the id has been used only once, or greater than 1 if used multiple times. Regards - Dave. Date: Wed, 18 Aug 2010 15:54:49 -0700 From: n8dine4ma...@yahoo.com Subject: $$Excel-Macros$$ Unique id to name To: excel-macros@googlegroups.com I

$$Excel-Macros$$ Unique id to name

2010-08-18 Thread None
I have a file that has 2 columns. The first contains an alpha numeric id and the second contains the name.  Is there a way to find out if the id is associated to more than one name? Thank you. -- -- Some