| OS X - Apps and Games Discussion of applications and games available for Mac OS X. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Nov 02, 2009
Posts: 2
![]() |
Using Numbers '09.
Need to update an 8-column table with data on a regular basis. I've written a Perl script to parse the raw data into a tab-delimited file with 6-columns. I then open the file in Numbers, which gives me a usable table. I want to add this table to the 8-column table. I attempt to cut and paste but, although the data is dumped, two things are making this awkward: 1) the new rows have no formatting, 2) the new columns have no calculations. My questions: 1) how do I enforce all new rows to continue with the same formatting as existing rows (or is that even possible)? 2) how do I copy calculations into new columns? Cutting and pasting from existing cells with formulas to new cells without fails ("beep") for no apparent reason. Confused... |
| QUOTE Thanks | |
![]() Member Since: Nov 02, 2009
Posts: 2
![]() |
Inspiration struck, but not from the side I was expecting. I was so frustrated attempting to find a way to expand this table from within Numbers that I realized I could attempt to fake it out at the command line level...
For the sake of sharing, I simply added two extra print statements to the Perl script which are formulas. They're nothing complex or secretive so here's how it appears: Code:
print WH "=IF(ISERROR((F$row)-(C$row)),0,F$row-C$row)"; print WH "\t"; print WH "=SUM(\$F\$1:\$F\$$row)-SUM(\$C\$1:\$C\$$row)"; print WH "\n"; The question on adding rows to an existing table that continue the formatting of each column still stands. |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
All times are GMT -4. The time now is 11:48 AM.
Powered by vBulletin