E
Excel Rookie
I am working on a workbook where I would like to use a different formula
depending on the result of a cell. This without using an if/then statement.
That is, if the result of sheet2.C1 > 0, then the formula in A1 would be "=K5"
If the result of sheet2.C1 = 0, then the formula in A1 would be "=S5"
I can't use a simple if/then statement such as if('sheet2'!C1 > 0, K5, S5)
because sheet2 may be deleted. Once sheet2 is deleted, the formula would
cause #REF error.
I thought of using Scenarios but not sur how that works. Is than any way to
accomplish this without using an if/then statement?
Thanks.
depending on the result of a cell. This without using an if/then statement.
That is, if the result of sheet2.C1 > 0, then the formula in A1 would be "=K5"
If the result of sheet2.C1 = 0, then the formula in A1 would be "=S5"
I can't use a simple if/then statement such as if('sheet2'!C1 > 0, K5, S5)
because sheet2 may be deleted. Once sheet2 is deleted, the formula would
cause #REF error.
I thought of using Scenarios but not sur how that works. Is than any way to
accomplish this without using an if/then statement?
Thanks.