Hi all,
I have 2 columns, one has dates inn it and other has daily production, I want to search the last date based on last day prodduction, to which I ma using below formula
=INDEX($F$3:$F$29,MATCH(INDEX(G3:$G$29,COUNTA($G$3:$G$29)),$G$3:$G$29,0))
But here is a problem, if there are same...