Hi people,
I am trying to write a stock price formula that identifies when a stoc
price is 3% higher than the previous stock price.
I am learning Excel so the formula I wrote might be far off...
=if(d1>d2*3%,"yes","no")
Can you help?
Thanks
Mik
--
Message posted from http://www.ExcelForum.com
Andy B - 17 Jun 2004 11:41 GMT
Hi
Try:
=IF(D1>D2*1.03,"yes","no")

Signature
Andy.
> Hi people,
>
[quoted text clipped - 12 lines]
> ---
> Message posted from http://www.ExcelForum.com/
wilsonmpw - 17 Jun 2004 12:06 GMT
Hi Andy,
Thanks very much that worked
--
Message posted from http://www.ExcelForum.com
Andy B - 17 Jun 2004 12:13 GMT
Thanks for the feedback!

Signature
Andy.
> Hi Andy,
>
> Thanks very much that worked.
>
> ---
> Message posted from http://www.ExcelForum.com/