Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Short cut to refer a cell in diference worksheet

I need to summary a data from difference worksheet, but same cell in each
worksheet, instead of type'=' then click on cell in each work sheet
repeatedly, any shut cut?
--
Aclim
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Short cut to refer a cell in diference worksheet

The formula that will generate will be something like:
=Sheet2!A1

Cell A1 in that sheet
If the sheet name has a space the Sheet1 might become 'Sheet 1'

You could prep all your references in notepad if its easier for you and just
plop them in for each one. But you have to be specific about which cell you
are referring to.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Short cut to refer a cell in diference worksheet

Do you mean that you want to sum the same cell from different
worksheets? If so, you can insert 2 new worksheets called "start" and
"end", and move them so they encompass the sheets you want to sum from
rather like a sandwich. Then you can use this formula:

=start:end!A1

Hope this helps.

Pete

On Aug 4, 11:35*am, aclim wrote:
I need to summary a data from difference worksheet, but same cell in each
worksheet, instead of type'=' then click on cell in each work sheet
repeatedly, any shut cut?
--
Aclim


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Short cut to refer a cell in diference worksheet

Thank 'Gaijintendo', for sumary like :
=Sheet2!A1
=Sheet3!A1
=Sheet4!A1
=Sheet5!A1
=Sheet6!A1
Any short cut for this action?
--
Aclim


"Gaijintendo" wrote:

The formula that will generate will be something like:
=Sheet2!A1

Cell A1 in that sheet
If the sheet name has a space the Sheet1 might become 'Sheet 1'

You could prep all your references in notepad if its easier for you and just
plop them in for each one. But you have to be specific about which cell you
are referring to.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Short cut to refer a cell in diference worksheet

you could make column A in a blank sheet be numbers 1, 2, 3 etc (paste the
format down the column)
Then make the formula, of column B be =concatenate("Sheet",A1,"!A1")

then copy the contents of column B and "Paste Special - Values"

But you probably mean in a more general sense... And I don't know of any way
to program this with Visual Basic or such :-S Sorry.


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Short cut to refer a cell in diference worksheet

Thank "Pete_UK" for useful short cut, how about if the case that i have few
work sheet name as:
Sheet1
Sheet2
Sheet3
Sheet4
Sheet5
Sheet6
Sheet7
Sheet8

But for summary in the next worksheet, I like to collect all data in above
worksheet, the formula in cell will be:
Cell A1 in summary sheet will be =Sheet1!A1
Cell A2 in summary sheet will be =Sheet2!A1
Cell A3 in summary sheet will be =Sheet3!A1
Cell A4 in summary sheet will be =Sheet4!A1...etc
Any short cut for this action?
--
Aclim


"Pete_UK" wrote:

Do you mean that you want to sum the same cell from different
worksheets? If so, you can insert 2 new worksheets called "start" and
"end", and move them so they encompass the sheets you want to sum from
rather like a sandwich. Then you can use this formula:

=start:end!A1

Hope this helps.

Pete

On Aug 4, 11:35 am, aclim wrote:
I need to summary a data from difference worksheet, but same cell in each
worksheet, instead of type'=' then click on cell in each work sheet
repeatedly, any shut cut?
--
Aclim



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Short cut to refer a cell in diference worksheet

In your summary sheet you can use a formula like this:

=INDIRECT("'Sheet"&ROW(A1)&"'!A1")

and then copy this down as required.

Hope this helps.

Pete

On Aug 4, 12:16*pm, aclim wrote:
Thank "Pete_UK" for useful short cut, how about if the case that i have few
work sheet name as:
Sheet1
Sheet2
Sheet3
Sheet4
Sheet5
Sheet6
Sheet7
Sheet8

But for summary in the next worksheet, I like to collect all data in above
worksheet, the formula in cell will be:
Cell A1 in summary sheet will be =Sheet1!A1
Cell A2 in summary sheet will be =Sheet2!A1
Cell A3 in summary sheet will be =Sheet3!A1
Cell A4 in summary sheet will be =Sheet4!A1...etc
Any short cut for this action?
--
Aclim



"Pete_UK" wrote:
Do you mean that you want to sum the same cell from different
worksheets? If so, you can insert 2 new worksheets called "start" and
"end", and move them so they encompass the sheets you want to sum from
rather like a sandwich. Then you can use this formula:


=start:end!A1


Hope this helps.


Pete


On Aug 4, 11:35 am, aclim wrote:
I need to summary a data from difference worksheet, but same cell in each
worksheet, instead of type'=' then click on cell in each work sheet
repeatedly, any shut cut?
--
Aclim- Hide quoted text -


- Show quoted text -


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Short cut to refer a cell in diference worksheet

NOTE: this should have been:

=SUM(start:end!A1)

Sorry about that.

Pete

On Aug 4, 11:57*am, Pete_UK wrote:
Do you mean that you want to sum the same cell from different
worksheets? If so, you can insert 2 new worksheets called "start" and
"end", and move them so they encompass the sheets you want to sum from
rather like a sandwich. Then you can use this formula:

=start:end!A1

Hope this helps.

Pete

On Aug 4, 11:35*am, aclim wrote:



I need to summary a data from difference worksheet, but same cell in each
worksheet, instead of type'=' then click on cell in each work sheet
repeatedly, any shut cut?
--
Aclim- Hide quoted text -


- Show quoted text -


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
TAB NAME IN A WOORKBOOK REFER TO A CELL ON WORKSHEET [email protected] Excel Discussion (Misc queries) 3 October 10th 08 08:37 PM
How to refer cell E53 from the previous (=next left) worksheet? Jeff Korn Excel Discussion (Misc queries) 2 June 13th 08 06:48 PM
how do I refer a cell to workbook name not worksheet esparzaone Excel Discussion (Misc queries) 2 October 2nd 07 09:18 PM
How can I refer to a worksheet using text in a cell? Preston Excel Discussion (Misc queries) 3 October 13th 06 01:35 PM
refer to last cell in worksheet? svh646 Excel Worksheet Functions 2 July 25th 06 01:23 AM


All times are GMT +1. The time now is 04:00 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"