+ Reply to Thread
Results 1 to 5 of 5

Team Name is repeated if it starts with a number

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-30-2012
    Location
    Seattle, WA
    MS-Off Ver
    Office 2007
    Posts
    212

    Team Name is repeated if it starts with a number

    Attached is a spreadsheet used to track stats for teams in a tournament. On the STATS tab team names are shows in column A. They are pulled from the TEAMS tab. The formula I use came from someone on this forum a while back. In our last tournament we discovered that if the first team's name (on the TEAMS tab) starts with a number, then that name is repeated in all the locations on the STATS tab. If the name does not start with a number, it works as expected.
    I am guessing it's a simple fix, but since I don't really understand how the formula works, I can't edit it.

    Thoughts?
    Attached Files Attached Files
    "Laugh? I thought I'd die!"

    Jimbo?

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Team Name is repeated if it starts with a number

    I would likely create a pivot table off the source data so it can aggregate the data for you, then a very simple index or lookup to grab the team names and such.
    This way whenever the data is updated all you do is refresh the pivot and it flows through and THAT is easier for you to understand than a slick formula.
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,916

    Re: Team Name is repeated if it starts with a number

    If you want to opt for a revised formula solution try this:
    Formula: copy to clipboard
    =IF(MOD(ROW()-4,7)=1,INDEX(Teams!$A:$A,COUNTA(stats!$A$3:$A4)), "")
    Let me know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  4. #4
    Forum Contributor
    Join Date
    11-30-2012
    Location
    Seattle, WA
    MS-Off Ver
    Office 2007
    Posts
    212

    Re: Team Name is repeated if it starts with a number

    JeteMc - That appears to work. I'm going to play with it to make sure.


    Thank you very much!!

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,916

    Re: Team Name is repeated if it starts with a number

    You're Welcome and thank you for the feedback. If after testing it appears that the solution takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. I hope that you have a good day.

+ 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] check if name of series starts with a number
    By tmallin in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-04-2014, 09:00 AM
  2. [SOLVED] If number starts with X, do Y.
    By daedelous00 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-13-2013, 02:58 PM
  3. Replies: 1
    Last Post: 05-17-2013, 04:56 AM
  4. Replies: 2
    Last Post: 12-06-2012, 06:02 PM
  5. if number starts then equal (something like that)
    By xelan in forum Excel General
    Replies: 6
    Last Post: 12-18-2007, 03:11 PM
  6. Zero starts of a number
    By Lisa in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-09-2006, 04:55 PM
  7. [SOLVED] Delete file if it starts with a number
    By Michael Smith in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-23-2006, 01:15 PM

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