+ Reply to Thread
Results 1 to 4 of 4

Getting the cell's row from anopther cell

  1. #1
    Registered User
    Join Date
    01-12-2005
    Posts
    2

    Getting the cell's row from anopther cell

    Hi!
    noob here
    I want to have a cell to refer to another one but to take the row number from a cell which I will type the number.
    example : Let's say that I have A1 and A2 cells filled
    and cell C1=A(B1 TYPED NUMBER)
    So when I type in B1 cell the numer 1, C1=A1,
    and when I type in B1 cell the numer 2, C1=A1,

    So how can I do it?
    I used c1=a($b1) , but it didn't worked.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    Are you thinking of something like

    C1="A"&B1
    Last edited by Cutter; 01-12-2005 at 08:45 PM.

  3. #3
    Forum Contributor
    Join Date
    09-05-2004
    Location
    Melbourne
    Posts
    193
    This is one solution

    =INDIRECT("A" & B1)

    Cheers!

    Richard

  4. #4
    Registered User
    Join Date
    01-12-2005
    Posts
    2
    Thanx guys for the quick replies.

+ 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