Help

Re: Forumla Not Producing Desired Outcomes

194 0
cancel
Showing results for 
Search instead for 
Did you mean: 
epinske
5 - Automation Enthusiast
5 - Automation Enthusiast

Hey All,

I'm trying to get this formula to produce one of three outcomes based on a products variance % from its target FOB, but for some reason it is not producing anything. I have used this formula multiple times successfully on other tables, but for some reason it is not working for this case. I have rewritten it a couple times and have checked the reference field to see if there are any issues and still can't figure out why its not producing an outcome.  

 

Feel free to ask any clarifying question. Any help will be greatly appreciated!

- Erich

 

IF(
{Precost FOB % Variance} = BLANK(), BLANK(),
IF({Precost FOB % Variance} <= -0.05, "RED: More than 5% off target",
IF(AND({Precost FOB % Variance} >= -0.0499, {Precost FOB % Variance} <= 0), "YELLOW: 0% - 4.99%",
IF({Precost FOB % Variance} > 0, "GREEN: Meeting or Exceeding target")
)
)
)
3 Replies 3

Hmm, could you provide screenshots of the relevant fields?  Your formula works fine when I tried testing it.  I also tried breaking it with a lookup and it seems fine:

Screenshot 2024-12-17 at 10.58.54 PM.png

Hey Adam,

See the screenshot below. I appreciate the assistance. 

- Erich

epinske_0-1734450293657.png

 

epinske
5 - Automation Enthusiast
5 - Automation Enthusiast

Not sure how this resolved the issue, but once I turned off and reset the formula formatting, it started working properly. 

Thank you for the help!

- Erich

Screenshot 2024-12-17 at 10.00.32 AM.png