+ Reply to Thread
Results 1 to 2 of 2

Combine two formulas in one cell

Hybrid View

  1. #1
    T.R.
    Guest

    Combine two formulas in one cell

    I have a spreadsheet with formulas that calculates
    percentages and rankings. My boss wants to combine two
    formulas into one. He wants to see the percentage and the
    rank of that cell on the same line. Is there a way to
    combine two different formulas into one?

    Thanks for the help.

    T.R.


  2. #2
    Dave Peterson
    Guest

    Re: Combine two formulas in one cell

    You might get a better answer if you post the current formulas, but this may get
    you started:

    ="The Percentage is: " & text(yourpctformula,"0.00%) &
    " Rank is: " & yourrankformula

    You can use the =text() function to format the number the way you like.

    "T.R." wrote:
    >
    > I have a spreadsheet with formulas that calculates
    > percentages and rankings. My boss wants to combine two
    > formulas into one. He wants to see the percentage and the
    > rank of that cell on the same line. Is there a way to
    > combine two different formulas into one?
    >
    > Thanks for the help.
    >
    > T.R.


    --

    Dave Peterson

+ 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