split cell data?

R

Ron Rosenfeld

Hi:
Can I split a cell with text, then a formula, then with more text? If so how?

Please post an example of the original cell content, what you want as output,
and where you want the output stored.
--ron
 
T

T. Valko

Follow this general syntax:

="Text "&FORMULA&" text"

For example:

="Today is day "&DAY(NOW())&" of the month"

Returns:

Today is day 25 of the month
 

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

Top