+ Reply to Thread
Results 1 to 2 of 2

How do I have a data table display cell names rather than values?

  1. #1
    raortiz99
    Guest

    How do I have a data table display cell names rather than values?

    I am trying to run some sensitivity analysis on an aggrregate score from a
    listing of rankings. The rankings are a product of the rankings in different
    attributes and two attributes also have a beta integrated into them. My goal
    is to run a sensitivity analysis using a data table. Currently i have a
    conditional statement if(max(A3:A66)=A3, "Chicago",
    if(max(A3:A66)=A4,"Cincinnati" and so on. Unfortunately I can only do that 12
    times, meaning some cells in my 11x11 data table are left blank because I can
    not cover them in those tweleve names. The other option I have tried is a
    simple MAX function but it only returns values. My question is how do get the
    data table to record the name of the cell instead of the value?

  2. #2
    Duke Carey
    Guest

    RE: How do I have a data table display cell names rather than values?

    Put the City names into cells B3:B66 then use

    =vlookup(max(a3:a66),A3:B66,2,FALSE)


    "raortiz99" wrote:

    > I am trying to run some sensitivity analysis on an aggrregate score from a
    > listing of rankings. The rankings are a product of the rankings in different
    > attributes and two attributes also have a beta integrated into them. My goal
    > is to run a sensitivity analysis using a data table. Currently i have a
    > conditional statement if(max(A3:A66)=A3, "Chicago",
    > if(max(A3:A66)=A4,"Cincinnati" and so on. Unfortunately I can only do that 12
    > times, meaning some cells in my 11x11 data table are left blank because I can
    > not cover them in those tweleve names. The other option I have tried is a
    > simple MAX function but it only returns values. My question is how do get the
    > data table to record the name of the cell instead of the value?


+ 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