What is wrong in here?
=IF(C33="YES";IF(C20>C12;-50;50;IF(C33="NO";IF(C20<C12;-50;50))))
Basically I wont the cell to display:
IF C33 is YES
IF C20>C12 then -50 else 50
IF C33 is NO
IF C20<C12 then -50 else 50
Thanks
What is wrong in here?
=IF(C33="YES";IF(C20>C12;-50;50;IF(C33="NO";IF(C20<C12;-50;50))))
Basically I wont the cell to display:
IF C33 is YES
IF C20>C12 then -50 else 50
IF C33 is NO
IF C20<C12 then -50 else 50
Thanks
Maybe this:
=IF(OR(AND(C33="YES";C20>C12); (C33="NO";C20<C12)); -50; 50)
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
Thanks, but it doesn't work![]()
Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
PLEASE PM WHEN YOU HAVE DONE THIS AND I WILL DELETE THIS POST
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks