View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
SJW_OST[_2_] SJW_OST[_2_] is offline
external usenet poster
 
Posts: 39
Default Format a date within a formula

I have table names that must have a 2 digit date at the end. I want to
automate a spreadsheet to use my tables names and put in the 2 digit date
using a formula.
A full, proper table name looks like this;

FAAA_2LOW_28

The 2 digit date is todays date and must be at the end with the underscore
preceding it. How can I put a formualted date in one cell, 7/28/08 using only
the 28, my table name in another cell, FAAA_2LOW, and then concatenate them
together as shown above? Everytime I try to do this the date ends up as
numbers.

Thanks in advance for any help.