ac66bronco
New Member
- Joined
- Dec 10, 2014
- Messages
- 35
Guys and Gals. I am having a brain fart.
I am usually pretty decent with If statements but my new job hasn't been challenging me and I am becoming forgetful.
I am checking to see if a Principal and Interest for a 360 month mortgage or a 480 month mortgage are less than a set figure.
My problem is this. The set P&I is 632.07, the P&I for 360 is 519.62 and the P&I for 480 is 433.69. Both are returning True because both are less than 632.07
What I want the formula to do is return 360
I've been playing around with this and flipping and flopping signs but its just not working.
=IF(AND(N38="TRUE",N46="TRUE",M38>M46),"360","480")
I am usually pretty decent with If statements but my new job hasn't been challenging me and I am becoming forgetful.
I am checking to see if a Principal and Interest for a 360 month mortgage or a 480 month mortgage are less than a set figure.
My problem is this. The set P&I is 632.07, the P&I for 360 is 519.62 and the P&I for 480 is 433.69. Both are returning True because both are less than 632.07
What I want the formula to do is return 360
I've been playing around with this and flipping and flopping signs but its just not working.
=IF(AND(N38="TRUE",N46="TRUE",M38>M46),"360","480")