+ Reply to Thread
Results 1 to 6 of 6

How to get formulas to use certain rows

  1. #1
    Registered User
    Join Date
    03-15-2024
    Location
    MI
    MS-Off Ver
    MS365
    Posts
    2

    How to get formulas to use certain rows

    I'm trying to automate this worksheet so that the table on the right will update spit out the correct numbers when the date is changed above in cell AA1. So if it has the date of 4 in it, the formulas below would use the data from row 5. Hopefully that makes sense. They are simple SUM formulas.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: How to get formulas to use certain rows

    Use this function.

    =INDEX(H:H,$AA$1)
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: How to get formulas to use certain rows

    Right table shown says for AA1=4 row 3 data is used.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  4. #4
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: How to get formulas to use certain rows

    In this case...

    =INDEX(H:H,$AA$1-1)

  5. #5
    Registered User
    Join Date
    03-15-2024
    Location
    MI
    MS-Off Ver
    MS365
    Posts
    2

    Re: How to get formulas to use certain rows

    In the end it was an Index and Match function I was looking for, but both your replies set me on the right track. Thank you both.

  6. #6
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: How to get formulas to use certain rows

    Tks for the feedback, glad to help.

+ 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. Replies: 9
    Last Post: 12-04-2015, 05:19 PM
  2. Copy cell values (not formulas) from a pair of rows then paste in a new set of rows
    By pelle3988 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-23-2013, 02:49 PM
  3. [SOLVED] VBA to enter various formulas every 10 rows and show dynamic formulas not values
    By faby2203 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-04-2013, 07:05 AM
  4. [SOLVED] VBA - Add Rows with formulas only and Delete Rows with check - User defined
    By polcen in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-03-2012, 12:18 AM
  5. [SOLVED] macro to copy the formulas in Sheet2 to as many rows as rows available in Sheet1
    By flakedew in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 06-21-2012, 04:52 AM
  6. Replies: 3
    Last Post: 01-13-2012, 10:46 AM
  7. Replies: 3
    Last Post: 05-25-2011, 01:30 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