+ Reply to Thread
Results 1 to 3 of 3

Percent and Rank formula in one cell

  1. #1
    T.R.
    Guest

    Percent and Rank formula in one cell

    I have a spreadsheet with formulas that calculates
    percentages and rankings.
    In cell C10 is the percentage formula =C9/C6.
    In Cell C11 is the rank formula =RANK(C10,$C10:$O$10)
    I want to combine the two formula into one cell. For
    example on cell C10 I want to show 89.5% 2 (the percent
    and the rank for that formula). Is there a way to show
    these two formulas as one?


    Thanks.

    T.R.

  2. #2
    Registered User
    Join Date
    03-09-2005
    Posts
    9
    i would likely just concatenate the two together in a third column...

    =concatenate(C10, " - ", C11)
    =89.5% - 2

    there may be another way, though.

  3. #3
    tina
    Guest

    RE: Percent and Rank formula in one cell

    try
    =CONCATENATE(TEXT(C6/C9,"00.00%")," ",RANK(C10,$C10:$O$10))
    Tina
    "T.R." wrote:

    > I have a spreadsheet with formulas that calculates
    > percentages and rankings.
    > In cell C10 is the percentage formula =C9/C6.
    > In Cell C11 is the rank formula =RANK(C10,$C10:$O$10)
    > I want to combine the two formula into one cell. For
    > example on cell C10 I want to show 89.5% 2 (the percent
    > and the rank for that formula). Is there a way to show
    > these two formulas as one?
    >
    >
    > Thanks.
    >
    > T.R.
    >


+ 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