Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Get the latest date in two different tables and return the corresponding value

I’m trying to get the latest date in two different tables and return the corresponding value in excel.

This is what I would want it to be like:

enter image description here

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

I’m new at excel so I’ve just been looking all over the internet for a solution but cant find anything.

>Solution :

Posted an an Answer, as confirmed by OP its working for them:

enter image description here


Try either of the one:

enter image description here


• Formula used in cell A6

=@CHOOSECOLS(SORT(VSTACK(A1:B4,D1:E4),1,-1),2)

Or,

• Formula used in cell B6

=INDEX(SORT(VSTACK(A1:B4,D1:E4),1,-1),1,2)

• Formula used in cell D6

=TAKE(SORT(VSTACK(A1:B4,D1:E4),1,-1),1,-1)

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading