California Kid
New Member
- Joined
- Mar 26, 2008
- Messages
- 15
I have 2007 and have set up what is likely more convoluted worksheet than necessary however I think I am close to achieving what I was hoping for and have run into a problem. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I have a “data” worksheet with a table of information 1-100, I have separate worksheets also named 1,2,3,…100 that would hopefully pull information from the “data” worksheet based on their worksheet name (number) for the respective information in the “data” worksheet. I then am doing calculations with the worksheet name (number) to create work orders. I have this working for a single sheet but when I copied the worksheet (1) and made a worksheet (2) it seems to work for either sheet however if I move from the work sheet and change information on the “data” worksheet when I return to the numbered worksheet I see #ref error and need to hit f9 to recalculate and then the information is corrected. I have the sheets set to automatic recalculation however it does not seem to happen? I am confused. I pull in the work sheet # with the following =RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))+1<o></o>
I add the 1 to account for the row heading. I then pull the information from the “data” worksheet with =INDIRECT("data!a"&T1&"") to fill out the work order. I have some additional complications which I can describe once I have figured out this frustration. Appreciate your assistance. Kid<o></o>
I have a “data” worksheet with a table of information 1-100, I have separate worksheets also named 1,2,3,…100 that would hopefully pull information from the “data” worksheet based on their worksheet name (number) for the respective information in the “data” worksheet. I then am doing calculations with the worksheet name (number) to create work orders. I have this working for a single sheet but when I copied the worksheet (1) and made a worksheet (2) it seems to work for either sheet however if I move from the work sheet and change information on the “data” worksheet when I return to the numbered worksheet I see #ref error and need to hit f9 to recalculate and then the information is corrected. I have the sheets set to automatic recalculation however it does not seem to happen? I am confused. I pull in the work sheet # with the following =RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))+1<o></o>
I add the 1 to account for the row heading. I then pull the information from the “data” worksheet with =INDIRECT("data!a"&T1&"") to fill out the work order. I have some additional complications which I can describe once I have figured out this frustration. Appreciate your assistance. Kid<o></o>