Post Reply 
Programing questions about Spreadsheet App and PRINT.
11-22-2014, 05:36 PM
Post: #2
RE: Get information of Spreadsheet App in a program.
Use the cell location as a variable name.

You can use the cell name variable in functions and commands.
(Say, cell B2 contains 62.5, then):

Example: Enter f(x):=x^2;

Enter f(b2) ---> 3906.25
-or-
Enter f(B2) ---> 3906.25
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Get information of Spreadsheet App in a program. - DrD - 11-22-2014 05:36 PM



User(s) browsing this thread: 1 Guest(s)