Date with in a sentence
Robert S Fike
✭✭✭✭
I get data loaded that has a text with it. I want to write a formula to pull the date out.
Trying to use this formula, but getting #UNPARSEABLE
=VALUE (LEFT ([Daily Rain Total]@row, FIND (" ", [Daily Rain Total]@row)-1))
Best Answer
-
Give this a try.
=LEFT([Daily Rain Total]@row, FIND(" ", [Daily Rain Total]@row) - 1)
Hope that helps,
Dave
Answers
-
Give this a try.
=LEFT([Daily Rain Total]@row, FIND(" ", [Daily Rain Total]@row) - 1)
Hope that helps,
Dave
-
Thank you very much
-
Could not get that to work, but you did point me in the right direction.
This is what i got to work.
=VALUE(LEFT([Daily Rain Total]@row, 4))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 464 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives