LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Loop through rows to consolidate data

I have a simple excel file: column A is list of words and column B shows a
number. (This will become an index of terms in a book -- column B is the
page number reference). The list can be easily sorted, but then I need to
remove rows with duplicate words and just concatenate the page number
references in column B. The result should look like:
word1: 1,35,160
word2: 55
word3: 3, 88

I understand the basic logic required: compare column A value to value from
previous row. If it's the same, concatenate the column B value, delete the
current row and move on.

I'm not experienced with VBA programming though. Does someone have some
code to start with or other ideas? Thank-you.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Consolidate data from multiple rows Karthik Excel Discussion (Misc queries) 2 November 21st 09 03:35 AM
Match consolidate multiple rows data into one row francis Excel Worksheet Functions 4 March 16th 09 05:34 PM
Consolidate data from worksheet (more then 65536 rows) Mandeep Dhami Excel Discussion (Misc queries) 1 January 16th 08 09:49 AM
Create loop to insert two rows after every row of data [email protected] Excel Programming 2 August 17th 07 02:09 AM
Loop cells - get all rows with matching data - paste into different wb Buffyslay_co_uk Excel Programming 2 July 23rd 04 01:20 PM


All times are GMT +1. The time now is 04:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"