$$Excel-Macros$$ Re: Show the start and end of groups of cells

2009-04-21 Thread Mathan
*Hi, Please find the attachment for the given problem.. regards, mathan * On Tue, Apr 21, 2009 at 9:26 PM, Geo wrote: > > I have data like this: > > part# location > 1 1B-1-A-01 > 5 1B-1-A-01 > 6 1B-1-A-01 > 14 1B-1-A-02 > 12 1B-1-A-02 > 15 1B-1-A-03 > 83

$$Excel-Macros$$ Re: Show the start and end of groups of cells

2009-04-21 Thread Geo
Thanks Gents! On Apr 21, 12:43 pm, Paul Schreiner wrote: > In cells C2, use: > =IF(B2<>B1,"start",IF(B2<>B3,"end","")) > > then copy the formula down. > > hope this helps, > > Paul > > > From: Geo > To: MS EXCEL AND VBA MACROS > Sent: Tuesday, April 21, 2009 11

$$Excel-Macros$$ Re: Show the start and end of groups of cells

2009-04-21 Thread Paul Schreiner
In cells C2, use: =IF(B2<>B1,"start",IF(B2<>B3,"end","")) then copy the formula down. hope this helps, Paul From: Geo To: MS EXCEL AND VBA MACROS Sent: Tuesday, April 21, 2009 11:56:32 AM Subject: $$Excel-Macros$$ Show the start and end of groups of cells

$$Excel-Macros$$ Re: Show the start and end of groups of cells

2009-04-21 Thread Harmeet Singh
Solution attached On Tue, Apr 21, 2009 at 9:26 PM, Geo wrote: > > I have data like this: > > part# location > 1 1B-1-A-01 > 5 1B-1-A-01 > 6 1B-1-A-01 > 14 1B-1-A-02 > 12 1B-1-A-02 > 15 1B-1-A-03 > 83 1B-1-A-03 > 16 1B-1-A-03 > 22 1B-1-A-03 > > In