+ Reply to Thread
Results 1 to 7 of 7

Extracting data from one table format and putting into a different viewing format

Hybrid View

  1. #1
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,846

    Re: Extracting data from one table format and putting into a different viewing format

    For the week 1 fixtures, put this formula in H2:

    =IF(ColorIndex(F2)=35,"H_"&COUNTIF(H$1:H1,"H*")+1,"A_"&COUNTIF(H$1:H1,"A*")+1)

    and copy down to the bottom of your list. Then you can have this formula in K3 for the home teams:

    =INDEX(F:F,MATCH("H_"&J3,H:H,0))

    and this in L3 for the away teams:

    =INDEX(F:F,MATCH("A_"&J3,H:H,0))

    and copy both these down.

    Then have a similar set up for week 2. I've shown this in the attached file.

    Hope this helps.

    Pete
    Attached Files Attached Files

+ 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. Help in putting data in readable format
    By theo28 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-15-2014, 09:36 AM
  2. Replies: 0
    Last Post: 03-12-2013, 01:41 PM
  3. Replies: 3
    Last Post: 10-25-2012, 04:30 PM
  4. Extracting the data from this format
    By gaby58 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-02-2008, 01:31 PM
  5. [SOLVED] Data in Cross-Tab format: needs to be written in Table Format
    By runyan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-04-2005, 03:05 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