compare 2 columns and get max date

Answered

Comments

2 comments

  • Konsta Danyliuk

    Hello Shiva.
    Let's try with the following dataset - two columns with date values.

    If you will introduce the formula IF(#ColA > #ColB; #ColA; #ColB) to MyColumn, you will get there:

    • The latest date of ColA and ColB if both columns have values.
    • The date from the one column if another has no value.
    • Null if both ColA and ColB have no values.

    Does this satisfy your requirements?

    1
    Comment actions Permalink
  • shiva Karat

    Thank you Danyliuk

    0
    Comment actions Permalink

Please sign in to leave a comment.