IF formula on Dashboard

I would like to show on dashboard most important numbers including the latest License Expiration Date.

I already created "help column" in the same smartsheet as data, where I use formula:

=IF([Expire data license]@row = MIN(COLLECT([Expire data license]:[Expire data license]; [Expire data license]:[Expire data license]; >=TODAY())); 1; 0)

so I have overview on which rows (Applications) expires soon, but

I would like to show those on Dashboard + Application name (from separat column) + that specific expiration date

 

any ideas ?

Comments