How do I match a date from a list of dates in Excel? -


i need compare 2 dates see if equal list of dates in column.

eg. sheet 1 column     date 1     date 2     date 3     date 4 

sheet 2 : row f: date 5

i want see if date 5 equal of dates in column , return true.

please me this.

an alternative approach:

assume date1-date4 in a2:a5, , date5 in b2:

{=or(b2=a2:a5)}

note need enter formula array formula using ctrl+shift+enter.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -