I'm not sure why this formula isn't working. If AZ2 = "", then I want to return the value of 0. If it isn't null, I want to get the number of days between Today and the max date in column AZ.
=IF(AZ2="",0,TODAY()-(MAX(Financials!AZ:AZ)))
When I enter the formula on the Financials sheet, it works fine (obviously without the sheet reference).
Thoughts?
=IF(AZ2="",0,TODAY()-(MAX(Financials!AZ:AZ)))
When I enter the formula on the Financials sheet, it works fine (obviously without the sheet reference).
Thoughts?