Re: Excel concatenate duplicate rows
- From: MFelkins <MFelkins@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Dec 2006 19:41:00 -0800
Hi,
Any chance I could get a sample of the code that would do this?
Mike
"Don Guillett" wrote:
Doable with a list (a macro can make it) and then a macro to loop thru and.
append to the list. Easier to code
if less than 10. You could do it either way show below.
Server1,Serial#,OS,BIOS, Ver, NIC1,NIC2,NIC3--
Server1,Serial#,OS,BIOS, Ver, NIC1,2,3
Don Guillett
SalesAid Software
dguillett1@xxxxxxxxxxxxx
"MFelkins" <MFelkins@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7993D416-477F-4FAC-B433-B9F2451FF245@xxxxxxxxxxxxxxxx
Hi,
I get a report from Dell OMSA that list all my dell servers and the
hardware
and firmware versions. The report lists each server in a row with its
attributes to the right. So far, so good. If the server has multiple NIC's
it
will create a row for each NIC. So I can have multiple entries for each
server, only differing in the NIC column. What I want is one row per
server.
If there are multiple NIC's or other hardware, I want that information
tacked
onto the end of the row. And duplicate information ignored.
Sample Rows
Server1,Serial#,OS,BIOS, Ver, NIC1
Server1,Serial#,OS,BIOS, Ver, NIC2
Server1,Serial#,OS,BIOS, Ver, NIC3
Desired output
Server1,Serial#,OS,BIOS, Ver, NIC1,NIC2,NIC3, etc
Any ideas?
Mike
- Follow-Ups:
- Re: Excel concatenate duplicate rows
- From: Don Guillett
- Re: Excel concatenate duplicate rows
- References:
- Re: Excel concatenate duplicate rows
- From: Don Guillett
- Re: Excel concatenate duplicate rows
- Prev by Date: Re: any UDF for sum or rounded product
- Next by Date: Re: e-Mail File out of Excel 2003 Macro
- Previous by thread: Re: Excel concatenate duplicate rows
- Next by thread: Re: Excel concatenate duplicate rows
- Index(es):
Relevant Pages
|