#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Formula Use

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Formula Use

The brackets indicate this is an array formula. An array formula applies the
formula to all of the cells in a range (or array). See this site for more
info:
http://www.cpearson.com/excel/array.htm

The TABLE reference could either be a defined function or a named range.
Hit F5 and see if the word TABLE shows up in the list. If it does, select it
and you'll have the whole range for TABLE highlighted. If it's a defined
function (which is my guess), right click the tab name and "View Code" to see
what the TABLE function does in your particular worksheet.

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Formula Use

Thank you for the explanation, however, I still fail to understand the
formula. I will read the explanation at cpearson.
I tried your suggestion of hittinh F5, but nothing show up.

Any other ideas?

Thank you.

"KC Rippstein" wrote:

The brackets indicate this is an array formula. An array formula applies the
formula to all of the cells in a range (or array). See this site for more
info:
http://www.cpearson.com/excel/array.htm

The TABLE reference could either be a defined function or a named range.
Hit F5 and see if the word TABLE shows up in the list. If it does, select it
and you'll have the whole range for TABLE highlighted. If it's a defined
function (which is my guess), right click the tab name and "View Code" to see
what the TABLE function does in your particular worksheet.

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Formula Use

TABLE is used with data tables. They are used in sensitivity analysis; for
example, analyzing the effect of interest rates on a company's debt. See
here for some info:
http://www.ce.cmu.edu/~hsm/bca2005/l...chrome2001.pdf

Note that the formula you give below is an array formula as the other
responder indicated, however, it has nothing to do with named ranges.

Dave
--
Brevity is the soul of wit.


"Walter H" wrote:

Thank you for the explanation, however, I still fail to understand the
formula. I will read the explanation at cpearson.
I tried your suggestion of hittinh F5, but nothing show up.

Any other ideas?

Thank you.

"KC Rippstein" wrote:

The brackets indicate this is an array formula. An array formula applies the
formula to all of the cells in a range (or array). See this site for more
info:
http://www.cpearson.com/excel/array.htm

The TABLE reference could either be a defined function or a named range.
Hit F5 and see if the word TABLE shows up in the list. If it does, select it
and you'll have the whole range for TABLE highlighted. If it's a defined
function (which is my guess), right click the tab name and "View Code" to see
what the TABLE function does in your particular worksheet.

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Formula Use

Did you try right-clicking the worksheet's tab name and viewing the code? A
user defined function should actually be in one of the different "modules" on
the left hand side, so click on each one until you see if you can find a code
that mentions TABLE. Hopefully it's commented well.
--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

Thank you for the explanation, however, I still fail to understand the
formula. I will read the explanation at cpearson.
I tried your suggestion of hittinh F5, but nothing show up.

Any other ideas?

Thank you.

"KC Rippstein" wrote:

The brackets indicate this is an array formula. An array formula applies the
formula to all of the cells in a range (or array). See this site for more
info:
http://www.cpearson.com/excel/array.htm

The TABLE reference could either be a defined function or a named range.
Hit F5 and see if the word TABLE shows up in the list. If it does, select it
and you'll have the whole range for TABLE highlighted. If it's a defined
function (which is my guess), right click the tab name and "View Code" to see
what the TABLE function does in your particular worksheet.

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Formula Use

This is another good link explaining data tables:
http://www.ozgrid.com/Excel/data-tables.htm

Dave
--
Brevity is the soul of wit.


"Walter H" wrote:

Thank you for the explanation, however, I still fail to understand the
formula. I will read the explanation at cpearson.
I tried your suggestion of hittinh F5, but nothing show up.

Any other ideas?

Thank you.

"KC Rippstein" wrote:

The brackets indicate this is an array formula. An array formula applies the
formula to all of the cells in a range (or array). See this site for more
info:
http://www.cpearson.com/excel/array.htm

