jcliffordg
New Member
- Joined
- May 20, 2016
- Messages
- 3
What I'd like to do, is build something like: =1>2, which would of course evaluate out to FALSE. I don't want to just type that into a cell, though. I'd like to be able to have two cells, where one contains "1" and the other contains ">2". Then, as part of a formula in another cell, I want to put those together and evaluate that, so I can use the TRUE or FALSE result to drive the other parts of it. Then, if I need to, I could change either or both cells. For example, if I change the "1"to "3", then it would evaluate to TRUE. Or change the ">2" to "<2", which would also evaluate to TRUE.
I've been playing around with Indirect and Concatenate, but if either of those functions can do this, I don't know how.
If anybody really needs it, I'll go into more detail as to what exactly I'm trying to do, but the rules I have to abide by for the project I'm working on are:
1) Can't use code.
2) Have to have a flexible solution so I or somebody else can make changes in the future.
As you might imagine, once I have this basic solution I'm going to modify it to do much more complex calculations involving more than 2 cells, but I would assume that whatever solution works for this will work for that.
I've been playing around with Indirect and Concatenate, but if either of those functions can do this, I don't know how.
If anybody really needs it, I'll go into more detail as to what exactly I'm trying to do, but the rules I have to abide by for the project I'm working on are:
1) Can't use code.
2) Have to have a flexible solution so I or somebody else can make changes in the future.
As you might imagine, once I have this basic solution I'm going to modify it to do much more complex calculations involving more than 2 cells, but I would assume that whatever solution works for this will work for that.