+ Reply to Thread
Results 1 to 4 of 4

=B<value of A>

  1. #1
    Registered User
    Join Date
    06-02-2005
    Posts
    2

    =B<value of A>

    Hi, Is it possible to create a function that uses the value of a field as a pointer for another row

    this is what I want
    no-A-B
    1-3-blaat
    2- -booh
    3-1-test

    should become
    no-A-B-C
    1-3-blaat-test (since A=3 and B3 is test I need the value of B3)
    2- -booh- (empty since A2=empty)
    3-1-test-blaat (since A=1 and A1=blaat I need the value of B1)

    Floortje

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    In C1, enter the following:
    =IF(ISERR(INDIRECT("B"&A1)),"",INDIRECT("B"&A1))

    and copy down.

    Mangesh

  3. #3
    Registered User
    Join Date
    06-02-2005
    Posts
    2
    Great !! Even more help then I was hoping for !! Thx verry much

    Floortje

  4. #4
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Thanks for the feedback.

    Mangesh

    Great !! Even more help then I was hoping for !! Thx verry much

+ 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