+ Reply to Thread
Results 1 to 5 of 5

Table Name

  1. #1
    Registered User
    Join Date
    10-12-2007
    Posts
    36

    Table Name

    Hello excel gurus

    I have a question regarding table names.

    I have the following formula returning a value from a defined ["TeamJan15"] table: =SUMIF(TeamJan15Tab[Team:],B3,TeamJan15Tab[Days])

    However I want to use the column value as part of the table name

    My columns are named Jan15, Feb15 and so on.

    I tried using concatenate as below but I have a suspicion that I cannot construct the tab name; as this is stored in excel somewhere.

    =SUMIF((CONCATENATE("Team",C$1,"Tab"))[Team:],B3,TeamJan15Tab[Days])

    How do I carry this out?
    Thanks
    Christos

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Table Name

    You can use INDIRECT to reference actual cell ranges from different parts of a workbook. However, I'm not sure how they interact with table headings (but you can simply use the hard coded cell ranges for the table instead).
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  3. #3
    Registered User
    Join Date
    10-12-2007
    Posts
    36

    Re: Table Name

    Thank you mcmahobt!

    So how do you suggest I could construct this using INDIRECT
    =SUMIF(TeamJan15Tab[Team:],B3,TeamJan15Tab[Days])

    Thanks
    Christos

  4. #4
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Table Name

    Personally, I don't like using Table Headers because I find them bulky. Is your table dynamic, forcing you to use Table Headers? If not, I'd suggest just using cell references. However, to use the INDIRECT function, it would be something like this:

    Please Login or Register  to view this content.
    Then again, it doesn't look like you need to use indirect at all if you are within the same workbook; why don't you just reference the range using your mouse?

    What does that return?

  5. #5
    Registered User
    Join Date
    10-12-2007
    Posts
    36

    Re: Table Name

    Ill give that a go tomorrow morning when Im at work and let you know. You have a point about table headers being bulky. I could have just used reference - but it just made it easier since I had multiple monthly tabs of the same information to be able to refer to them in the "main" sheet pretty easily.
    Thank you though. I'll keep you posted!
    Chris

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Summary table updated from source table. Source table held in a different workbook
    By dma1976 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 11-22-2013, 11:36 AM
  2. Replies: 0
    Last Post: 07-02-2013, 11:30 AM
  3. Replies: 0
    Last Post: 12-05-2012, 03:48 PM
  4. [SOLVED] Need a formula to sort a table into table (for a Table Plan) and name in column 2
    By jbpianoman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-07-2012, 09:21 AM
  5. [SOLVED] PIVOT TABLE - Summary Table into a Databasae Table.
    By sansk_23 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-09-2005, 03:06 AM

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