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

validate if value indexed between 2 array of dates

Afarag

Member
Dears,

please i need help as i have a values column called "Call Date" need to verify if this column indexed in the array of Date columns "Time from()" and "time to"

i need if the call date Value indexed between the dates array put a string "Valid" into "Validation" column
gratefully
 

Attachments

  • Book2.xlsx
    38 KB · Views: 5
Afarag, You can put the following into your Validation column: =IF(SUMPRODUCT(--([@[Time From ()]]<=[@[Call Date]])*--([@[Time to ()]]>=[@[Call Date]])),"Valid","").

FYI: None of your data in the Call Date Column is between the corresponding Time From () or Time To ().
 
Back
Top