In excel, I am trying to make a cell update via live feed but I want it to STOP updating when a certain condition is met - ie, when condition is met, cell should simply stay the same. How do I do this?
2007-03-09
06:26:03
·
2 answers
·
asked by
Frank E
2
in
Computers & Internet
➔ Software
I know how to use an if statement - what i don't know is what i will have the return be. in other words, i will have
if(month
livefeed is a value imported that updates every minute. what i want is that when the condition is broken, the cell retains the last value it had before the condition was broken. so where the '?' is i want a function that effectively "does nothing."
2007-03-09
12:32:31 ·
update #1