Boys !!! I always ask for your precious help !!!
I have three columns โAP Firstโ and โAp Lastโ and โResultโ. I would like with a formula that if โAP Firstโ is greater than the value of the โFIRST ACTโ column in the Result column it would write โout of rangeโ otherwise if false โin rangeโ
I hope I have explained
Thank you
Solved! Go to Solution.
There is some confusion here. You mention an โAP Lastโ column but donโt include that in your expression description.
If I were to write and expression based on exactly what you have said, it would be like this:
IF([AP First] > [First Act], "Out of Range", "In Range")
This expression would be inserted into the [Result] column either as an โInitial Valueโ or in the โApp Formulaโโฆdepending on your needs for the column.
There is some confusion here. You mention an โAP Lastโ column but donโt include that in your expression description.
If I were to write and expression based on exactly what you have said, it would be like this:
IF([AP First] > [First Act], "Out of Range", "In Range")
This expression would be inserted into the [Result] column either as an โInitial Valueโ or in the โApp Formulaโโฆdepending on your needs for the column.
Perfect works greats Thanks a lot!!!
User | Count |
---|---|
16 | |
7 | |
6 | |
3 | |
3 |