+ Reply to Thread
Results 1 to 6 of 6

Values to Letters?? Possible?

  1. #1
    Registered User
    Join Date
    06-30-2006
    Posts
    9

    Unhappy Values to Letters?? Possible?

    My boss has lately given me a new project an absence report for human resources. It has 8 categories (sick, personal, vacation, funeral leave, professional leave, jury duty, a.w.o.l., and worker's comp) thereare 70 employees and each has to be recorded each day. (mon-fri).
    Now that there's the background. Is there a way to give a letter a value? Say I enter V for vacation can I get the program to recognize it as a value of 1 then have all the v's total elsewhere? Sorry if that's confusing, but if anyone has any ideas, it would be much appreciated.

    DarklyConfused

  2. #2
    Scoops
    Guest

    Re: Values to Letters?? Possible?


    DarklyCute1 wrote:
    > My boss has lately given me a new project an absence report for human
    > resources. It has 8 categories (sick, personal, vacation, funeral
    > leave, professional leave, jury duty, a.w.o.l., and worker's comp)
    > thereare 70 employees and each has to be recorded each day. (mon-fri).
    >
    > Now that there's the background. Is there a way to give a letter a
    > value? Say I enter V for vacation can I get the program to recognize
    > it as a value of 1 then have all the v's total elsewhere? Sorry if
    > that's confusing, but if anyone has any ideas, it would be much
    > appreciated.


    Hi DarklyCute1

    Yes there is but it'll be easier to try:

    =COUNTIF(A1:A10,"=V")

    Amend the range to yours and amend the "=V" to whatever other letters
    you use.

    Regards

    Steve


  3. #3
    Registered User
    Join Date
    06-29-2006
    Posts
    8
    Try some variation of this:

    # Of Employees out for Vacation
    @COUNTIF(A1:A70="Vacation")

    # Of Employees out Sick
    @COUNTIF(A1:A70="Sick")

    Ect...

  4. #4
    Registered User
    Join Date
    06-30-2006
    Posts
    1

    Added question?

    Using the countif function would assign a value of 1 to each occurence of "V" for vacation. But how about if you only wanted it to have a value of .50? for a half day....???

  5. #5
    Gord Dibben
    Guest

    Re: Values to Letters?? Possible?


    Assign .5 to another letter or combination of letters like HD for half-day


    Gord Dibben MS Excel MVP

    On Fri, 30 Jun 2006 11:56:29 -0500, Carmel
    <[email protected]> wrote:

    >
    >Using the countif function would assign a value of 1 to each occurence
    >of "V" for vacation. But how about if you only wanted it to have a
    >value of .50? for a half day....???



  6. #6
    Registered User
    Join Date
    06-30-2006
    Posts
    9

    Thanks

    Thanks so much to everyone who responded! You're all a great help!

+ 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