#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Data Box

Hi, thanks for having a look at this question.

I am trying to display data held on say sheet1, in sheet2,
in some kind of scroll box, probably about 4 rows deep.
The purpose is that as the user enters some data in
sheet2, he can refer to this scroll box to check on
previous data that other users have entered without having
to revert to looking at sheet1 itself.

I have tried, and tried to do this, but I seem to get
nowhere !

Robert

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Data Box

easy enough using INDIRECT.



say you're on sheet1 and you need to see what's in sheet2

In sheet2, place a table of data in A1:D100

in sheet1 cell A1 put the text Sheet2
in sheet1 cell A2 put the value -12
in sheet1 cell A3 put the value -6

We will use the OFFSET function to get the value.
But first , just enter the formula, then we'll go through
it.

IN sheet1 cell F12 put the formula

=OFFSET(INDIRECT($A$1),ROW()+$A$2,COLUMN()+$A$3)

copy this right two more columns , and worn Five rows
this is our window....its the same width, 3 columns as
our table, but only 5 rows.

You'll see that the value in F12 is the same as sheet2!A1

Now make sure that Calcculation is Automatic
change A2 to say +5
You'll see the values in F12 correspond to Sheet2!A18

So A1 is the 'root' while A2 and A3 are the offsets.

changing A2 higher or lower returns a different view

I have a demo if anyone wants it...email me directyl.

Patrick Molloy
Microsoft Excel MVP










-----Original Message-----
Hi, thanks for having a look at this question.

I am trying to display data held on say sheet1, in

sheet2,
in some kind of scroll box, probably about 4 rows deep.
The purpose is that as the user enters some data in
sheet2, he can refer to this scroll box to check on
previous data that other users have entered without

having
to revert to looking at sheet1 itself.

I have tried, and tried to do this, but I seem to get
nowhere !

Robert

.

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
Data Labels- POssible to show data value and data label together? kippers Charts and Charting in Excel 1 April 1st 09 01:33 PM
Increase Your Business By Data Conversion, Data Format and Data EntryServices in India Data Entry India Excel Worksheet Functions 1 March 31st 08 12:51 PM
Save 20% On Data Conversion and Data Formats Services by Data EntryIndia Data Entry India Excel Discussion (Misc queries) 0 March 31st 08 12:00 PM
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing [email protected] Excel Discussion (Misc queries) 0 March 20th 08 12:45 PM
MULTIPLE DATA - How to insert new data into existing data.... Rodorodo Excel Discussion (Misc queries) 0 December 15th 06 11:50 PM


All times are GMT +1. The time now is 08:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"