if statement - How to write an IF formular or multiple conditions in an Excel -


how use if have cell j188:j655 has either yes or no want formular return yes on ''no"just after each yes not ''no".

thank you.

3157802 sp  n 3157801 sp  n 3157800 sp  n 3157799 sp  n 3157798 sp  n 3157796 sp  n 3157797 sp  n 3157795 sp  n 3157794 sp  n 3157791 sp  n 3157790 sp  y 3157789 sp  n 3157787 sp  n 3157788 sp  y 3157786 sp  n 3157784 sp  n 3157785 sp  n 3157783 sp  n 3157779 cb  y 3157782 d1  n 

in k188 put:

=if(and(j187="y",j188="n"),"y","n") 

and copy down.

enter image description here


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -