Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TR TR is offline
external usenet poster
 
Posts: 11
Default How to return value from functions in other sheets?

First of all, I don't think I am smart enough to go coding.
Being that, is there anyway to build calculation functions in Sheet2 and
list possible input in Sheet1 and automatically getting values under
different inputs?
For example, I put equity valuation calculations on Sheet2. A1 of Sheet2 is
the earning growth rate assumption, which drives all the equity valuation
calculations. In sheet1, can I input expected growth rate in A1 and get
equity value on A2 (based on the calculations on Sheet2)?
I understand that creating a table can be helpful. But Table does not work
in separate sheets. Plus, if I want other parameters in the calculations in
addition to the equity value, I have to create other tables.

Appreciate your help!

Rt

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How to return value from functions in other sheets?

You can refer to values in other sheets by including the sheetname plus
an exclamation mark before the cell reference. So, imagine you want the
cell A1 in Sheet1 to hold the growth rate - in Sheet2 wherever you need
to use this value in a calculation you would have:

Sheet1!A1

in your formulae. (Or, in Sheet2 A1 enter the formula =Sheet1!A1 to
bring that across)

Similarly, assume the results of your calculations in Sheet2 are in
cell D6, and you want this to be shown in A2 of Sheet1 - in this cell
you would have the formula:

=Sheet2!D6

If you want to put other parameters in Sheet1, then use the cells B1,
C1 etc and then change the formulae in Sheet2 to bring the values from
the appropriate cells of Sheet1.

Hope this helps.

Pete

TR wrote:
First of all, I don't think I am smart enough to go coding.
Being that, is there anyway to build calculation functions in Sheet2 and
list possible input in Sheet1 and automatically getting values under
different inputs?
For example, I put equity valuation calculations on Sheet2. A1 of Sheet2 is
the earning growth rate assumption, which drives all the equity valuation
calculations. In sheet1, can I input expected growth rate in A1 and get
equity value on A2 (based on the calculations on Sheet2)?
I understand that creating a table can be helpful. But Table does not work
in separate sheets. Plus, if I want other parameters in the calculations in
addition to the equity value, I have to create other tables.

Appreciate your help!

Rt


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default How to return value from functions in other sheets?

excuse me Pete....TR - I guess u need to make a new highlighted thread named
"PARAMETERS" that is a solver's domain and probably macros. Many will reply
to give suggestions...

"Pete_UK" wrote:

You can refer to values in other sheets by including the sheetname plus
an exclamation mark before the cell reference. So, imagine you want the
cell A1 in Sheet1 to hold the growth rate - in Sheet2 wherever you need
to use this value in a calculation you would have:

Sheet1!A1

in your formulae. (Or, in Sheet2 A1 enter the formula =Sheet1!A1 to
bring that across)

Similarly, assume the results of your calculations in Sheet2 are in
cell D6, and you want this to be shown in A2 of Sheet1 - in this cell
you would have the formula:

=Sheet2!D6

If you want to put other parameters in Sheet1, then use the cells B1,
C1 etc and then change the formulae in Sheet2 to bring the values from
the appropriate cells of Sheet1.

Hope this helps.

Pete

TR wrote:
First of all, I don't think I am smart enough to go coding.
Being that, is there anyway to build calculation functions in Sheet2 and
list possible input in Sheet1 and automatically getting values under
different inputs?
For example, I put equity valuation calculations on Sheet2. A1 of Sheet2 is
the earning growth rate assumption, which drives all the equity valuation
calculations. In sheet1, can I input expected growth rate in A1 and get
equity value on A2 (based on the calculations on Sheet2)?
I understand that creating a table can be helpful. But Table does not work
in separate sheets. Plus, if I want other parameters in the calculations in
addition to the equity value, I have to create other tables.

Appreciate your help!

Rt



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TR TR is offline
external usenet poster
 
Posts: 11
Default How to return value from functions in other sheets?

Thanks, Pete_UK!

The problem I am facing is something like sensitivity analysis. I may have a
long list of possible growth rate in Sheet1. I'd like to see the different
equity prices bases on different growth assuptions. The issue is that when I
put in a new growth rate as you suggested in sheet1, the old equity price is
gone.

I understand that a table can be helpful. However, if I'd like to see the
sensitivity of growth rate on other conclusions, such as market multiples,
ranking..., I would have to build many tables. Plus, table is not desgined to
work across worksheets.

Please let me know if I misunderstood.

Thank you!


"Pete_UK" wrote:

You can refer to values in other sheets by including the sheetname plus
an exclamation mark before the cell reference. So, imagine you want the
cell A1 in Sheet1 to hold the growth rate - in Sheet2 wherever you need
to use this value in a calculation you would have:

Sheet1!A1

in your formulae. (Or, in Sheet2 A1 enter the formula =Sheet1!A1 to
bring that across)

Similarly, assume the results of your calculations in Sheet2 are in
cell D6, and you want this to be shown in A2 of Sheet1 - in this cell
you would have the formula:

=Sheet2!D6

If you want to put other parameters in Sheet1, then use the cells B1,
C1 etc and then change the formulae in Sheet2 to bring the values from
the appropriate cells of Sheet1.

Hope this helps.

Pete

TR wrote:
First of all, I don't think I am smart enough to go coding.
Being that, is there anyway to build calculation functions in Sheet2 and
list possible input in Sheet1 and automatically getting values under
different inputs?
For example, I put equity valuation calculations on Sheet2. A1 of Sheet2 is
the earning growth rate assumption, which drives all the equity valuation
calculations. In sheet1, can I input expected growth rate in A1 and get
equity value on A2 (based on the calculations on Sheet2)?
I understand that creating a table can be helpful. But Table does not work
in separate sheets. Plus, if I want other parameters in the calculations in
addition to the equity value, I have to create other tables.

Appreciate your help!

Rt



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
worksheet to worksheet . . . Wayne Knazek Excel Worksheet Functions 5 September 27th 06 06:57 PM
Function(s) that return multiple separated references akullen Excel Worksheet Functions 2 March 16th 06 02:47 PM
insert Rows with Formulas in Place on Multiple Sheets? Michael Link Excel Discussion (Misc queries) 5 March 9th 06 01:54 PM
Return to individual sheets KISS Excel Worksheet Functions 3 September 8th 05 06:49 AM
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) RICHARD Excel Worksheet Functions 1 March 15th 05 05:49 PM


All times are GMT +1. The time now is 08:41 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"