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 workbook the dates get updated to the current date. using above formula. any ideas how i can store the date so it wont update everyday but will show the date the invoice was sent?
Mo
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 workbook the dates get updated to the current date. using above formula. any ideas how i can store the date so it wont update everyday but will show the date the invoice was sent?
Mo