+ Reply to Thread
Results 1 to 4 of 4

precedent

Hybrid View

  1. #1
    IcyMan
    Guest

    precedent

    I want to use a precedent in a formula with an easy command.

    As an example:
    I have =MATCH(B6,$C:$C,0) in cell #X.
    [MATCH(lookup_value,lookup_array,match_type)]

    I want to create a formula in a blank cell like this:
    If lookup_value in cell #X (which is B6) is bla bla
    do bla bla....

    I cannot find a way to trace the precedent (B6). I do not know how to use
    SQL or anything likewise (except standard Excel formulations and basic JAVA)

    I'd appreciate any help...

  2. #2
    Max
    Guest

    Re: precedent

    Maybe something like this in say, D6:

    =IF(B6="","",MATCH(B6,$C:$C,0))

    which will keep D6 blank
    until there's a value in B6 for the evaluation of the MATCH
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "IcyMan" <IcyMan@discussions.microsoft.com> wrote in message
    news:4FFC3B7E-3F2C-406C-A28C-F10F9E8E3C96@microsoft.com...
    > I want to use a precedent in a formula with an easy command.
    >
    > As an example:
    > I have =MATCH(B6,$C:$C,0) in cell #X.
    > [MATCH(lookup_value,lookup_array,match_type)]
    >
    > I want to create a formula in a blank cell like this:
    > If lookup_value in cell #X (which is B6) is bla bla
    > do bla bla....
    >
    > I cannot find a way to trace the precedent (B6). I do not know how to use
    > SQL or anything likewise (except standard Excel formulations and basic

    JAVA)
    >
    > I'd appreciate any help...




  3. #3
    IcyMan
    Guest

    Re: precedent

    But you wrote B6 in your formula. If you are tracing the precedent which is
    B6 in this example, you shouldn't use it in your formula. That has to be your
    result. Like using lookup_value in formula and getting B6 in the result..

    "Max" wrote:

    > Maybe something like this in say, D6:
    >
    > =IF(B6="","",MATCH(B6,$C:$C,0))
    >
    > which will keep D6 blank
    > until there's a value in B6 for the evaluation of the MATCH
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "IcyMan" <IcyMan@discussions.microsoft.com> wrote in message
    > news:4FFC3B7E-3F2C-406C-A28C-F10F9E8E3C96@microsoft.com...
    > > I want to use a precedent in a formula with an easy command.
    > >
    > > As an example:
    > > I have =MATCH(B6,$C:$C,0) in cell #X.
    > > [MATCH(lookup_value,lookup_array,match_type)]
    > >
    > > I want to create a formula in a blank cell like this:
    > > If lookup_value in cell #X (which is B6) is bla bla
    > > do bla bla....
    > >
    > > I cannot find a way to trace the precedent (B6). I do not know how to use
    > > SQL or anything likewise (except standard Excel formulations and basic

    > JAVA)
    > >
    > > I'd appreciate any help...

    >
    >
    >


  4. #4
    Max
    Guest

    Re: precedent

    Then my guess was out as to what you meant by:
    " .. tracing the precedent .. "

    Maybe hang around awhile for better views from others ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "IcyMan" <IcyMan@discussions.microsoft.com> wrote in message
    news:824F893A-8D60-4A51-8716-E79596D06468@microsoft.com...
    > But you wrote B6 in your formula. If you are tracing the precedent which

    is
    > B6 in this example, you shouldn't use it in your formula. That has to be

    your
    > result. Like using lookup_value in formula and getting B6 in the result..




+ 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