=IF(AND(HELP!

Hello! I'm having an issue in building a formula to trigger an approval request. Here are my 3 columns: [Current Pay], [New Pay], [Pay Increase].
Here's the scenario:
IF the New Pay field is not blank, not equal to NA, AND greater than the number in the Current Pay field, the Pay Increase field should equal TRUE.
Can anyone assist?
Answers
-
I figured it out! Never mind!
-
Hey @jess_roberts
I'm glad to hear you figured it out! If anyone else is looking for a similar formula, here's an example of the structure:
=IF(AND([New Pay]@row <> "", [New Pay]@row <> "NA", [New Pay]@row > [Current Pay]@row), 1, 0)
Cheers,
Genevieve
Need more information? ๐ | Help and Learning Center
ใใใซใกใฏ (Konnichiwa), Hallo, Hola, Bonjour, Olรก, Ciao!๐ | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!