Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is my first posting, even though I use this site all the time for help &
reference. I know just enough about macros to be dangerous! : ) I can't figure this one out, since mostly I record, not write the code!! I ended up with a very manual process, despite my attempts. Ideally I'd like to use a macro, but the sequencing involved has me stumped. Any ideas/input using functions as well code would help! The extracted data looks like this short example with 3 rows/5 columns: A B C D E Acct# Acct Name Comp Comp Comp 111 Cash 500.00 550.00 590.00 112 Cash REC 600.00 660.00 690.00 I need to display like this: A B C 000-111 Cash-Comp 500.00 001-111 Cash-Comp 550.00 002-111 Cash-Comp 590.00 000-112 CashREC-Comp 600.00 001-112 CashREC-Comp 660.00 002-112 CashREC-Comp 690.00 Column A to be a combined # derived from the Comp(as a sequencing # prefixed by 00, beginning with 0) Column B to be a combined description derived from Acct Name & the text in the cell for Comp. Column C to be the intersecting value of those. The number of rows & columns will vary from extract to extract. Any ideas? This manipulation has to be done several times a week, for several different extracts. Changing the way it extracts is not optional (it's a gov't website) Am I stuck spending hours manipulating this data around or can Excel help? Thanks so much in advance! D. Cleghorn |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I add column headings to the single sheet. | Excel Discussion (Misc queries) | |||
Combine data to fixed product id | Excel Programming | |||
How do i combine duplicate column headings | Excel Worksheet Functions | |||
Combine two spreadsheets with Different column headings | Excel Discussion (Misc queries) | |||
combine the two into a single formula please | Excel Worksheet Functions |