Results 1 to 7 of 7

Rating

Threaded View

  1. #1
    Forum Contributor
    Join Date
    03-16-2009
    Location
    NC
    MS-Off Ver
    Office 2016
    Posts
    164

    Rating

    Hello everyone!
    I am trying to do some rating in excel.
    This is what I am trying to do.
    1- excellent
    2- good
    3- average
    4- fair
    5- poor
    I have the in a validation all of the words as option; but I want once they pick the words, in the cell beside will come up the number instead, and that will be the rating.
    This is my coding

    Private Sub change()
    
    With Range("B2")
        If .Value = "GOOD" Then
        Range("C2").Value = "1"
        Else
        End If
    End With
    
    End Sub

    Is there a better way to do that? Could anyone else give me some ideas?

    Thanks!
    Last edited by VBA Noob; 03-23-2009 at 03:00 PM.

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