jinx2311
Automotive
- Dec 19, 2005
- 9
Hi All,
I have a cell (say, A1) which receives input from user, a cell B1 which should compute/display a value based on the input in A1. If I write a condition or formula for this in B1, its gets over-written once I input a value in A1 and correspondingly B1 takes the desired value. So I cannot re-use the condition for another input in A1.
As suggested by someone previously I tried to link the function in B1 to a different cell C1, but I am not sure if I am doing it correctly. If someone could take a look below and help me out, it would be great!
C1=IF(A1=1,B1=2,B1=4)
Can I do this?If yes, how? As of now, it gives me a true or false value in C1 and nothing in B1, when I input value in A1.
Please help!Thanks in advance!
I have a cell (say, A1) which receives input from user, a cell B1 which should compute/display a value based on the input in A1. If I write a condition or formula for this in B1, its gets over-written once I input a value in A1 and correspondingly B1 takes the desired value. So I cannot re-use the condition for another input in A1.
As suggested by someone previously I tried to link the function in B1 to a different cell C1, but I am not sure if I am doing it correctly. If someone could take a look below and help me out, it would be great!
C1=IF(A1=1,B1=2,B1=4)
Can I do this?If yes, how? As of now, it gives me a true or false value in C1 and nothing in B1, when I input value in A1.
Please help!Thanks in advance!