+ Reply to Thread
Results 1 to 3 of 3

Google sheets table enter new row update formula automatic

  1. #1
    Registered User
    Join Date
    01-08-2020
    Location
    amsterdam
    MS-Off Ver
    2010
    Posts
    45

    Google sheets table enter new row update formula automatic

    Hi There,

    I have a question, I hope some can help me for a sport association I am making a table in which we note the members.
    when new members come, we create a new row in google sheets.
    - In column A the year of birth,
    - In column B the name of the player
    - In column C I have a formula that records the birth.
    - In column J write down which team this player belongs to.

    currently I have to manually copy these formulas by copying when there is a new member.
    I've tried a lot in recent weeks, but I can't find a working method that automatically fills in these formulas when filling in a new line. does anyone have an idea what i can do?

    These are the formulas:
    column C: =ArrayFormula(IF(ISBLANK(A11)=true,"no date";YEAR(A11)))

    column J: =ArrayFormula(IFS(C11="no date";"no date";$C11=($H$3);"F";$C11=($I$3);"F";$C11>( $I$3);"CCC";$C11<($H$3);"E"))

  2. #2
    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 table enter new row update formula automatic

    Just because the formulas are wrapped in arrayformula() function, neither of the formulas are actually arrayformulas.

    Arrayformulas are used to populate a range/column, and so would use a range/column.

    With this in mind, as an example, you should look at changing A11 to A11:A... and so on for each of the cells that are in the existing formulas.

    ATTENTION: this does not mean that changing all the cells to ranges will make them into fully functioning arrayformulas, but it is the first thing to try.
    As a gesture off appreciation, you can click * Add Reputation at the foot of any of the posts of members who helped you reach a solution.

    And finally, was your problem solved? if so, please click Thread Tools above the first post of your enquiry, then select [Solved]

  3. #3
    Registered User
    Join Date
    01-08-2020
    Location
    amsterdam
    MS-Off Ver
    2010
    Posts
    45

    Re: Google sheets table enter new row update formula automatic

    Thank Janmorris! this is working, somtimes the solutions are mutch simpler then we think

+ 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] Google Sheets: Rank function with = formula for joint position in table
    By rayted in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 11-30-2022, 05:21 PM
  2. [SOLVED] Enter the percentage in cell A1, how to automatic update the data in columns C,H,M,R,W,AB,
    By Sakurayuki in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-26-2021, 11:24 PM
  3. Google Sheets: Need to find the match number then enter the text
    By tuongtu3 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 8
    Last Post: 04-01-2021, 01:13 AM
  4. Google Sheets - Require a new user to enter something, anything!
    By Ian99099 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 02-08-2021, 07:17 AM
  5. [SOLVED] Google Sheets: Update slave/child sheets from Master/Parent sheet
    By JGREEN17 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 01-29-2021, 03:03 PM
  6. Automatic update of date criteria in excel formula pulled from a Pivot table
    By Jessica at Heritage in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-15-2019, 01:14 PM
  7. Get from Table + Search in Google + Enter to a new column
    By tahiryildiz in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-18-2012, 12:02 AM

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