+ Reply to Thread
Results 1 to 2 of 2

Formula Help - Easy for somebody

  1. #1
    Mike B
    Guest

    Formula Help - Easy for somebody


    I have three clients that get billed at different rates, here is the
    formula I have

    =IF(contract=John,(J11*50)*B11),IF(contract=Willey,(J11*20)*B11),IF(contract=Ernst,(J11*500)*B11)

    But I only get the rate for John? Can anybody fix this?

    Thanks


    --
    Mike B

  2. #2
    Aladin Akyurek
    Guest

    Re: Formula Help - Easy for somebody

    Something like:

    =IF(Contract<>"",(J11*VLOOKUP(Contract,{"John",50;"Willey",20;"Ernst",500},2,0))*B11,"")

    Mike B wrote:
    > I have three clients that get billed at different rates, here is the
    > formula I have
    >
    > =IF(contract=John,(J11*50)*B11),IF(contract=Willey,(J11*20)*B11),IF(contract=Ernst,(J11*500)*B11)
    >
    > But I only get the rate for John? Can anybody fix this?
    >
    > Thanks
    >
    >


+ 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