The spread tag has no wiki summary.
8
votes
2answers
215 views
How can I simulate repulsion between multiple point charges (ball bearings) in Mathematica?
I'm trying to write a program in Mathematica that will simulate the way charged ball bearings spread out when they are charged with like charges (they repel each other). My program so far keeps the ...
1
vote
2answers
102 views
Spreadsheets: how do I SUM values in a column, only if the text coloum has a 1?
lets say I have this data
4 1
4 0
4 1
3 0
5 1
So, How do I write a function (using SUM or somethnig like that) to add all the values on the left, if the values on the right are ...
0
votes
1answer
48 views
WPF: How to spread/streatch textual content over an area?
In WPF,
how do I spread/stretch content over an area (a wide horizontal area)?
Like this:
http://img51.imageshack.us/img51/3122/89786347.jpg
???
Here's my current code (from the upper part of the ...
0
votes
1answer
74 views
Is it possible, 2 spread have 1 sheet to use farpoint spread
For example, 'A' spread and 'B' spread have same spread sheet(same design, and same formulars). So, if change the value in 'A' spread than change the same value in 'B' spread automatically. It is sure ...
0
votes
2answers
177 views
Convert multi-line Excel group to individual lines
I have an Excel document with groups and username names in such a format:
Group1 user1
user2
user3
Group2 user2
user4
Group3 ...
0
votes
2answers
35 views
Cocoa Touch - Parsing Spread Sheets?
Im working on some google doc spread sheets and I thought im not sure if cocoa can parsing the spread sheet data so I dont wanna do all this and find out its useless..
if it can be parsed what format ...