Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 61
Default Macro to "separate" entries in a field?

A quick example of two "records" in a sheet full of similarly
structured records. The first line in each is the title, the second a
set of keywords related to the title above it (and the numbers = page
numbers):

(Topic) Big Bang Nucleosynthesis 5
(Keywords) baryogenesis 5, hydrogen 6, primordial nucleosynthesis 6

(Topic) Planetary Nebula 1
(Keywords) Milky Way Galaxy 1, ionized gas 2

----------------------------------------

Is there a way to have a source sheet that contains many entries
entered in the above style, or whatever works best to achieve results,
output to something like this index below?

----------------------------------------

B
baryogenesis 5 (Big Bang Nucleosynthesis, 5)
Big Bang Nucleosynthesis, 5

H
hydrogen 6 (Big Bang Nucleosynthesis, 5)

I
ionized gas 2 (Planetary Nebula, 1)

M
Milky Way Galaxy 1 (Planetary Nebula, 1)

P
Planetary Nebula, 1
primordial nucleosynthesis 6 (Big Bang Nucleosynthesis, 5)

----------------------------------------

The really necessary automation would be required for breaking up the
keywords, so if the entire process above would involve too complex a
macro, at least, if there would be a way to separate the keywords,
that would still be really, really good. I could then try to figure
out a way to automate sorting everything alphabeticallly afterwards.
The breakdown is what would be wonderful to automate since that's what
takes hours of work.

The index is required for books that are not digitized, that is why
I'm trying to find a software solution. There is actually software
that supposedly creates an index for electronic books but that doesn't
help here <g.

Does anyone know of code that could do this? Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,522
Default Macro to "separate" entries in a field?

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"StargateFan" wrote in message
...
A quick example of two "records" in a sheet full of similarly
structured records. The first line in each is the title, the second a
set of keywords related to the title above it (and the numbers = page
numbers):

(Topic) Big Bang Nucleosynthesis 5
(Keywords) baryogenesis 5, hydrogen 6, primordial nucleosynthesis 6

(Topic) Planetary Nebula 1
(Keywords) Milky Way Galaxy 1, ionized gas 2

----------------------------------------

Is there a way to have a source sheet that contains many entries
entered in the above style, or whatever works best to achieve results,
output to something like this index below?

----------------------------------------

B
baryogenesis 5 (Big Bang Nucleosynthesis, 5)
Big Bang Nucleosynthesis, 5

H
hydrogen 6 (Big Bang Nucleosynthesis, 5)

I
ionized gas 2 (Planetary Nebula, 1)

M
Milky Way Galaxy 1 (Planetary Nebula, 1)

P
Planetary Nebula, 1
primordial nucleosynthesis 6 (Big Bang Nucleosynthesis, 5)

----------------------------------------

The really necessary automation would be required for breaking up the
keywords, so if the entire process above would involve too complex a
macro, at least, if there would be a way to separate the keywords,
that would still be really, really good. I could then try to figure
out a way to automate sorting everything alphabeticallly afterwards.
The breakdown is what would be wonderful to automate since that's what
takes hours of work.

The index is required for books that are not digitized, that is why
I'm trying to find a software solution. There is actually software
that supposedly creates an index for electronic books but that doesn't
help here <g.

Does anyone know of code that could do this? Thanks.


Reply
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
Changing the "From" field in Outlook using Excel macro DS Excel Programming 2 September 24th 08 10:22 AM
Run macro only if Field E10 = "WO ID" and AB10 = "Spec Sizing" ldiaz Excel Discussion (Misc queries) 2 March 16th 08 09:23 PM
Run macro only if Field E10 = "WO ID" and AB10 = "Spec Sizing" ldiaz Excel Discussion (Misc queries) 2 March 15th 08 07:26 PM
Pivot Tables - How can I "reset" the selections in "Row Field"? shadestreet Excel Discussion (Misc queries) 3 April 24th 06 06:29 PM
"Clean Me" Macro is giving "#VALUE!" error in the Notes field. Ryan Watkins Excel Programming 1 June 11th 05 12:25 AM


All times are GMT +1. The time now is 12:22 PM.

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

About Us

"It's about Microsoft Excel"