Changing Titles by a formula

  • Thread starter Thread starter Heather
  • Start date Start date
H

Heather

From cell A1:A10 I have standard titles that are linked to
another sheet. I only need to change the office and date
per each title. Is thier a way to do that making the
office and date a formula in another cell?

example of title

ABC Comp, Office 38L Sales as of 6/07/2004

I need to only keep changeing the 38L and date.

Any suggestions----Thanks
 
Say Office # is in Column 'C'

in cell A1:
="ABC Comp, Office "&C1&" Sales as of "&Today()


----- Heather wrote: -----

From cell A1:A10 I have standard titles that are linked to
another sheet. I only need to change the office and date
per each title. Is thier a way to do that making the
office and date a formula in another cell?

example of title

ABC Comp, Office 38L Sales as of 6/07/2004

I need to only keep changeing the 38L and date.

Any suggestions----Thanks
 
Hi
try
="ABC Comp, Office "&C1&" Sales as of "&TEXT(Today(),"MM/DD/YYYY")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top