Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
EAK
Contributor
Contributor

Ecel upload and crosstable --Date format as text

Hi

I uploaded attached excel file including dates.

While uploding I  am using crosstable function in order to get tranpose value.(everything is ok )

However the date format occurs as text. I tried many functions (date, date#, date(date#), floor etc)

But I couldnt change the format. (pls see attached file)

Is it due to the crosstable function?

Is there any way to change the format text to date?

 

Thanks a lot.

Labels (3)
3 Replies
EAK
Contributor
Contributor
Author

 
marcus_sommer

Try it with: date(num#(YourDateField))

- Marcus