PureBytes Links
Trading Reference Links
|
Bob,
This is part of another formula but I think it will work for you.
Try it and let us know.
Preston
D1:=Input("Day",1,31,30);
M1:=Input("Month",1,12,12);
Y1:= Input("Year",1900,2400,2000);
D:=DayOfMonth(); M:=Month(); Y:=Year();
Date:=D>=D1 AND M=M1 AND Y=Y1 OR Y>Y1 OR Y=Y1 AND M>M1;
Start:=Date AND Alert(Date=0,2);
ValStart:=ValueWhen(1,Start,C);
Valstart;
--- In equismetastock@xxxxxxxxxxxxxxx, "bob_b961936" <rlbergey@xxx>
wrote:
>
> This seems simple, but I can't seem to find it anywhere.
>
> How do I create this formula: Close on March 15, 2008?
>
> Thanks
> BobB
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|