The question that needs answering: how many e-beers in a real one?
wabbit
Question:
I have a column of data that contains 1, -1 or 0. A new value is added to the bottom of the list every X seconds/minutes. Say the column populates A1:Axxx
At the moment I am using this to return the value of the lowest populated cell in the list:
=INDEX(Sheet2!A1:A1,MATCH(9.99999999999999E+307,Sheet2!A1:A1))
Say the list is:
1
0
0
-1
0
1
0
-1
Then the formula returns "-1". However, what I would like to do is have the formula return the value only if <> 0, and if = 0 then leave the previous result.
So in the above example say that after the last -1, two more zeros are added, then I want it to keep returning the bottom most value that is not 0.
Alternatively, I would like a formula to copy all the values <> 0 into a new column.
Thanks in advance for any help, and in the meantime I'll keep looking for a solution.
Another question I have is when do we ever need to use the above (0,1,1,-1 etc)!
Just wondering....
thx
MS
TH,
If I have understood the question correctly, the RIGHT funtion should work. Examples in th elink below:
http://www.techonthenet.com/excel/formulas/right.php
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?