I have a worksheet which contains data of all invoices sent out and amount sent to customers.
I am trying to automate by adding a column which will show the date the invoices was sent. I have the following if statement in the cell
=if(isNumber(s4),today(),"")
so every time i load the...