Depends on exactly what you're trying to do.
If the 28 is the return of a function that is in, say cell D1, and you want
the string to be in, say cell D20, then enter this in D20:
="I am "&D1&" years old."
On the other hand, if you would want the cell containing the actual function
to calculate the value *and* return it together with the string, you could
have this in D1:
="I am "&DATEDIF(A3,B3,"y")&" years old."
Where "DATEDIF(A3,B3,"y")" is the formula that returns the value 28.
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================