Complex table linking

  • Thread starter Thread starter Patch
  • Start date Start date
P

Patch

Hi there,

Need some help with the following two problems.

1. Create two sets of tables that must each run numerically. For example set
one muct have a field that counts A1, A2, A3 etc. For set two also a unique
count field, B1, B2, B3 etc. Each of these tables will also have a unique
name / title.

2. I then need a 'contents' table that will take A1, A2, B1, B2 etc and link
ther respective titles.

I hope this is enough information to help.

Thanks,
Patch
 
Are you trying to do this in Word or Excel. I ask b/c your post is in Word
Gerneral Questions. None the less, its seems as if you have a small formula
issue. If you want to add cell values, use the SUM option. If you want to
combined cell values, try useing CONCATENATE.

NOTE: SUM example A4=SUM(A1:A3) or A4=SUM(A1,A2,A3,B1,B2,B3)
CONCATENATE example CONCATENATE(A1,A3)
 
Thanks Pierre,
This is a Word question hence a little more tricky I suppose? Any
suggestions for Word?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top