The following exports to Excel nicely. The only problem is
the calculations in field F_4 don't kick in unless I edit the cells
manually in Excel. I know this is possible in other programs,
with and without the field titles, my accounting program
does this. F_4 is obviously a character field.
Field_1 F_2 F_3 F_4
Big Expense 122.00 355.00 =sum(b1:c1)
Little Expense 500.00 200.00 =sum(b2:c2)
Other Expense 800.00 150.00 =sum(b3:c3)
Any ideas?
Bookmarks