+ Reply to Thread
Results 1 to 2 of 2

scatter plot, get units of measure from a worksheet

  1. #1
    Registered User
    Join Date
    02-26-2007
    Posts
    1

    Question scatter plot, get units of measure from a worksheet

    Hello,

    I am trying to create a scatter plot graph to show information exchanges that occur within an information system. The way that I am going about this, is to create a graph with the x-axis representing the "TO" of the info exchange, and the y-axis representing the "FROM" of the exchange. However, the units on the x and y axes are not numerical, they are task codes. I have transferred the task codes to a sheet in the same workbook, figuring that there had to be some way that I could specify the units on the x and y axes from a worksheet that is in the same workbook, but I have not been able to find any literature that specifies how to do this, or even allow text to be the units of measure on either of the axes of a scatter plot graph.
    PLEASE HELP!
    Thanks~ Jh

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829
    I expect the best way to get "text" onto a scatter plot is to create your own method of "converting" those text values to numbers. 1st idea that comes to my mind is to make a lookup table, maybe like so:

    taskid,a,b,c,d,e,...
    value,1,2,3,4,5,...

    then use a lookup function (HLOOKUP, LOOKUP, MATCH, VLOOKUP) to determine what "value" each task id gets. Then plot those values.

+ 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