B
Brad Gover
I am trying to write an If/then function that checks the
value in one cell and if its value is greater than 6000
then curser box moves to another cell. Winwedge program
puts in raw data in columns A and B. My functional
statement would be in cell location c1. When the value in
b1 is greater than 6000, I want the curser box to go to
cell A1 and allow winwedge program to refill cells A1 and
B1 again. When the condition in C1 is false, then the
logical statement would do nothing.
What I have tried so far is =if(b1>6000,goto(a1),,)
Unfortunately, it dosn't work!
Any ideas? Appriciate your help!
value in one cell and if its value is greater than 6000
then curser box moves to another cell. Winwedge program
puts in raw data in columns A and B. My functional
statement would be in cell location c1. When the value in
b1 is greater than 6000, I want the curser box to go to
cell A1 and allow winwedge program to refill cells A1 and
B1 again. When the condition in C1 is false, then the
logical statement would do nothing.
What I have tried so far is =if(b1>6000,goto(a1),,)
Unfortunately, it dosn't work!
Any ideas? Appriciate your help!