up vote 1 down vote favorite
share [g+] share [fb]

what does this do?

=TABLE(,B5)

there is a table on the chart where every cell has a different value but in the formula it has that syntax above. every cell in the table has =TABLE(,B5) in it.

link|improve this question

It gives an error: That function is not valid – SLaks Dec 21 '09 at 3:28
it sure is valid – I__ Dec 21 '09 at 3:29
feedback

2 Answers

up vote 1 down vote accepted

TABLE() is used for scenarios via Data Tables.

link|improve this answer
feedback

Since it's not a valid builtin function, it must be a user-defined function.

link|improve this answer
how do i check where it is? – I__ Dec 21 '09 at 3:46
1  
lllllllllllllll: Type Alt+F12 – Lakshman Prasad Dec 21 '09 at 11:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.