ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   replace a word with another word through out workbook (https://www.excelbanter.com/excel-worksheet-functions/212919-replace-word-another-word-through-out-workbook.html)

Adam

replace a word with another word through out workbook
 
I am creating a workbook with multiple pages. I would like to type a company
name on the first page and have it placed in the middle of sentences through
out the work book.

Simone

replace a word with another word through out workbook
 
One way would be to concatenate if Company Name is in A1.
=CONCATENATE("The best company is ",Sheet1!A1," based in San Jose.")
The best company is Smith Printing based in San Jose.


"adam" wrote:

I am creating a workbook with multiple pages. I would like to type a company
name on the first page and have it placed in the middle of sentences through
out the work book.


joel

replace a word with another word through out workbook
 
The best way is to use the & to connect strings

="My Company Name is " & Sheet1!A1

="Company " & Sheet1!A1 & "owes " & Sheet1!B2 & " Dollars"

"adam" wrote:

I am creating a workbook with multiple pages. I would like to type a company
name on the first page and have it placed in the middle of sentences through
out the work book.


Gord Dibben

replace a word with another word through out workbook
 
Assuming "pages" are worksheets, you would need linking formulas in all
cells in which you would want the company name inserted.

="This is coming to you from " & Sheet1!A1 & " which is a great company"

To insert a text string into existing text strings would require VBA


Gord Dibben MS Excel MVP

On Mon, 8 Dec 2008 12:06:12 -0800, adam
wrote:

I am creating a workbook with multiple pages. I would like to type a company
name on the first page and have it placed in the middle of sentences through
out the work book.




All times are GMT +1. The time now is 05:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com