Question : Date Extraction (Custom)

Hi Experts!

Quick and easy excel question ...

say you've two columns:

A1 = 123456789    *format > General
A2 = 22-Jun-10    *format > Custom (dd-mmm-yy)

At column A3 I want to build a string say:

="This is a string" & TRIM(A1) & " with date:" & ??????

TIA!

Answer : Date Extraction (Custom)

Use this formula....

="This is a string" & TRIM(A1) & " with date: "  & text(a2,"dd-mmm-yy")

Saurabh...

Random Solutions  
 
programming4us programming4us