Formula Use

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
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.
 
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.
 
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>
 
Financial analysts and i-bankers use them all the time....

But they tend not to participate in these newsgroups.
 
Thank you for all your help. I found a tutorial from Duke University that I
will try.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel formula 5
More than one IF Statement 5
Bringing Formatting with the If state 2
Financial Formulas 2
Auto filter count 3
Conflicting Conditional Formatting 1
Blank cells 1
wildcard characters 2

Back
Top