+ Reply to Thread
Results 1 to 3 of 3

Compare value to individual cells

  1. #1
    Registered User
    Join Date
    05-09-2018
    Location
    San Diego
    MS-Off Ver
    10
    Posts
    2

    Compare value to individual cells

    Hi,

    I'm currently trying to rank my data with the rank function according to the picture. (sorry it's the german version but same logic)
    rank.PNG
    However, in this case I don't have a specific area I want to compare my value with (like Q3:Q17).
    Instead, I'm chosing individual cells shown here with "&" (Q3&Q17).
    Unfortunately, Using "&" doesn't work for Excel.
    How can I achieve that anyways?

    Thanks for your help
    Attached Images Attached Images

  2. #2
    Forum Expert
    Join Date
    10-06-2017
    Location
    drevni ruchadlo
    MS-Off Ver
    old
    Posts
    2,151

    Re: Compare value to individual cells

    'RANK' formula: RANK(some_number, range_of_the_array, id), where:
    a) some_number - The number whose rank you want to find
    b) range_of_the_array - An array of, or a reference to, a list of numbers
    c) id - A number specifying how to rank number

    If range_of_the_array is not an array (e.g. "A1:A10"), then you must specify/provide a list of numbers, e.g.:

    = RANK(15,(10,12,13,15,18,19,20),1)
    or
    = RANK(A2,(B$2,B$3,B$4,B$5,B$6,B$7,B$8),1)

    not "&" as you noticed.

  3. #3
    Registered User
    Join Date
    05-09-2018
    Location
    San Diego
    MS-Off Ver
    10
    Posts
    2

    Re: Compare value to individual cells

    Thank you so much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Can I apply a macro that sorts within individual cells to a selection of cells at once?
    By Colleen1213 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-12-2015, 02:41 PM
  2. Replies: 7
    Last Post: 05-05-2015, 09:13 AM
  3. Outputting individual cells to individual text files
    By db9429 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-17-2013, 03:39 PM
  4. Individual Cells to Individual Slides
    By mlexcelhelpforum in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-19-2011, 06:51 AM
  5. Replies: 2
    Last Post: 10-20-2008, 12:53 AM
  6. [SOLVED] How do I compare cells and if FALSE compare to next cell in EXCEL
    By Cindie in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-24-2006, 01:35 PM

Tags for this Thread

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