select and write last date on the table

Copper Contributor

the description is in the file

3 Replies

@yusuf29 You may use MAX for this. Formula is in the file.

 

Hi,

Put the following code into the cell C9, and tell me if that's what you want.

=MAX(G5:G11;J5:J11;M5:M11)

Regards,

Carlos

@yusuf29 

With such data structure =MAX(G5:M11) works.