dear friends,
please help in finding the right formula giving the oldst date per each client.
please see dummy file attached.
thank you very much.
carlo
dear friends,
please help in finding the right formula giving the oldst date per each client.
please see dummy file attached.
thank you very much.
carlo
Last edited by kghisla; 02-21-2011 at 12:08 AM.
If the dates are listed chronologically like your sample,
=INDEX(B5:B12,MATCH(TRUE,INDEX(A5:A12=A17,0),0))
copied down
otherwise:
=MIN(IF($A$5:$A$12=A17,$B$5:$B$12))
confirmed with CTRL+SHIFT+ENTER not just ENTER and copied down.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
thank you very much
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks