+ Reply to Thread
Results 1 to 4 of 4

inline calculations possible?

  1. #1
    Registered User
    Join Date
    03-08-2006
    Posts
    28

    inline calculations possible?

    If i have a string of text within a cell, is there a way to place either values or calulations within that string? For example i'd like to put the following line at the top of a mortgage payment sheet i'm working on...

    If you pay $[monthly payment] each month, the loan will be paid off in [balance/12] years...

    Obviously that's simplified and doesn't take interest into account, but i hope it illustrates my purpose?

  2. #2
    Niek Otten
    Guest

    Re: inline calculations possible?

    ="If you pay "&TEXT(A1,"$0.00")&" each month,"

    etc

    --
    Kind regards,

    Niek Otten

    "bcamp1973" <[email protected]> wrote
    in message news:[email protected]...
    >
    > If i have a string of text within a cell, is there a way to place either
    > values or calulations within that string? For example i'd like to put
    > the following line at the top of a mortgage payment sheet i'm working
    > on...
    >
    > If you pay $[monthly payment] each month, the loan will be paid off in
    > [balance/12] years...
    >
    > Obviously that's simplified and doesn't take interest into account, but
    > i hope it illustrates my purpose?
    >
    >
    > --
    > bcamp1973
    > ------------------------------------------------------------------------
    > bcamp1973's Profile:
    > http://www.excelforum.com/member.php...o&userid=32268
    > View this thread: http://www.excelforum.com/showthread...hreadid=520717
    >




  3. #3
    Gary''s Student
    Guest

    RE: inline calculations possible?

    How about:

    ="there are only "&DATEDIF(TODAY(),DATE(2006,12,25),"d")&" Left to Christmas"

    another option is to use a custom format. This will display text but allow
    the value to be used in other calculations
    --
    Gary''s Student


    "bcamp1973" wrote:

    >
    > If i have a string of text within a cell, is there a way to place either
    > values or calulations within that string? For example i'd like to put
    > the following line at the top of a mortgage payment sheet i'm working
    > on...
    >
    > If you pay $[monthly payment] each month, the loan will be paid off in
    > [balance/12] years...
    >
    > Obviously that's simplified and doesn't take interest into account, but
    > i hope it illustrates my purpose?
    >
    >
    > --
    > bcamp1973
    > ------------------------------------------------------------------------
    > bcamp1973's Profile: http://www.excelforum.com/member.php...o&userid=32268
    > View this thread: http://www.excelforum.com/showthread...hreadid=520717
    >
    >


  4. #4
    Registered User
    Join Date
    03-08-2006
    Posts
    28

    Perfect!

    Those work perfectly, thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1