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 do I add a column of drop down lists to a gridview bound in code-behind?
VMware ESXI 4 Video Card Video RAM setting
How do I stop my fonts from shrinking. Is it a css zoom issue?
using one procedure with for parameteres to open forms
Overclock my Phenom II X4 945 Processor
Date increment loop using Javascript in Pentaho Data Integration
Ms Access how do I to run a query based off a table
tell if an item value has changed
I've broken the certificates in SBS 2008
grep lines from N days back