+ Reply to Thread
Results 1 to 14 of 14

Google Sheets: How to pull row numbers from different sheets based on date (Solved)

  1. #1
    Registered User
    Join Date
    11-22-2021
    Location
    Colorado USA
    MS-Off Ver
    google sheets
    Posts
    9

    Smile Google Sheets: How to pull row numbers from different sheets based on date (Solved)

    I have a mastersheet, with the help of someone on here before I learned how to pull entire rows of data and put that data into tables on a mastersheet.

    right now I am physically going through each sheet, copying the row numbers for a specific date, and putting those row numbers on the mastersheet so it can use them as reference.

    I am printing out the data at the end of the day for that day.

    If I could use date to pull the row numbers from specific sheets ON the mastersheet that would be great.

    if there is another solution please let me know.


    some problems you may face: my dates are put into the sheets in the form of date time

    some grace: the tables on the mastersheet dont have to all be filled out just the data from that date has to be on there (ie: there can be blank tables when there isnt enough data to fill them)


    Solved!!!
    Attached Files Attached Files
    Last edited by qcguys; 01-04-2022 at 03:25 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,756

    Re: How to pull row numbers from different sheets based on date

    And this is for Google Sheets, is it?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-22-2021
    Location
    Colorado USA
    MS-Off Ver
    google sheets
    Posts
    9

    Re: How to pull row numbers from different sheets based on date

    yes it is, however, so far it has been compatible with excel solutions

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,756

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    It's important for helpers to know that the solution needs to work with Google Sheets, so I've moved you to the correct forum section and adjusted your thread title.

  5. #5
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,381

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    Instead of using indirect, use 3 different formulas for each sheet. Indirect makes your workbook very slow

    I don't know if Google sheets has dynamic formula's like FILTER, but below should work. Drag them all to the right.

    In H2:
    Please Login or Register  to view this content.
    In H3
    Please Login or Register  to view this content.
    In H4:
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    11-22-2021
    Location
    Colorado USA
    MS-Off Ver
    google sheets
    Posts
    9

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    so I don't know where the problem lies, but I did paste these 3 formulas into the corresponding cells and dragged them to the right and I only got #REF in the tables. (On google sheets)
    Last edited by qcguys; 01-04-2022 at 01:55 PM.

  7. #7
    Registered User
    Join Date
    11-22-2021
    Location
    Colorado USA
    MS-Off Ver
    google sheets
    Posts
    9

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    I also just realized the excel download has the date time blocked out

  8. #8
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,381

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    These formula's work in Excel desktop versions

  9. #9
    Registered User
    Join Date
    11-22-2021
    Location
    Colorado USA
    MS-Off Ver
    google sheets
    Posts
    9

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    they do!! (only in excel not google sheets but still gives me hope) I just tried it. I have to use google sheets still sadly because the data is pulled from google forms
    Last edited by qcguys; 01-04-2022 at 02:12 PM.

  10. #10
    Registered User
    Join Date
    11-22-2021
    Location
    Colorado USA
    MS-Off Ver
    google sheets
    Posts
    9

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    =TRANSPOSE(FILTER(ROW(Secondary!B2:B20),Left(Secondary!B2:B20,10)=Left(I1,10)))
    the above pasted into cell H3 on master sheet
    this one works on google sheets for dates 12/29/21 12/30/21 & 12/31/21, but I cant get it to work for the date 1/1/2022



    =IFERROR(SMALL(IF(INT(Secondary!$B$2:$B$100)=$I$1,ROW($2:$100)),COLUMN(A1)),"")
    the above pasted into cell H3 on master sheet
    this one works on excel for ALL DATES but not on google sheets

  11. #11
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,381

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    And what if you write like this?
    Please Login or Register  to view this content.

  12. #12
    Registered User
    Join Date
    11-22-2021
    Location
    Colorado USA
    MS-Off Ver
    google sheets
    Posts
    9

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    It worked!!!!!!!!!!!!!!!!!!!!!!! Yes thank you

  13. #13
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,381

    Re: Google Sheets: How to pull row numbers from different sheets based on date

    Nice, good luck!

  14. #14
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,066

    Re: Google Sheets: How to pull row numbers from different sheets based on date (Solved)

    another method, specifically for Google Sheets (due to the ARRAYFORMULA and SPLIT functions):

    Please Login or Register  to view this content.

+ 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. [Google Sheets] Get uniques IDs based on latest date
    By rolito in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 05-09-2021, 02:29 PM
  2. Google Sheets Conditional Formatting based on Date and Time cells
    By htevents in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 03-16-2021, 10:39 AM
  3. Google Sheets Master Sheet that pulls in data from other sheets with the last edit date
    By Badvgood in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 12-19-2020, 12:04 PM
  4. Google Apps Script for Google Sheets Pulling Formulas from Master to Several Slave Sheets
    By excelroofing in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 4
    Last Post: 08-22-2018, 02:06 AM
  5. Replies: 0
    Last Post: 12-03-2014, 05:10 PM
  6. Replies: 13
    Last Post: 07-09-2014, 04:10 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