tRY:
![]()
=IF(A2="",0,IF(OR(AND(A2<100,B2="YES"),AND(A2>=100,B2="YES")),1,-1))
tRY:
![]()
=IF(A2="",0,IF(OR(AND(A2<100,B2="YES"),AND(A2>=100,B2="YES")),1,-1))
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
it worked..thanks so much
After looking at this again, it seems that really you want a 1 if B2="Yes" and and a -1 if B2 is otherwise....It doesn't really seem to matter what the number in A2 is, as long as it is not blank.
so wouldn't this just do it?
=IF(A2="",0,IF(B2="YES",1,-1))
that works as well and it's cleaner.
I'll use this.
Thanks again
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks