Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

in Trello csv export doesn't have card added dates

Brendan Coon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 16, 2020

I want to export by board with a column for when a card was added, or created, or whatever it's called in the backend.

The only data available is last activity, which is useless for my purpose, which is to track how many cards we added this quarter. Is there a way to get this in an export? Thanks!

1 answer

2 votes
milynnus
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 16, 2020

@Brendan Coon learned this recently. The first 8 characters of the card id can be used to get the card created date.

Card ID=left(B2,8)=hex2dec(C2)=D2/86400+DATE(1970,1,1)+time(5,30,0)
5f8959abd072dc81627034c35f8959ab160283690710/16/2020 13:58:27
George Brindeiro July 24, 2022

Nice! Super helpful information, thanks!

 

If someone wants the final formula, assuming Card ID is in cell A2:

=(HEX2DEC(LEFT(A2,8)))/86400+DATE(1970,1,1)+time(5,30,0)
Like Bingham Compton likes this
Bingham Compton
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 3, 2025
=(HEX2DEC(LEFT(A2,8)))/86400+DATE(1970,1,1)+time(5,30,0)
Yes this works well,
Big Thank you for sharing :-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events