I need to have my formula below modified.
=COUNTIF(Portal_Loans[Date Assigned],"<"&TODAY()-60)
This will give me to total amount of dates in the Portal_Loans[Date Assigned] column, but I ONLY want to count the dates in this column if in Portal_Loans[Date Finalized] is blank.
Basically, I want to know how many outstanding we have due that are older than 60 days, not the total count, only those that have not been finalized per the Date Finalized column in the table.
Thanks for your help!
=COUNTIF(Portal_Loans[Date Assigned],"<"&TODAY()-60)
This will give me to total amount of dates in the Portal_Loans[Date Assigned] column, but I ONLY want to count the dates in this column if in Portal_Loans[Date Finalized] is blank.
Basically, I want to know how many outstanding we have due that are older than 60 days, not the total count, only those that have not been finalized per the Date Finalized column in the table.
Thanks for your help!