Column IF o OR

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 Solved
0 2 85
1 ACCEPTED 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.

View solution in original post

2 REPLIES 2

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!!!

Top Labels in this Space