Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a file with 30 Worksheets for date March 1 to March 30, with some daily sales data, Now I want a folmula by which I can retrieve the figure from a particluar date's worksheet which I specify, or in other words, Is there any formula where it can move from one sheet to another and retrieve values. any sugestions will be highly appreciated |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
The INDIRECT function may do what you want. As you did not provide enough details, lets say the data you want is either on "Sheet1" or "Sheet2:, both in cell A4. On "Sheet 3" place the sheet number that you want to refer to in cell B6 and place the following formula in another cell =INDIRECT("Sheet"&B6&"!A4") Hope this helps. Sean "Anift" wrote in message ... Hi, I have a file with 30 Worksheets for date March 1 to March 30, with some daily sales data, Now I want a folmula by which I can retrieve the figure from a particluar date's worksheet which I specify, or in other words, Is there any formula where it can move from one sheet to another and retrieve values. any sugestions will be highly appreciated |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check out the INDIRECT( ) function in Excel Help. With this you can
specify the address (including sheet name) of the cell you want to get data from. Hope this helps. Pete |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Sean....
This is what I was looking for you.. Kudos to u Thanks again Anift "Sean" wrote: Hi, The INDIRECT function may do what you want. As you did not provide enough details, lets say the data you want is either on "Sheet1" or "Sheet2:, both in cell A4. On "Sheet 3" place the sheet number that you want to refer to in cell B6 and place the following formula in another cell =INDIRECT("Sheet"&B6&"!A4") Hope this helps. Sean "Anift" wrote in message ... Hi, I have a file with 30 Worksheets for date March 1 to March 30, with some daily sales data, Now I want a folmula by which I can retrieve the figure from a particluar date's worksheet which I specify, or in other words, Is there any formula where it can move from one sheet to another and retrieve values. any sugestions will be highly appreciated |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Pete,
I didnt know you can specify the sheet's name in that.. Thanks a ton "Pete_UK" wrote: Check out the INDIRECT( ) function in Excel Help. With this you can specify the address (including sheet name) of the cell you want to get data from. Hope this helps. Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to look up value in another Sheet based on criteria in first sheet. | Excel Worksheet Functions | |||
Excel how do I link text values in one sheet to another sheet? | Excel Discussion (Misc queries) | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions | |||
consolidate values to a checklist on sheet 2 | Excel Discussion (Misc queries) | |||
Naming & renaming a sheet tab | Excel Worksheet Functions |