- Sep 14, 2004
- 294
- 0
- 0
Ok, at work I am required to save excel files as "mfg name"."client name". "Client quote number"."Todays date in format without dashes or slashes ex 012609."internal quote number". "initials"
It would end up looking like Symantec.CityofChicago.46577854.012609.4658485.HT.xls
Ok This process is to tidious and I am using an excel spreadsheet anyways, so I thought I would make a formula that would gather each bit and piece from different cells and combine them. Here is what I came up with:
="QUOTE!B7&".""E!B12&"."&data!F1&"."&data!G15&"."&data!B1&".HT"
Now the problem occurs with the date, the date when removed from the date format, ends up as a number like 6954785 instead of 012609. How can I fix this problem?
Thanks
It would end up looking like Symantec.CityofChicago.46577854.012609.4658485.HT.xls
Ok This process is to tidious and I am using an excel spreadsheet anyways, so I thought I would make a formula that would gather each bit and piece from different cells and combine them. Here is what I came up with:
="QUOTE!B7&".""E!B12&"."&data!F1&"."&data!G15&"."&data!B1&".HT"
Now the problem occurs with the date, the date when removed from the date format, ends up as a number like 6954785 instead of 012609. How can I fix this problem?
Thanks