szita2000
Board Regular
- Joined
- Apr 25, 2012
- Messages
- 101
- Office Version
- 365
- Platform
- Windows
Hi guys.
I am trying to build a sheet where our management can set targets based on cell values, and the <,>,<=,>=,=symbols in another cell.
Here is my mock up for the conditional formula which does not evaluate at the moment.
I also tried to operate with the INDIRECT formula to pick up the symbols, but not working.
How can I do this?
This is what I tested so far, and if I evaluate the Logical test it gives me "1=0"
Can't get the MrExcel addon to work with the new forum, so quickly here is a table as an example. (Under the headers let's say this is row 2).
How can I write this formula so the value is picked up as a value from E2 then the rest of the evaluation as symbols inside of the IF?
I am trying to build a sheet where our management can set targets based on cell values, and the <,>,<=,>=,=symbols in another cell.
Here is my mock up for the conditional formula which does not evaluate at the moment.
I also tried to operate with the INDIRECT formula to pick up the symbols, but not working.
How can I do this?
This is what I tested so far, and if I evaluate the Logical test it gives me "1=0"
Can't get the MrExcel addon to work with the new forum, so quickly here is a table as an example. (Under the headers let's say this is row 2).
E | I | J | K |
1 | =IF($E2&($J$2&$K$2),1,0) | = | 0 |
How can I write this formula so the value is picked up as a value from E2 then the rest of the evaluation as symbols inside of the IF?