Hey everyone, I am trying to get the following Nested IF Function to work, but my brain has a hard time putting the logic together.
IF(D35<500,0,(IF((E35/F35)-1)<-.50,-.50,IF((E35/F35)-1)>.50,.50,(E35/F35)-1))
I am basically just looking to set an upper and lower bound if there are more than...