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

Cell Value Based on Another Cells Calculation

AHA!!!! It works! Using this formula:


=IF(ISNUMBER(MATCH($D$16,$A$18:$A$42,0)),"LQR",IF(ISNUMBER(MATCH($F$16,$A$18:$A$42,0)),"SOP","N/A"))


And changing the date to include DAYS I get the appropriate value!!!! Um...but I don't want to match the DAY of the evnet, jsut the MONTH of the event.
 
Back
Top