Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have two worksheets: 1) A worksheet where data is displayed 2) A worksheet with the raw data I need to know, can an offset formula in an Excel formula bar of worksheet 1, be clever to pick data from selected cells in worksheet 2 and display it in the first worksheet? Any help would be much appreciated. Nadia |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nadia,
Yes. There are many ways in which the raw data from a selected cell can be displayed in another sheet. For example =index([range/named range],[row number], [column number]) = indirect(F9) ....where cell F9 contains the Name (Named Range) of the cell containing the raw data value. and many other ways almost the sky is the limit. Cheers Robert Hind wrote in message ... Hi, I have two worksheets: 1) A worksheet where data is displayed 2) A worksheet with the raw data I need to know, can an offset formula in an Excel formula bar of worksheet 1, be clever to pick data from selected cells in worksheet 2 and display it in the first worksheet? Any help would be much appreciated. Nadia |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I have seperate headers for seperate pages in 1 worksheet? | Excel Discussion (Misc queries) | |||
Data in a seperate worksheet | Excel Discussion (Misc queries) | |||
Chart in seperate worksheet | Charts and Charting in Excel | |||
Hidden Row in seperate worksheet. | Excel Programming | |||
Cut and Paste to A Seperate Worksheet | Excel Programming |