+ Reply to Thread
Results 1 to 2 of 2

Assigning a numeric value to a alpha character

  1. #1
    Johnny D
    Guest

    Assigning a numeric value to a alpha character

    I have created an Employees Absentee Grid to keep up with days missed.
    I.e."V" stands for a whole vacation day missed, which equals "1" whole day
    missed. And i want to assign "HD" to stand for ".5" day missed. Formula,
    PLEASE???????

  2. #2
    Tom Ogilvy
    Guest

    Re: Assigning a numeric value to a alpha character

    =if(A1="V",1,if(A1="HD",.5,0))

    =Countif(A1:Z25,"V")*1 + Countif(A1:Z25,"HD")*0.5



    --
    Regards,
    Tom Ogilvy

    "Johnny D" <[email protected]> wrote in message
    news:[email protected]...
    > I have created an Employees Absentee Grid to keep up with days missed.
    > I.e."V" stands for a whole vacation day missed, which equals "1" whole day
    > missed. And i want to assign "HD" to stand for ".5" day missed. Formula,
    > PLEASE???????




+ 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