• 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.

Outcome in Excel cell based on Values

noaman79

New Member
I have certain values and would like to write a formula which gives the desired result based on values. Please see attached excel sheet. Would really appreciate any assistance.
 

Attachments

  • result based on diffrent values in cells.xlsx
    11.6 KB · Views: 4
Please explain your logic for each of these records as I (maybe I am slow) do not see the correlation to build a formula.
 
In F4, formula copied down :

=IF(COUNTIF(C4:E4,"NOT RCVD")=3,"NR",IF(OR(COUNTIF(C4:E4,"RCVD")=3,(COUNTIF(C4:E4,"RCVD")=2)*(COUNTIF(C4:E4,"NR")=1)),"RD","PRD"))

76593
 
Back
Top