+ Reply to Thread
Results 1 to 6 of 6

A1+B(C1)

  1. #1
    jbwerner
    Guest

    A1+B(C1)

    I want to add A1 to B?. C1 contains a match formula that returns the row
    number. I want to add A1 to B(C1). How do I write this formula?

  2. #2
    Ron Coderre
    Guest

    RE: A1+B(C1)

    Try this:

    =A1+INDIRECT("B"&C1)

    Does that help?
    --
    Regards,
    Ron


    "jbwerner" wrote:

    > I want to add A1 to B?. C1 contains a match formula that returns the row
    > number. I want to add A1 to B(C1). How do I write this formula?


  3. #3
    Duke Carey
    Guest

    RE: A1+B(C1)

    =A1+indirect("B"&C1)

    "jbwerner" wrote:

    > I want to add A1 to B?. C1 contains a match formula that returns the row
    > number. I want to add A1 to B(C1). How do I write this formula?


  4. #4
    Bob Phillips
    Guest

    Re: A1+B(C1)

    =A1+INDIRECT("B"&C1)

    --

    HTH

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


    "jbwerner" <[email protected]> wrote in message
    news:[email protected]...
    > I want to add A1 to B?. C1 contains a match formula that returns the row
    > number. I want to add A1 to B(C1). How do I write this formula?




  5. #5
    Niek Otten
    Guest

    Re: A1+B(C1)

    But make sure the MATCH() really returns the row number, not the relative
    row number in the table (if the table does not start at row 1). If the
    latter is the case, add the starting row-1

    --
    Kind regards,

    Niek Otten

    Microsoft MVP - Excel

    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A1+INDIRECT("B"&C1)
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jbwerner" <[email protected]> wrote in message
    > news:[email protected]...
    >> I want to add A1 to B?. C1 contains a match formula that returns the row
    >> number. I want to add A1 to B(C1). How do I write this formula?

    >
    >




  6. #6
    jbwerner
    Guest

    RE: A1+B(C1)

    Yes, indirect is what I was looking for.

    Thanks

    "Ron Coderre" wrote:

    > Try this:
    >
    > =A1+INDIRECT("B"&C1)
    >
    > Does that help?
    > --
    > Regards,
    > Ron
    >
    >
    > "jbwerner" wrote:
    >
    > > I want to add A1 to B?. C1 contains a match formula that returns the row
    > > number. I want to add A1 to B(C1). How do I write this formula?


+ 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