The TABLE reference could either be a defined function or a named range.
Hit F5 and see if the word TABLE shows up in the list. If it does, select it
and you'll have the whole range for TABLE highlighted. If it's a defined
function (which is my guess), right click the tab name and "View Code" to see
what the TABLE function does in your particular worksheet.

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formula Use

I don't remember ever using these things, but look at Data|Table in the
worksheet menubar.

From what I see in the newsgroups, not many people use them--or the people who
use them don't have many questions!

"KC Rippstein hotmail com

Did you try right-clicking the worksheet's tab name and viewing the code? A
user defined function should actually be in one of the different "modules" on
the left hand side, so click on each one until you see if you can find a code
that mentions TABLE. Hopefully it's commented well.
--
Please remember to indicate when the post is answered so others can benefit
from it later.

"Walter H" wrote:

Thank you for the explanation, however, I still fail to understand the
formula. I will read the explanation at cpearson.
I tried your suggestion of hittinh F5, but nothing show up.

Any other ideas?

Thank you.

"KC Rippstein" wrote:

The brackets indicate this is an array formula. An array formula applies the
formula to all of the cells in a range (or array). See this site for more
info:
http://www.cpearson.com/excel/array.htm

The TABLE reference could either be a defined function or a named range.
Hit F5 and see if the word TABLE shows up in the list. If it does, select it
and you'll have the whole range for TABLE highlighted. If it's a defined
function (which is my guess), right click the tab name and "View Code" to see
what the TABLE function does in your particular worksheet.

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Formula Use

Financial analysts and i-bankers use them all the time....

But they tend not to participate in these newsgroups.
--
Brevity is the soul of wit.


"Dave Peterson" wrote:

I don't remember ever using these things, but look at Data|Table in the
worksheet menubar.

From what I see in the newsgroups, not many people use them--or the people who
use them don't have many questions!

"KC Rippstein hotmail com

Did you try right-clicking the worksheet's tab name and viewing the code? A
user defined function should actually be in one of the different "modules" on
the left hand side, so click on each one until you see if you can find a code
that mentions TABLE. Hopefully it's commented well.
--
Please remember to indicate when the post is answered so others can benefit
from it later.

"Walter H" wrote:

Thank you for the explanation, however, I still fail to understand the
formula. I will read the explanation at cpearson.
I tried your suggestion of hittinh F5, but nothing show up.

Any other ideas?

Thank you.

"KC Rippstein" wrote:

The brackets indicate this is an array formula. An array formula applies the
formula to all of the cells in a range (or array). See this site for more
info:
http://www.cpearson.com/excel/array.htm

The TABLE reference could either be a defined function or a named range.
Hit F5 and see if the word TABLE shows up in the list. If it does, select it
and you'll have the whole range for TABLE highlighted. If it's a defined
function (which is my guess), right click the tab name and "View Code" to see
what the TABLE function does in your particular worksheet.

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.


--

Dave Peterson

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Formula Use

Thank you for all your help. I found a tutorial from Duke University that I
will try.

"Dave F" wrote:

This is another good link explaining data tables:
http://www.ozgrid.com/Excel/data-tables.htm

Dave
--
Brevity is the soul of wit.


"Walter H" wrote:

Thank you for the explanation, however, I still fail to understand the
formula. I will read the explanation at cpearson.
I tried your suggestion of hittinh F5, but nothing show up.

Any other ideas?

Thank you.

"KC Rippstein" wrote:

The brackets indicate this is an array formula. An array formula applies the
formula to all of the cells in a range (or array). See this site for more
info:
http://www.cpearson.com/excel/array.htm

The TABLE reference could either be a defined function or a named range.
Hit F5 and see if the word TABLE shows up in the list. If it does, select it
and you'll have the whole range for TABLE highlighted. If it's a defined
function (which is my guess), right click the tab name and "View Code" to see
what the TABLE function does in your particular worksheet.

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Walter H" wrote:

I have a spreadsheet that I am using for a financial class that I am taking.
The formula is: {=TABLE(,D23)}

Can anybody explain this formula please?

Thank you.

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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


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