Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community ,
i want start date minus end date. i have table like
here 16 is startdate & 26 is enddate
expected output:
@inam If your date is in proper date format you can try below
=min(Date)-max(Date)
or
min(total Date)-max(total Date)