How to format in a cell that has both text and a formula

D

Dave

I have a cell with this formula


="James Cedric V. Sebua ("& ((TODAY()-B14)/365) & ")"

The display is this
James Cedric V. Sebua (5.55890410958904)

And I want it to be this:
James Cedric V. Sebua (5)

Thanks

Dave
 
D

Dave

Jezzz
and I was trying to make it so complicated with some kinda
=Formatt(something, something, something )

Thanks so much

Dave

macropod said:
Hi Dave,

Try:
="James Cedric V. Sebua ("& INT((TODAY()-B14)/365) & ")"


--
Cheers
macropod
[Microsoft MVP - Word]


Dave said:
I have a cell with this formula


="James Cedric V. Sebua ("& ((TODAY()-B14)/365) & ")"

The display is this
James Cedric V. Sebua (5.55890410958904)

And I want it to be this:
James Cedric V. Sebua (5)

Thanks

Dave
 

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