Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello,
I used a formula to convert text into a specific date value. Now I would like a formula to convert that result into text. I understand that you can do a past special and only paste the values, but I am wondering if there is a formula to do this so I do not have to constantly re-copy and re-paste when I make changes to the original text strings. Thank you |
#2
![]() |
|||
|
|||
![]() Quote:
What was the value before your current formula did its magic? What is the current formula? What is your desired result? |
#3
![]() |
|||
|
|||
![]() Quote:
http://dl.dropbox.com/u/1185462/Sample.xlsx Currently I am copying the data in column B and pasting it as a value into column A. It would be great if I could use a formula to get a static text value in column A since my original column E values are going to change quite often. In addition, is there a way to trim the "CAL" and the ".PDF" in a single formula? Currently I have it as two separate formulas (columns C and D). Thank you very much. |
#4
![]() |
|||
|
|||
![]() Quote:
I'm still not sure I get what you mean for the first one though. Why do you need to convert the dates to a static value? Last edited by Spencer101 : August 3rd 12 at 09:08 PM |
#5
![]() |
|||
|
|||
![]()
I will be exporting the data in column A to another file. When I try to export the contents of column B, I get an error. For whatever reason, I do not seem to get that error with static values.
Last edited by hbcobra : August 3rd 12 at 11:33 PM |
#6
![]() |
|||
|
|||
![]()
Perfect, thank you
|
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I used a formula to convert text into a specific date value. Now I
would like a formula to convert that result into text. The TEXT function may provide what you need. With a date in A1, try =TEXT(A1,"Mmm dd, yyyy") or =TEXT(A1,"mm/dd/yy") or =TEXT(A1,"Mmmm d, yyyy") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert ADDRESS() text result to cell reference | Excel Worksheet Functions | |||
Convert Function Result To Plain Text | Excel Discussion (Misc queries) | |||
HOW DO I ENTER THIS FORMULA TO CONVERT TEXT TO DATE =DATEVALUE(, | Excel Worksheet Functions | |||
convert drop down text into result | Excel Discussion (Misc queries) | |||
What is the formula to convert a whole column of date to text? | Excel Programming |