+ Reply to Thread
Results 1 to 4 of 4

CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

  1. #1
    christine
    Guest

    CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

    here is what I need and all attempts of writing it have failed.

    in cell d3 of worksheet C, I need:

    value of b15 of worksheet A only if cell c2 has a value of 1
    worksheet A is called pricing

    one formula I tried:
    =index(if(pricing!$c$2=1, b15... or something like that....

  2. #2
    Zack Barresse
    Guest

    Re: CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

    Hi christine,

    How about ...

    =IF(Pricing!$C$2=1,B15,"")

    HTH

    --
    Regards,
    Zack Barresse, aka firefytr
    To email, remove NOSPAM



    "christine" <christine@discussions.microsoft.com> wrote in message
    news:291547A0-0B25-4778-A8A8-DFEDB2F9D1DB@microsoft.com...
    > here is what I need and all attempts of writing it have failed.
    >
    > in cell d3 of worksheet C, I need:
    >
    > value of b15 of worksheet A only if cell c2 has a value of 1
    > worksheet A is called pricing
    >
    > one formula I tried:
    > =index(if(pricing!$c$2=1, b15... or something like that....




  3. #3
    Richard Buttrey
    Guest

    Re: CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

    On Thu, 30 Mar 2006 14:54:01 -0800, christine
    <christine@discussions.microsoft.com> wrote:

    >here is what I need and all attempts of writing it have failed.
    >
    >in cell d3 of worksheet C, I need:
    >
    >value of b15 of worksheet A only if cell c2 has a value of 1
    >worksheet A is called pricing
    >
    >one formula I tried:
    >=index(if(pricing!$c$2=1, b15... or something like that....



    You didn't say what you wanted returned if C2 is not one. I've assumed
    null.

    =If(pricing!$c$2=1,Pricing!B15,"")

    HTH


    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  4. #4
    Mike T
    Guest

    RE: CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

    The formula for cell D3 of worksheet C should be
    =IF(pricing!$C$2=1,pricing!B15,)

    if C2 does not equal 1, then the result is empty


    "christine" wrote:

    > here is what I need and all attempts of writing it have failed.
    >
    > in cell d3 of worksheet C, I need:
    >
    > value of b15 of worksheet A only if cell c2 has a value of 1
    > worksheet A is called pricing
    >
    > one formula I tried:
    > =index(if(pricing!$c$2=1, b15... or something like that....


+ 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