Microsoft
Software
Hardware
Network
Question : Automatically Adding Text to Cells
I have a spreadsheet with a set of values in it that I need to add text to. The current values are the sub-folder values of a site and I need to add the domain name to them.
For example, I have /sample/folder/values.html
in a cell and need to add
www.sitename.com
to the beginning so that the new value is
www.sitename.com/sample/fo
lder/value
s.html
.
This does not necessarily have to replace the existing cell, but I just need the new values to be created somehow.
Thank you for any help you can provide!
Answer : Automatically Adding Text to Cells
Jonathan,
If I understand you correctly, the formula might be something like:
="
www.sitename.com
" & A1 'A1 contains /sample/folder/values.html
Brad
Random Solutions
How would I launch a C# Windows appllication in full screen mode using Visual Studio 2005?
Javascript date calculation -- year isn't changing
How To Configure Windows 2003 Terminal Server
How can DPInst search all of the subdirectories under the working directory
MakeTable of 6 million records
How do i start mssqlserver service as network system account
Freeware LDAP Admin Tool
EOF sent to Glassfish when upload fails with mod_jk
exchangeSA warning every 15 minutes 9186
Allow only uppercase characters in a column