how do i produce a formula that performs what a stock change movement 'up' or 'down' will do?
i.e. stock price is $10 in the initial instance; stock price moves to $12 in the next instance reflecting a +2 value in change. I want to write a formula that will juxtapose two different instances of the same given cell.
I tried this:
=IF(E3 < E3,"DOWN", "UP")
There is an obvious complication in this formula, and so i present it only to demonstrate from this point how i aim to alter it.
The first instance of E3, lets call it '1st E3' for simplicity, is meant to be a stock price change at that moment. However, in the next moment, '2nd E3', the excel sheet updates (every minute) and one three things will happen. Either the change will remain the same, or it will increase or decrease. Suppose it increases. Consequently the '2nd E3' will reflect this change increase.
So my goal is to write a formula, and I was hoping for an =IF() formula since I am more familiar with it, that can distinguish a particular cell at once instance from that same cell at a later instance where the later instance reflects a change in the excel cell-value (upon a refresh of the document).
I hope i was clear. please get back to me as soon as you could. I consider myself a beginner at excel so try to be explicitly clear and concise with baby steps and language (or try to explain any technical jargon that might be unknown to me) in your explanation please. Thank you
i.e. stock price is $10 in the initial instance; stock price moves to $12 in the next instance reflecting a +2 value in change. I want to write a formula that will juxtapose two different instances of the same given cell.
I tried this:
=IF(E3 < E3,"DOWN", "UP")
There is an obvious complication in this formula, and so i present it only to demonstrate from this point how i aim to alter it.
The first instance of E3, lets call it '1st E3' for simplicity, is meant to be a stock price change at that moment. However, in the next moment, '2nd E3', the excel sheet updates (every minute) and one three things will happen. Either the change will remain the same, or it will increase or decrease. Suppose it increases. Consequently the '2nd E3' will reflect this change increase.
So my goal is to write a formula, and I was hoping for an =IF() formula since I am more familiar with it, that can distinguish a particular cell at once instance from that same cell at a later instance where the later instance reflects a change in the excel cell-value (upon a refresh of the document).
I hope i was clear. please get back to me as soon as you could. I consider myself a beginner at excel so try to be explicitly clear and concise with baby steps and language (or try to explain any technical jargon that might be unknown to me) in your explanation please. Thank you