Credit Card Expiry Dates
I'm trying to figure out how to enter credit card expiry dates as MM/YY (without entering a day number), and then ideally setting up notifications that alert me when we're within 30 days of that month.
Any suggestions?
Comments
-
By 30 days, you mean 30 days from first of that month?
Assumption: Your column name is [Exp Date]
Create a [Reminder Date] column (Date type)
=IFERROR(DATE(VALUE(RIGHT([Task Name]@row, 2)), VALUE(LEFT([Task Name]@row, 2)), 1), "missing or malformed exp date") - 30
This will return the date you are looking for and
"missing or malformed exp date"
if the expiration date is not entered, is not MM/YY (no leading zeros expected), or if MM is not 1-12.
Build your Alert off that date.
I hope this helps.
Craig
-
Thanks, Craig
-
Glad it helped.
Craig
-
Well, there is one odd wrinkle... the formula is resulting in dates for 1918, not 2018 (check out the screenshot)!
The two columns I have are:
CC Expiry (text/number) - I enter this as four digits to represent MMYY
CC Reminder Date (date) - the formula here is =IF([CC Expiry]1 <> "", (IFERROR(DATE(VALUE(RIGHT([CC Expiry]@row, 2)), VALUE(LEFT([CC Expiry]@row, 2)), 1), "missing") - 1))
Thoughts?
-
Success, thanks
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives