• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

IF OR Statement

D2: =IF(E4="x","AM","PM")
or
D2: =IF(E4="x","A","P")&"M"
or
D2: =INDEX(F4:F5,MATCH("x",E4:E5,0))
 
Last edited:
Back
Top