Hello all! How do I write a value from one cell to another?
I have an IF statement running in one cell and I can't figure out how to write a value to another cell based on the results of the IF.
Formula in cell A1- If B1>10, B3=25, B3=10. If I enter 30 in B1 (IF is TRUE), I'm expecting B3 to read 25. If I enter 5 in B1 (IF is FALSE), I'm expecting B3 to read 10.
Except it doesn't
Any ideas?
I have an IF statement running in one cell and I can't figure out how to write a value to another cell based on the results of the IF.
Formula in cell A1- If B1>10, B3=25, B3=10. If I enter 30 in B1 (IF is TRUE), I'm expecting B3 to read 25. If I enter 5 in B1 (IF is FALSE), I'm expecting B3 to read 10.
Except it doesn't
Any ideas?