hello & good day. i have 2 columns of stock prices. C1toC33 and D1toD33.
col C is highest price of day, col D is lowest price of the day.
from col C
todays price is higher than what % of the past x-number of days prices?
want to print daily answer to corresponding row in col H.
from col D
todays price is lower than what % of the past x-number of days prices?
want to print daily answer to corresponding row in col I.
in both cases i need to know how to adjust how many days it looks back.
ex: row 1 is today's price data. using data from C1toC10, print in cell I1.
hopefully this is clearly worded. i thank you in advance for the help.
col C is highest price of day, col D is lowest price of the day.
from col C
todays price is higher than what % of the past x-number of days prices?
want to print daily answer to corresponding row in col H.
from col D
todays price is lower than what % of the past x-number of days prices?
want to print daily answer to corresponding row in col I.
in both cases i need to know how to adjust how many days it looks back.
ex: row 1 is today's price data. using data from C1toC10, print in cell I1.
hopefully this is clearly worded. i thank you in advance for the help.