+ Reply to Thread
Results 1 to 3 of 3

Assign column

  1. #1
    MK
    Guest

    Assign column

    Example two column X and Y
    Assign A= S$500
    B = S$1000
    C = S$1500
    If key A in column X, Y automatic display S$500
    If key B in Column X, Y automatic discplay S$1000.............

    Can the above be possible

  2. #2
    Bob Phillips
    Guest

    Re: Assign column

    =IF(X1="A","S$500",IF(X1="B","S$1000","S$1500"))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "MK" <[email protected]> wrote in message
    news:[email protected]...
    > Example two column X and Y
    > Assign A= S$500
    > B = S$1000
    > C = S$1500
    > If key A in column X, Y automatic display S$500
    > If key B in Column X, Y automatic discplay S$1000.............
    >
    > Can the above be possible




  3. #3
    RagDyer
    Guest

    Re: Assign column

    One way.

    Enter this in Y1, and copy down as needed:

    =LOOKUP(X1,{"A","B","C"},{"S$500","S$1000","S$1500"})

    You can expand on this and add more values, if need be.
    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "MK" <[email protected]> wrote in message
    news:[email protected]...
    > Example two column X and Y
    > Assign A= S$500
    > B = S$1000
    > C = S$1500
    > If key A in column X, Y automatic display S$500
    > If key B in Column X, Y automatic discplay S$1000.............
    >
    > Can the above be possible



+ 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