N
N. Spokes
I put a number from 1 to 200 in A1. Excel then takes this number and, using
a 2-column look up table in array BA1:BB200, the applicable stock symbol in
BB1:BB200 is inserted in E1 and the stock's daily moves are tested for fit
to certain criteria that are determined by a complex spreadsheet in E1: AZ
200. I get four outputs like "Squeeze" "Buy alert", "Strong Buy", "Sell
alert" and so on, variously, in A22. For symbol #1 I can
straightforwardly make the output appear in cells BE1:BH1 but I want to
latch them there and automatically go on to the next symbol which is in cell
BB2 and create ouputs for this next symbol in row 2 in cells BE2:BH2 and so
on.
Two questions
1/ How can I set the system running so that the spreadsheet steps through
each stock symbol/number upon completion of the spreadsheet calculation
(about 1 second).
2/ How do I latch the outputs in successively lower rows as the input steps
through the 200 symbols?
I can see accomplishing the objective with 200 worksheets, but since each
worksheet is MB in size and loaded with complex formulae, this gets very
unwieldy.
I have put together a spinner to step through the numbers. I have no skills
with macros, but I suppose I could use a macro to manually take the output
to progressively lower rows with <paste special> on each trip but how do I
do the stepping process automatically?
The NOW() function seems to be apt for timing but how do I get it to operate
so as to recognize when a spreadsheet calculation is complete and the system
is ready to go to the next calculation? My first introduction to the NOW()
function was today and I don't see how to get seconds out of it, only
minutes.
Thanks for any suggestions,
Neil.
[Unfortunately, there's no performance proof on finding winners in the
market yet - still in the research stage!]
a 2-column look up table in array BA1:BB200, the applicable stock symbol in
BB1:BB200 is inserted in E1 and the stock's daily moves are tested for fit
to certain criteria that are determined by a complex spreadsheet in E1: AZ
200. I get four outputs like "Squeeze" "Buy alert", "Strong Buy", "Sell
alert" and so on, variously, in A22. For symbol #1 I can
straightforwardly make the output appear in cells BE1:BH1 but I want to
latch them there and automatically go on to the next symbol which is in cell
BB2 and create ouputs for this next symbol in row 2 in cells BE2:BH2 and so
on.
Two questions
1/ How can I set the system running so that the spreadsheet steps through
each stock symbol/number upon completion of the spreadsheet calculation
(about 1 second).
2/ How do I latch the outputs in successively lower rows as the input steps
through the 200 symbols?
I can see accomplishing the objective with 200 worksheets, but since each
worksheet is MB in size and loaded with complex formulae, this gets very
unwieldy.
I have put together a spinner to step through the numbers. I have no skills
with macros, but I suppose I could use a macro to manually take the output
to progressively lower rows with <paste special> on each trip but how do I
do the stepping process automatically?
The NOW() function seems to be apt for timing but how do I get it to operate
so as to recognize when a spreadsheet calculation is complete and the system
is ready to go to the next calculation? My first introduction to the NOW()
function was today and I don't see how to get seconds out of it, only
minutes.
Thanks for any suggestions,
Neil.
[Unfortunately, there's no performance proof on finding winners in the
market yet - still in the research stage!]