Display a date from one column into a text column of another
I have a sheet that I have one column that is a date column. I need that date to be populated into another column cell that is text format. How can I accomplish this? Currently When a date is inputted the corresponding column show the following.
The formula used is this.
Any help would be appreciated.
Best Answer
-
Try this:
=INDEX([PS-Meta]:[PS-Meta], 1) + ""
Answers
-
Hi
You can try the below formula:
=[PS-Meta]@row + ""
Thank you!
-
Thanks but the result is a blank cell.
-
It worked for me. Can you make sure there is a date in your "PS-Meta" column?
-
You just need to "add double quotes" to whatever you are currently using for your cell reference. If the cell you are referencing is in a different row from the cell you are wanting to contain this text version of a date, you would replace the "@row" portion with the appropriate row number.
=Column Name]@row + ""
=[Column Name]1 + ""
-
Thanks Paul, that almost gets me there. So the information is populated into the sheet by a form. When the form adds a row at the top the formula now changes to =[PS-Meta]2 + "". The date added to the new first row will be the only date in the entire column. I tried just =[PS-Meta] + "" but that comes back as unparseable.
Thoughts?
-
Try this:
=INDEX([PS-Meta]:[PS-Meta], 1) + ""
-
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives