+ Reply to Thread
Results 1 to 4 of 4

How can I show only one X on a line?

  1. #1
    Registered User
    Join Date
    08-09-2005
    Posts
    98

    How can I show only one X on a line?

    I have an Excel spreadsheet which will contain 24 questions ranked from -5 (very unsatisfactory) through to +5 (very satisfied). For simplicity, the client(s) will place an x in the appropriate place, which will create a graph. This will enable them to see what requires improving

    The problem I have is that I only want them to be able to place one x on the line, so if they change their mind and put an x in a different place, I want the other one to disappear

    It should be really simple, but I am struggling

    I have attached the spreadsheet so you can see it

    I would really appreciate you help

    Thank you
    Lynne
    Attached Files Attached Files
    Last edited by Lynneth; 06-20-2011 at 07:31 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: How can I show only one X on a line?

    Hello,

    this will probably not be doable without VBA. Something along these lines in the Worksheet_Change event.

    Please Login or Register  to view this content.
    The above code monitors the range C3:M26. Change as required. See attached sample.

    cheers,

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: How can I show only one X on a line?

    Or, as an alternative approach, create a new column with a data validation list, where the customer selects the rating from a drop down. Then a formula can calculate where to place the x

    =IF($C3=D$1,"x","")

    See attached.

    cheers,

  4. #4
    Registered User
    Join Date
    08-09-2005
    Posts
    98

    Re: How can I show only one X on a line?

    Thank you so much. It has given me an answer that will work

+ 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