+ Reply to Thread
Results 1 to 7 of 7

Formula for picking data from cell series

  1. #1
    Registered User
    Join Date
    10-02-2013
    Location
    Windsor
    MS-Off Ver
    Excel 2010
    Posts
    15

    Formula for picking data from cell series

    Hello. I have an excel sheet that pulls in a bunch of data from a website.
    I would like to summarize the data into a table.
    The cells with the data that I need start at cell A91, and every 13th cell afterwards (A91, A104, A117, ect).
    I want the cell data from A91 to go into B1, cell data from A104 into B2, ect, for my table.
    How can I complete this without manually typing it in?
    Thanks in advance.
    -REDPOOL

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

    Re: Formula for picking data from cell series

    Put this formula in B1:

    =INDEX(A:A,(ROWS($1:1)-1)*13+91)

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula for picking data from cell series

    Try in B1

    =INDEX(A:A,(ROW(A1)-1)*13+91)

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

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

    Re: Formula for picking data from cell series

    For some reason, neither of these replies are showing in the New Posts list, nor on my UserCP.

    Pete

    EDIT: Ah, they are now - sometimes it needs a kick ...

  5. #5
    Registered User
    Join Date
    10-02-2013
    Location
    Windsor
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Formula for picking data from cell series

    Works perfectly! Thank you!

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Formula for picking data from cell series

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  7. #7
    Registered User
    Join Date
    06-07-2012
    Location
    jeddah
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Formula for picking data from cell series

    Dear I have problem in my formula
    it show its left row correct but when I move to 1st next right it also show the value of the 1st left row
    =IFERROR(IF(ROWS(A$12:A12)>$C$3,"",INDEX(Master!$A$2:$A$1200,SMALL(IF(Master!$A$2:$A$1200>=$D$5,IF((Master!$A$2:$A$1200<=$D$3)*(Master!$I$2:$I$1200>=$B$3),ROW(Master!$A$2:$A$1200)-ROW(Master!A$2)+1)),ROWS(A$12:A12)))),"")
    Master -> A2:A1200 is may data
    Summary is my query and need to get the result start form A12


    can you send me your e-mail so send excel to check the problem

+ 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. Picking Specific Series in Graph to show
    By marshymell0 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 06-26-2013, 01:44 AM
  2. Replies: 4
    Last Post: 07-23-2012, 03:42 PM
  3. Picking up a cell as a negative in a formula
    By gandyling in forum Excel General
    Replies: 6
    Last Post: 10-05-2011, 02:07 AM
  4. Formula to help with picking part of cell data
    By gurj_sandhu in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-31-2008, 12:52 PM
  5. Replies: 1
    Last Post: 10-31-2007, 06:38 PM

Tags for this Thread

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