Formula to extract a date from a cell that includes both text & date
KD_HUM
✭
The cell in our sheet has "Completion Date: MM/DD/YYYY". In the sheet summary, what is the formula to pull just the date from that cell/field? Thank you!
Tags:
Best Answer
-
The formula below assumes that the cell in your sheet that has the value "Completion Date: MM/DD/YYYY" is in row 1 (of the column with the value). The formula pulls the rightmost 10 characters from the entry.
=RIGHT([ColumnWithValue]1, 10)
Answers
-
The formula below assumes that the cell in your sheet that has the value "Completion Date: MM/DD/YYYY" is in row 1 (of the column with the value). The formula pulls the rightmost 10 characters from the entry.
=RIGHT([ColumnWithValue]1, 10)
-
Thank you!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 454 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives