Hi
I need to show the date of last activity on a report. In my head, I should use the IF function but cant get it to work. My logic is as follows:
=IF(Retailer_Name,D7,MAX(App_Date))
Retailer_Name = Retailers names as defined as a data range in worksheet
App_Date = date of application defined as a range
I'd also like to add an additional condition e.g Status = "Completed)
SO I have two collums, one which shows the last date of an application for the supplier, and one that shows the last date of a completed transaction for the supplier.
Thanks in advance for feedback.
I need to show the date of last activity on a report. In my head, I should use the IF function but cant get it to work. My logic is as follows:
=IF(Retailer_Name,D7,MAX(App_Date))
Retailer_Name = Retailers names as defined as a data range in worksheet
App_Date = date of application defined as a range
I'd also like to add an additional condition e.g Status = "Completed)
SO I have two collums, one which shows the last date of an application for the supplier, and one that shows the last date of a completed transaction for the supplier.
Thanks in advance for feedback.