Removing Partial Text From Prefilled Column
Hello!
I'm currently using the following formula to extract just the time
=SUBSTITUTE([Completed Timestamp]@row, DATEONLY([Completed Timestamp]@row), ""
When used with automation/move by a check box being true, it populates correctly. However when using automation/move when rows are added and matching a "Category" column value, it populates with ", 11:00AM" a comma in front. This isn't a big issue but my other question is the following:
Is it possible to have the column that it moves to, remove the comma and space and leave the remaining End Time text?
Would the best formula to use is LEFT? or REPLACE?
Answers
-
I tried using RIGHT, but it gives me a blank.
=RIGHT([End Time]@row, (FIND(",", [End Time]@row) - 1))
-
=RIGHT([End Time]@row, (FIND(",", [End Time]@row) + 8))
Seems to work out!
Help Article Resources
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
Check out the Formula Handbook template!