+ Reply to Thread
Results 1 to 3 of 3

integrating row number in a formula

  1. #1
    Grymjack
    Guest

    integrating row number in a formula

    Ok gurus,
    Here's another one. I want to pull a value out of a certain column
    based on the row that the formula is in. For example:

    -The desired value is in A column (number value)
    -The row() function will return the row that the formula is in
    -Lets say row returns 13
    -I would like to retreive the text value in A13 dynamically using row()
    within the formula.....something like

    ="S_"&"5133"&"_"&TEXT(C3,"dd")

    -The "5133" would be the text value of the number from A13 as determined
    by row

    Sorry if these are noob questions. I'm new to excel and still
    learning my way around

    -Dan

  2. #2
    Jim Thomlinson
    Guest

    RE: integrating row number in a formula

    I think you want indirect

    ="S_"& indirect("A" & row()) &"_"&TEXT(C3,"dd")

    --
    HTH...

    Jim Thomlinson


    "Grymjack" wrote:

    > Ok gurus,
    > Here's another one. I want to pull a value out of a certain column
    > based on the row that the formula is in. For example:
    >
    > -The desired value is in A column (number value)
    > -The row() function will return the row that the formula is in
    > -Lets say row returns 13
    > -I would like to retreive the text value in A13 dynamically using row()
    > within the formula.....something like
    >
    > ="S_"&"5133"&"_"&TEXT(C3,"dd")
    >
    > -The "5133" would be the text value of the number from A13 as determined
    > by row
    >
    > Sorry if these are noob questions. I'm new to excel and still
    > learning my way around
    >
    > -Dan
    >


  3. #3
    Grymjack
    Guest

    Re: integrating row number in a formula

    works perfectly...thanks for the info!!

    Jim Thomlinson wrote:
    > I think you want indirect
    >
    > ="S_"& indirect("A" & row()) &"_"&TEXT(C3,"dd")
    >


+ 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