R
rmf1
How can I write a formula to return a value based on a time of day,
and then retain it. E.g., if it is exatly 9AM, record Total volume on
the NY stock exchange, if its not exactly 9AM do nothing. I want to
compile a table during the day of NYSE volume. I need to write an
"IF" function similar to the following:
IF(it is 9AM, retrievevolume,donothing)
The part I cannot figure out is how to write the "do nothing" command.
and then retain it. E.g., if it is exatly 9AM, record Total volume on
the NY stock exchange, if its not exactly 9AM do nothing. I want to
compile a table during the day of NYSE volume. I need to write an
"IF" function similar to the following:
IF(it is 9AM, retrievevolume,donothing)
The part I cannot figure out is how to write the "do nothing" command.