Looooooooooooong links.

  • Thread starter Thread starter J Shrimps, Jr.
  • Start date Start date
J

J Shrimps, Jr.

Have a summary spreadsheet based on another spreadsheet.
When I copy the links into the summary spreadsheet,
the contents of the cell isn't:
"c:\Exce\Data\[Payout.xls]Summary'!C12.xls"
-the summary worksheet sums the five
other worksheets.
the link is:
"(c:\Exce\Data\[Payout.xls]Sheet1'!C12+
c:\Exce\Data\[Payout.xls]Sheet2'!C12+
c:\Exce\Data\[Payout.xls]Sheet3'!C12+
c:\Exce\Data\[Payout.xls]Sheet4'!C12+
c:\Exce\Data\[Payout.xls]Sheet5'!C12)
This link can get veeeeeeeeeery long.

Why can't the link represent just
the one cell from the Summary sheet?
The values are correct, but I don't need
to know that the link is based on five
supporting worksheets within the
same spreadsheet.
 
First, I've never seen excel do this on its own.

How did you create the link?

I usually just open that other workbook, type = (equal sign) in the formula bar
in my first worksheet and point to that other cell (and let excel build the
formula for me).

Second (not germane to your specific question).

In that payout.xls workbook, you can insert a worksheet to the left of sheet1
and to the right of sheet 5 and use a formula like this in your summary tab (I
called mine First and Last):

=sum('first:last'!c12)

And make sure that only sheets you want summed are between First and Last.

J Shrimps said:
Have a summary spreadsheet based on another spreadsheet.
When I copy the links into the summary spreadsheet,
the contents of the cell isn't:
"c:\Exce\Data\[Payout.xls]Summary'!C12.xls"
-the summary worksheet sums the five
other worksheets.
the link is:
"(c:\Exce\Data\[Payout.xls]Sheet1'!C12+
c:\Exce\Data\[Payout.xls]Sheet2'!C12+
c:\Exce\Data\[Payout.xls]Sheet3'!C12+
c:\Exce\Data\[Payout.xls]Sheet4'!C12+
c:\Exce\Data\[Payout.xls]Sheet5'!C12)
This link can get veeeeeeeeeery long.

Why can't the link represent just
the one cell from the Summary sheet?
The values are correct, but I don't need
to know that the link is based on five
supporting worksheets within the
same spreadsheet.
 
Much better!
And easier!

Dave Peterson said:
First, I've never seen excel do this on its own.

How did you create the link?

I usually just open that other workbook, type = (equal sign) in the formula bar
in my first worksheet and point to that other cell (and let excel build the
formula for me).

Second (not germane to your specific question).

In that payout.xls workbook, you can insert a worksheet to the left of sheet1
and to the right of sheet 5 and use a formula like this in your summary tab (I
called mine First and Last):

=sum('first:last'!c12)

And make sure that only sheets you want summed are between First and Last.

J Shrimps said:
Have a summary spreadsheet based on another spreadsheet.
When I copy the links into the summary spreadsheet,
the contents of the cell isn't:
"c:\Exce\Data\[Payout.xls]Summary'!C12.xls"
-the summary worksheet sums the five
other worksheets.
the link is:
"(c:\Exce\Data\[Payout.xls]Sheet1'!C12+
c:\Exce\Data\[Payout.xls]Sheet2'!C12+
c:\Exce\Data\[Payout.xls]Sheet3'!C12+
c:\Exce\Data\[Payout.xls]Sheet4'!C12+
c:\Exce\Data\[Payout.xls]Sheet5'!C12)
This link can get veeeeeeeeeery long.

Why can't the link represent just
the one cell from the Summary sheet?
The values are correct, but I don't need
to know that the link is based on five
supporting worksheets within the
same spreadsheet.
 
I presume your solution was actually the second part of Dave's answer
which used 3-D links and that he thought might not be germane to your question. You can look up 3D referecnes in HELP. There is
no
wildcard (i.e. question mark) for worksheetname, As asked the ? mark looked like it was the end of a question.
 

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