+ Reply to Thread
Results 1 to 4 of 4

Formula

  1. #1
    Phxlatinoboi®
    Guest

    Formula

    I am currently using the following formula:

    =COUNTIF(E24:AB24,"A")*2

    as a way to caculate hours for me.

    What I need it to do now is that if there is a "B" there to caculate it as 1.

    Is there a way to do this?


  2. #2
    Forum Contributor
    Join Date
    03-23-2006
    Location
    Vancouver
    Posts
    114
    Countif(e24:ab24,"a")*2+countif(e24:ab24,"b")

  3. #3
    wdjsxj
    Guest

    RE: Formula

    =COUNTIF(E1:AB1,"A")*2+COUNTIF(E1:AB1,"B")

    “Phxlatinoboi®”编写:

    > I am currently using the following formula:
    >
    > =COUNTIF(E24:AB24,"A")*2
    >
    > as a way to caculate hours for me.
    >
    > What I need it to do now is that if there is a "B" there to caculate it as 1.
    >
    > Is there a way to do this?
    >


  4. #4
    JMB
    Guest

    RE: Formula

    =COUNTIF(E24:AB24,"A")*IF(COUNTIF(E24:AB24,"B")>0,1,2)


    "Phxlatinoboi®" wrote:

    > I am currently using the following formula:
    >
    > =COUNTIF(E24:AB24,"A")*2
    >
    > as a way to caculate hours for me.
    >
    > What I need it to do now is that if there is a "B" there to caculate it as 1.
    >
    > Is there a way to do this?
    >


+ 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