Help

Extract numbers from date

1532 4
cancel
Showing results for 
Search instead for 
Did you mean: 
SebIEB
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello guys!

I am new here in Airtable and I hope you can help me in the following problem.

I have two collumns, called “REF” and “Date of show”.

What am I trying to do is the following, from the date of show row, to extract numbers in order to create a code. To be more exact, I will give you an example of what I want to do:

Date of show: 11/02/2017
REF: 11022017SF

The formula that I have tried to use is the following and I am getting an error:

DATETIME_FORMAT({Date of contract}, ‘MMDDYYYY’)& “SF”

Thank you very much for the support!

4 Replies 4

I think the formula is OK, so I can only think that the date parameter is not a date. Which type of field is it? Is it filled?

I leave you some docs

I have it working:

21389ee91fa81f8b19e1f61f883a64ab9c57841d.png

Formula: DATETIME_FORMAT(Date, 'MMDDYYYY')& "SF". Are you using the correct quotation marks?

SebIEB
5 - Automation Enthusiast
5 - Automation Enthusiast

Thank you very much for support guys!
You are amazing! :grinning_face_with_big_eyes:

You solved it? What was the problem?