+ Reply to Thread
Results 1 to 5 of 5

Google Spreadsheet Help w/array formulas from other sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    04-07-2023
    Location
    ventura
    MS-Off Ver
    365
    Posts
    22

    Google Spreadsheet Help w/array formulas from other sheets

    Hi everyone, please excuse my ignorance i am not sure if this is allowed here. I am seeking some advice or help on how to communicate between two different google sheets and how to keep consistent information across both. Essentially, we are working with a recruiting agency and I have created them a workbook in sheets that takes all of our information and dumps it into a tab via IMPORTRANGE that is hidden and protected that has all of our data. I then created a new tab and used the FILTER function from the hidden tab to display only the information relating to the agency. I have the FILTER function in between columns A-L, and O-R. Columns M,N,S,T & U are columns where the agency is entering information pertinent to the req. My issue is that since i'm using the FILTER function (as an array), when there is a new requisition added to the list automatically, columns M,N,S,T & U's data doesn't stay consistent with the rows. If information is added, the row will move down but the data in the blue highlighted areas remain the same. The same principle if you have a column that is 'outside a filter range'. Does anyone know what would be a better remedy to this?

    Screenshot 2025-02-20 143949.png

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,314

    Re: Google Spreadsheet Help w/array formulas from other sheets

    You have a few options:

    A)

    NEVER remove data from your data source, and have the FILTER function return a repeat-ably sorted list that adds the newest values to the bottom.

    B)

    1) Select your formula results
    2) Convert them to values
    3) Add a FILTER formula _below_ the data set that you just created, and return data for the agency BUT only records that do not already exist in the table above

    optional: remove entire rows from the constant set of data to keep the returned data set in sync with the data source

    When that formula returns additional values, rinse and repeat the above 3 steps.

    C)

    Create a separate table with a column of key values - as constants - and have the extra information entered into that table. Then add those values into your other table by using formulas.
    Last edited by Bernie Deitrick; 02-21-2025 at 10:56 AM.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    04-07-2023
    Location
    ventura
    MS-Off Ver
    365
    Posts
    22

    Re: Google Spreadsheet Help w/array formulas from other sheets

    Thank you for the help!! I will try these and hope to get a solution!

  4. #4
    Registered User
    Join Date
    04-07-2023
    Location
    ventura
    MS-Off Ver
    365
    Posts
    22

    Re: Google Spreadsheet Help w/array formulas from other sheets

    Quote Originally Posted by Bernie Deitrick View Post
    You have a few options:

    A)

    NEVER remove data from your data source, and have the FILTER function return a repeat-ably sorted list that adds the newest values to the bottom.

    B)

    1) Select your formula results
    2) Convert them to values
    3) Add a FILTER formula _below_ the data set that you just created, and return data for the agency BUT only records that do not already exist in the table above

    optional: remove entire rows from the constant set of data to keep the returned data set in sync with the data source

    When that formula returns additional values, rinse and repeat the above 3 steps.

    C)

    Create a separate table with a column of key values - as constants - and have the extra information entered into that table. Then add those values into your other table by using formulas.
    Hi Bernie,

    What formula could i write in order to do this:

    Add a FILTER formula _below_ the data set that you just created, and return data for the agency BUT only records that do not already exist in the table above

  5. #5
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,314

    Re: Google Spreadsheet Help w/array formulas from other sheets

    The filter formula would be of the form of this, entered into cell A8 (with values in A1:D7), where your original data is in column A to D of sheet 'Data Source', with key values in column A:

    =LET(d,FILTER('Data source'!$A:$D,ISERROR(MATCH('Data source'!$A:$A,A1:A7,FALSE))),FILTER(d,INDEX(d,,1)<>""))

+ 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 Spreadsheet Query: Logical Formulas required
    By Natalie Lim in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 10-15-2021, 04:35 AM
  2. array formula for google sheets
    By cyrano3790 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 06-13-2021, 12:46 AM
  3. array formula for google sheets
    By cyrano3790 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-13-2021, 12:46 AM
  4. Google Sheets Array Query
    By AncestryGuy in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 03-26-2021, 06:24 AM
  5. Google Sheets Formulas - How do I to trap #VALUE & #N/A errors efficiently
    By stewart@itsit.com.au in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-01-2020, 02:50 AM
  6. 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
  7. Google Sheets Array and importrange help
    By ckserra in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 01-04-2018, 01:59 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