A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to select a cell from another work sheet base on a formula



 
 
Thread Tools Display Modes
  #1  
Old August 6th, 2004, 10:56 PM
Jane
external usenet poster
 
Posts: n/a
Default How to select a cell from another work sheet base on a formula

I have a datasource worksheet and output work sheets. I
want to want to link a cell in datasource work sheet on
the outputwork sheets base on a formula.

For example:

datasource work sheet
a10 Steve
a11 Male
a12 work at home
a13 Sue
a14 Female
a15 work at officev
a16 Mary
a17 Female
a18 work at office

on output1 work sheet
a1 1 (I create this value for used in formula)
a2 Steve

on output2 work sheet
a1 2 (I create this value for used in formula)
a2 Sue

Since I need to create 10 output work sheets base on one
datasource sheet, I need to have the a2's (on output
sheet) value base on a formula.
somthing like =datasource!a(10 + (value(a1)-1)*3)

What is the correct systex for this formula? or Any other
way to do it?

Thank you for your help!

Jane



  #2  
Old August 7th, 2004, 12:11 AM
Max
external usenet poster
 
Posts: n/a
Default How to select a cell from another work sheet base on a formula

... I need to have the a2's (on output
sheet) value base on a formula.
somthing like =datasource!a(10 + (value(a1)-1)*3)


In each of your output sheets:

Try in A2:
=INDIRECT("datasource!A"&(10+(A$1-1)*3)+ROW(A1)-1)
Copy A2 down to A4

This will return the 3 lines of data for each person
which you have in the sample data
in A10:A18 in "datasource"

For example in sheet: output1

You have put in A1: 1
A2 will return "Steve"
A3 will return "Male"
A4 will return "work at home"

--
Instead of formulating in 10 sheets,
might be easier to just create one output sheet first,
then make* another 9 copies of the sheet,
then rename the tabs and change the values in A1
(via example: Edit Move or Copy Sheet)
--
Rgds
Max
xl 97
---
Please respond in thread
xdemechanik atyahoodotcom
----
"Jane" wrote in message
...
I have a datasource worksheet and output work sheets. I
want to want to link a cell in datasource work sheet on
the outputwork sheets base on a formula.

For example:

datasource work sheet
a10 Steve
a11 Male
a12 work at home
a13 Sue
a14 Female
a15 work at officev
a16 Mary
a17 Female
a18 work at office

on output1 work sheet
a1 1 (I create this value for used in formula)
a2 Steve

on output2 work sheet
a1 2 (I create this value for used in formula)
a2 Sue

Since I need to create 10 output work sheets base on one
datasource sheet, I need to have the a2's (on output
sheet) value base on a formula.
somthing like =datasource!a(10 + (value(a1)-1)*3)

What is the correct systex for this formula? or Any other
way to do it?

Thank you for your help!

Jane





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Still having Web Page Pathing Problems / Relative Links show Netwo webmaster Powerpoint 27 July 15th, 2004 11:16 PM
2 worksheet and dropdown list David Worksheet Functions 12 February 22nd, 2004 03:14 PM
copying and controling a formula cell to cell kevin Worksheet Functions 5 February 13th, 2004 01:26 PM
Formula using cell reference from different sheet SLaney Worksheet Functions 1 February 12th, 2004 07:52 AM
How to put value in cell in Sheet 1 into cell in Sheet2 Juan Melero Worksheet Functions 3 December 4th, 2003 01:40 AM


All times are GMT +1. The time now is 07:55 PM.


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