I'm trying to create a invoice number cell that incorporates the account number from cell C3 and the date and time the invoice was created. I entered this in the cell:
=C3&" "&TEXT(A12,"MM-DD-YY-HH-MM ")
It does bring in the account number and the correct date, but the time displays as 0-00. Is what I'm trying to do possible? If I remove the TEXT command and just enter:
=C3&" "&NOW() it does post the account number and excels integer version of the time. Any ideas how to make this work?Thanks
=C3&" "&TEXT(A12,"MM-DD-YY-HH-MM ")
It does bring in the account number and the correct date, but the time displays as 0-00. Is what I'm trying to do possible? If I remove the TEXT command and just enter:
=C3&" "&NOW() it does post the account number and excels integer version of the time. Any ideas how to make this work?Thanks