Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Help getting output value from another sheet

I have sheet1 where
I input a value in cell A1 =(say 2)
After some calculations done in another cells using A1 value
finally cell A10 is the output value of the calculation.

I have another sheet2 in the same workbook
In column D , i.e D1, D2, D3 I input 2, 3, 4

I want in column E the output value of A10 of sheet1 for the
corresponding input of D1 for A1 (of sheet1).

How can write a macro for this.

Else the only way left out is

I manually substitue the value of D1 (of sheet2) in A1 (of sheet1) and
then copy the output value of A10 (of sheet1) to E1 (of sheet2)

Can anyone help in this regard.

simha Rupa Das


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Help getting output value from another sheet

In A1 of Sheet1 put this formula:

=Sheet2!D1

In E10 of Sheet2 put this formula:

=Sheet1!A10

If you change what is in D1 in Sheet2 this will ripple through and
affect your value in E10.

Hope this helps.

Pete

On Jan 15, 5:28*am, " wrote:
I have sheet1 where
I input a value in cell A1 =(say *2)
After some calculations done in another cells using A1 value
finally cell A10 is the output value of the calculation.

I have another sheet2 in the same workbook
In column D , i.e D1, D2, D3 I input 2, 3, 4

I want in column E the output value of A10 of sheet1 for the
corresponding input of D1 for A1 (of sheet1).

How can write a macro for this.

Else the only way left out is

I manually substitue the value of D1 (of sheet2) in A1 (of sheet1) and
then copy the output value of A10 (of sheet1) to E1 (of sheet2)

Can anyone help in this regard.

simha Rupa Das


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
formula output durebel1 Excel Worksheet Functions 1 September 23rd 07 11:20 AM
Output to calendar Mary New Users to Excel 2 June 5th 07 08:50 PM
VBA - Function Output Jeff Excel Discussion (Misc queries) 2 March 30th 07 07:53 PM
diverting output -az Excel Worksheet Functions 1 February 24th 06 12:53 AM
Formating output. JustSomeGuy Excel Discussion (Misc queries) 12 November 29th 04 09:03 PM


All times are GMT +1. The time now is 05:37 PM.

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"