is there a way to auto copy cells similar to auto sum?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I set up a worksheet with the first column for dates, and the 5th column
for invoice numbers. I do not always have an invoice number for certain
items so I type the date instead. I am wondering if there is a formula to
have exel automatically copy the date in the date column to the invoice
column for each row I type so it will eliminate the need to retype the date
over and over.

Thanks much!
joy
 
If date is in A2,
Try something like this in E2:

=IF(A2,TEXT(A2,"mm/dd/yyy"),"")
And copy down as needed.

This leaves the cell empty if there's no date in Column A,
And if you do enter an invoice number, the cell (formula) will be written
over, and not confuse the format by converting the invoice display to a
date.
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top