Programing questions about Spreadsheet App and PRINT.
|
11-22-2014, 06:16 PM
Post: #6
|
|||
|
|||
RE: Programing questions about Spreadsheet App and PRINT.
(11-22-2014 04:46 PM)rbiondi Wrote: Hello, 1. There is currently no means (that I know of) to extract the name of a column if you've renamed it in the Spreadsheet app. Here's hoping something like A0, B0, etc will be allowed for reference to column names in future firmwares. 2. For this, the best you can do is to use (in Home screen): count("x->(x<>0)", A1:A5) and it will count the number of non-zero cells (similar to Microsoft's Excel). However, this is not a perfect solution since empty cells are considered to be filled with 0 (even if they physically are empty in the Spreadsheet). So this will miscount if you have an actual cell with value 0. Perhaps the devs will provide an actual COUNT, COUNTA, COUNTIF, and COUNTBLANK commands similar to those in Excel. 3. Typing PRINT() with no arguments should clear the screen. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Programing questions about Spreadsheet App and PRINT. - rbiondi - 11-22-2014, 04:46 PM
RE: Get information of Spreadsheet App in a program. - DrD - 11-22-2014, 05:36 PM
RE: Programing questions about Spreadsheet App and PRINT. - DrD - 11-22-2014, 05:38 PM
RE: Programing questions about Spreadsheet App and PRINT. - rbiondi - 11-22-2014, 05:40 PM
RE: Programing questions about Spreadsheet App and PRINT. - DrD - 11-22-2014, 05:47 PM
RE: Programing questions about Spreadsheet App and PRINT. - Han - 11-22-2014 06:16 PM
RE: Programing questions about Spreadsheet App and PRINT. - Marcus von Cube - 11-22-2014, 07:05 PM
RE: Programing questions about Spreadsheet App and PRINT. - Han - 11-22-2014, 07:49 PM
RE: Programing questions about Spreadsheet App and PRINT. - Marcus von Cube - 11-23-2014, 09:42 AM
RE: Programing questions about Spreadsheet App and PRINT. - rbiondi - 11-23-2014, 10:59 PM
|
User(s) browsing this thread: 4 Guest(s)