+ Reply to Thread
Results 1 to 3 of 3

formula for named cell/range based on cell values

  1. #1
    alex
    Guest

    formula for named cell/range based on cell values

    hello,

    perhaps somebody knows how to do this:

    in column A i have different values, for example:

    A B
    1 aa
    2 bb
    3 cc

    in column B i want to define cells as reference to some named cells located
    elsewhere. for example: cell B1: =aatotal and so on in other cells:
    bbtotal, cctotal...
    how can i define formulas in B column based on values in A in order not to
    retype aa bb cc in all the cells. something like B1: =A1total ... ?

    thanks,

    Alex.

  2. #2
    Tom Ogilvy
    Guest

    Re: formula for named cell/range based on cell values

    in B1
    =Indirect(A1 & "total")

    then drag fill down the column

    --
    Regards,
    Tom Ogilvy

    "alex" <[email protected]> wrote in message
    news:[email protected]...
    > hello,
    >
    > perhaps somebody knows how to do this:
    >
    > in column A i have different values, for example:
    >
    > A B
    > 1 aa
    > 2 bb
    > 3 cc
    >
    > in column B i want to define cells as reference to some named cells

    located
    > elsewhere. for example: cell B1: =aatotal and so on in other cells:
    > bbtotal, cctotal...
    > how can i define formulas in B column based on values in A in order not to
    > retype aa bb cc in all the cells. something like B1: =A1total ... ?
    >
    > thanks,
    >
    > Alex.




  3. #3
    alex
    Guest

    Re: formula for named cell/range based on cell values

    thanks a lot

    "Tom Ogilvy" wrote:

    > in B1
    > =Indirect(A1 & "total")
    >
    > then drag fill down the column
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "alex" <[email protected]> wrote in message
    > news:[email protected]...
    > > hello,
    > >
    > > perhaps somebody knows how to do this:
    > >
    > > in column A i have different values, for example:
    > >
    > > A B
    > > 1 aa
    > > 2 bb
    > > 3 cc
    > >
    > > in column B i want to define cells as reference to some named cells

    > located
    > > elsewhere. for example: cell B1: =aatotal and so on in other cells:
    > > bbtotal, cctotal...
    > > how can i define formulas in B column based on values in A in order not to
    > > retype aa bb cc in all the cells. something like B1: =A1total ... ?
    > >
    > > thanks,
    > >
    > > Alex.

    >
    >
    >


+ 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