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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives