Hi All,

Can someone help me with the formula for below logic please:

Description: Have multiple rows with the same desk name but different dates. I would like to have a formula which returns the max date with in the given date range.

I tried using the below formula and everything is returning no. Can someone assist me to fix it pls?

=if(deskname=deskname,if(and(date>=25-Apr-2016, date <=01-May-2016)),max(date),"no"). I tried using it as array as well but no luck.

example below:

Desk 1 01-May-2016

Desk 2 29-Apr-2016

Desk 1 28-Apr-2016

Thanks in Advance.



Karthick