Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Every 2 months i have to prepare a financial forecast. This forecast is to be presented in various ways. This activity becomes tedious since the same info is to be presented i a number of ways. So i have linked the forecast sheet with another "Master Input Sheet". This "master input sheet" enables me to present the forecast data in variety of ways with ease. The "Master Input Sheet" and "forecast sheet" are kept in the sam file. However,the forecast undergoes changes every 2 months. I tried deleting the previous months forecast sheet and inserting th new forecast sheet. But the "Master Input sheet" throws up the #REF error. Linking the "Master Input sheet" again is a tedious process. Can I retain the links in the "Master Input Sheet" and keep on addin new forecast sheets? Thanks -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When your data is in sheet2 cell B4.
and you want this data in sheet1 you can make this link dynamic. Sheet 1= in cell A1 you type: sheet2 in cell A2 you type: =INDIRECT(A1&"!B4") By changing cell A1 you can change the origin of the data. regards, Arie -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Arien,
Many Thanx. However their is a slight problem. As u said i have tried out the solution. However,my sheet 1 has been structured in such a format that when th cells are dragged horizontally the links are automatically created fo the corresponding cells in sheet 2. To make it more clear: By dragging cell A2 only cell A1 changes to A2,however cell B4 does no change to B5. I have put $sign to cell A1 i.e $A$1. But can you suggest a way to change cell B4 to B5 and so on. Thanks, Anura -- Message posted from http://www.ExcelForum.com |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Anurag,
You can use the same formula: in sheet1 you type: Cell A1: Sheet2 Cell B1: B4 or B5 or whatever link you like Cell B2: =INDIRECT($A$1&"!"&B1) you can drag formulas in column B horizontaly and your links chang verticaly. I hope I understood you correct. Otherwise please let me know. regards, Arie -- Message posted from http://www.ExcelForum.com |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Arien,
U hav understood my problem correctly. But i cant type in cell "B1:B4 or B5" since that would be a lot o typing.I have got multiple data in numerous rows and columns. For each row i will hav to type the reference cell in Sheet2 Cant the B4 cell change automatically on dragging? Many Thanks, Nilay -- Message posted from http://www.ExcelForum.com |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Nilay,
You can amend the same formula again in Sheet 1: Cell A1= sheet2 Cell B3 = B Cell C3 = C or whatever link you like Cell A4 = 4 Cell A5 = 11 or whatever link you like Row 3 and column A can both be dragged further Cell B4 = =INDIRECT($A$1&"!"&B$3&$A4) This formula can be copied to B4..C5 and further. Hope this helps you regards, Arie -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual Basic Error Run Time Error, Type Mismatch | Excel Discussion (Misc queries) | |||
Error: "Excel encountered an error and had to remove some formatti | Excel Discussion (Misc queries) | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
Syntax Error Runtime Error '424' Object Required | Excel Programming |