Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default multiple work sheet data to link in one worksheet


Kindly help me out with this problem. i have a data of multiple clients.
e.g. complete data of a single client will found in single work sheet. the
name of the work sheet is equal to name of the clients. i have around 50
worksheets like this. i just need to combine the sales and operating profits
of all the clients in below given format for each of the month. kindly
suggest how to do it.

sept 09 oct 09 nov 09
client name sales GOP SALES GOP SALES GOP


MIS EXECUTIVE
RKHS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 833
Default multiple work sheet data to link in one worksheet

For, "sales" and "operating profits" are they in the same cell in each
Worksheet?



"MANISH" wrote:


Kindly help me out with this problem. i have a data of multiple clients.
e.g. complete data of a single client will found in single work sheet. the
name of the work sheet is equal to name of the clients. i have around 50
worksheets like this. i just need to combine the sales and operating profits
of all the clients in below given format for each of the month. kindly
suggest how to do it.

sept 09 oct 09 nov 09
client name sales GOP SALES GOP SALES GOP


MIS EXECUTIVE
RKHS

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default multiple work sheet data to link in one worksheet


--
YES ALL THE RELATED DATA IS IN SAME CELL FOR ALL THE WORK SHEETS

MIS EXECUTIVE
RKHS


"trip_to_tokyo" wrote:

For, "sales" and "operating profits" are they in the same cell in each
Worksheet?



"MANISH" wrote:


Kindly help me out with this problem. i have a data of multiple clients.
e.g. complete data of a single client will found in single work sheet. the
name of the work sheet is equal to name of the clients. i have around 50
worksheets like this. i just need to combine the sales and operating profits
of all the clients in below given format for each of the month. kindly
suggest how to do it.

sept 09 oct 09 nov 09
client name sales GOP SALES GOP SALES GOP


MIS EXECUTIVE
RKHS

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default multiple work sheet data to link in one worksheet


--
MIS EXECUTIVE
RKHS


"trip_to_tokyo" wrote:

For, "sales" and "operating profits" are they in the same cell in each
Worksheet?



"MANISH" wrote:


Kindly help me out with this problem. i have a data of multiple clients.
e.g. complete data of a single client will found in single work sheet. the
name of the work sheet is equal to name of the clients. i have around 50
worksheets like this. i just need to combine the sales and operating profits
of all the clients in below given format for each of the month. kindly
suggest how to do it.

sept 09 oct 09 nov 09
client name sales GOP SALES GOP SALES GOP


MIS EXECUTIVE
RKHS


YES
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 833
Default multiple work sheet data to link in one worksheet

Hi Manish, I hope the following will help you.

1. I am working in EXCEL 2007.

2. I have set up one Workbook with 6 Worksheets in it. From left to right
these Worksheets are called:-

Summary_Sheet
Sheet2
Sheet3
Sheet4
Sheet5
Sheet6

3. In cell B 14 of Sheets 2 to 6 inclusive I have entered the number 100.
This represents your, "sales" total.

4. In the Summary_Sheet (the one furthest to the left) at cell at cell B 14
I have entered:-

=SUM(Sheet2:Sheet6!B14)

This returns a total of 500.

Is this what you want?

If it is please hit Yes.

Thanks.



"MANISH" wrote:


--
MIS EXECUTIVE
RKHS


"trip_to_tokyo" wrote:

For, "sales" and "operating profits" are they in the same cell in each
Worksheet?



"MANISH" wrote:


Kindly help me out with this problem. i have a data of multiple clients.
e.g. complete data of a single client will found in single work sheet. the
name of the work sheet is equal to name of the clients. i have around 50
worksheets like this. i just need to combine the sales and operating profits
of all the clients in below given format for each of the month. kindly
suggest how to do it.

sept 09 oct 09 nov 09
client name sales GOP SALES GOP SALES GOP


MIS EXECUTIVE
RKHS


YES



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default multiple work sheet data to link in one worksheet


--
MIS EXECUTIVE
RKHS


"trip_to_tokyo" wrote:

Hi Manish, I hope the following will help you.

1. I am working in EXCEL 2007.

2. I have set up one Workbook with 6 Worksheets in it. From left to right
these Worksheets are called:-

Summary_Sheet
Sheet2
Sheet3
Sheet4
Sheet5
Sheet6

3. In cell B 14 of Sheets 2 to 6 inclusive I have entered the number 100.
This represents your, "sales" total.

4. In the Summary_Sheet (the one furthest to the left) at cell at cell B 14
I have entered:-

=SUM(Sheet2:Sheet6!B14)

This returns a total of 500.

Is this what you want?

If it is please hit Yes.

Thanks.



"MANISH" wrote:


--
MIS EXECUTIVE
RKHS


"trip_to_tokyo" wrote:

For, "sales" and "operating profits" are they in the same cell in each
Worksheet?



"MANISH" wrote:


Kindly help me out with this problem. i have a data of multiple clients.
e.g. complete data of a single client will found in single work sheet. the
name of the work sheet is equal to name of the clients. i have around 50
worksheets like this. i just need to combine the sales and operating profits
of all the clients in below given format for each of the month. kindly
suggest how to do it.

sept 09 oct 09 nov 09
client name sales GOP SALES GOP SALES GOP


MIS EXECUTIVE
RKHS


YES


thanx for reply but this is not the case. i don't want summary of sales and
operating profits. i need customer wise sales and operating profit for all
clients seperately. kindly suggest.

rgds,
manish

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default multiple work sheet data to link in one worksheet

Hi,

If you wish, you may send the file to me at ask(at)ashishmathur(dot)com.
Please send a small sample file only

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"MANISH" wrote in message
...

Kindly help me out with this problem. i have a data of multiple clients.
e.g. complete data of a single client will found in single work sheet.
the
name of the work sheet is equal to name of the clients. i have around 50
worksheets like this. i just need to combine the sales and operating
profits
of all the clients in below given format for each of the month. kindly
suggest how to do it.

sept 09 oct 09 nov 09
client name sales GOP SALES GOP SALES GOP


MIS EXECUTIVE
RKHS


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
Link one worksheet in a workbook to another worksheet in same work bjswise Excel Discussion (Misc queries) 1 February 6th 10 12:09 AM
need a function that will work using multiple work books and sheet capt c Excel Worksheet Functions 1 March 30th 09 10:20 PM
link to another worksheet in the same work jae Excel Discussion (Misc queries) 5 December 28th 08 09:03 PM
how to link data from one source sheet to multiple sheets Ashish Deshmukh Excel Worksheet Functions 2 June 15th 07 04:08 PM
How to link a url to the work sheet Igneshwara reddy[_2_] Setting up and Configuration of Excel 0 March 12th 07 05:40 PM


All times are GMT +1. The time now is 05:53 AM.

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"