Page 1 of 1

excel problem

Posted: Wed Dec 14, 2022 8:54 am
by sna
Hi there,

i need your help how to return date before today date in color cell and balance in color cell as well.

i need formula to do that

tks

Re: excel problem

Posted: Wed Dec 14, 2022 11:27 am
by logic
I guess,

D3 =AGGREGATE(14,6,RIGHT($A$2:$A$49,10)/(RIGHT($A$2:$A$49,10)+0<=TODAY()),1)
E2 =INDEX(B2:B49,MATCH("*"&TEXT(D3,"dd-mm-yyyy"),A2:A49,0))

Hope this help.

Re: excel problem

Posted: Thu Dec 15, 2022 9:40 am
by sna
got it,tks