View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default How to identify text (compare) in one sheet, then move it another


use word not excel.

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


mag7417 wrote :


Hi!

I have a problem I hope someone here can help me with. I have two
sheets in my excel file.

Sheet 1: A table of contents. All in the A column (e.g. "1.2.4 This
and that")
E.g.
1 Introduction
1.1 Purpose
2
3
3.1
3.1.1

Sheet 2: The entire document. An ID# in A and then the text in B.

What I want to do is to match all the ID's in sheet two to the ToC in
sheet one. I.e. I "simply" want each ID# for each heading in the
document to show up in sheet one. I also want all ID's under each
heading to be inserted under each heading in the ToC.

It is all a requirement doc listing for all the requirements.
Basically what I want to do is to list all the eq ID's in sheet two
under with the corresponding heading in sheet one.