+ Reply to Thread
Results 1 to 4 of 4

How to apply formula in 1000 rows but with fixed cell positions that are all different

Hybrid View

  1. #1
    Registered User
    Join Date
    07-10-2014
    Location
    Serbia
    MS-Off Ver
    Google Sheets
    Posts
    78

    How to apply formula in 1000 rows but with fixed cell positions that are all different

    I need a sheet that has 1000 rows and that should have in each cell different fixed position
    I have 10 columns and 1000 rows and I need the formula to be pasted dynamically so it changes the row and cell number but after that I need all of the cells to have fixed value that does not change if I add a row or a column.

    If I drag fixed value:
    ='RESPONSES-PUNJENJE'!$D$2
    ='RESPONSES-PUNJENJE'!$D$2
    ='RESPONSES-PUNJENJE'!$D$2

    If I drag without $
    ='RESPONSES-PUNJENJE'!D2
    ='RESPONSES-PUNJENJE'!D3
    ='RESPONSES-PUNJENJE'!D4

    I need this. And I guess there is some solution not to do this manually.

    ='RESPONSES-PUNJENJE'!$D$2
    ='RESPONSES-PUNJENJE'!$D43
    ='RESPONSES-PUNJENJE'!$D$4
    ='RESPONSES-PUNJENJE'!$D$5
    ='RESPONSES-PUNJENJE'!$D$6
    ='RESPONSES-PUNJENJE'!$D$7
    ='RESPONSES-PUNJENJE'!$D$8
    ='RESPONSES-PUNJENJE'!$D$9

  2. #2
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: How to apply formula in 1000 rows but with fixed cell positions that are all different

    drag without $
    ='RESPONSES-PUNJENJE'!$D2
    ='RESPONSES-PUNJENJE'!$D3
    ='RESPONSES-PUNJENJE'!$D4
    then
    Ctrl+H
    !$D to !$D$ replace all.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: How to apply formula in 1000 rows but with fixed cell positions that are all different

    Open the attached file. Look at the yellow cells. they are copied across from sheet 2.

    Select the yellow cells.

    CTRL-H Find: 2!D replace: 2!$D$

    OK.

    Now enter rows columns on either hseet.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

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

    Re: How to apply formula in 1000 rows but with fixed cell positions that are all different

    In B2
    =INDEX('RESPONSES-PUNJENJE'!$D$2:$D$100,ROWS($B$2:$B2))

    Or in D2

    =INDIRECT("'RESPONSES-PUNJENJE'!$D$"&ROW())

    then drag down for 1000 rows.

    Indirect is a passive formula it may slow down if data is very large.
    Attached Files Attached Files
    Last edited by kvsrinivasamurthy; 01-31-2021 at 10:41 AM.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. Inserting rows and autofilling with functions depending on merged cell and positions
    By DNA excel function in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-23-2019, 05:47 AM
  2. Replies: 3
    Last Post: 03-04-2015, 02:28 AM
  3. [SOLVED] How to drag / copy to 1000 rows, leaving one part of the formula static?
    By johanna0507 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-01-2013, 08:54 AM
  4. [SOLVED] Formula to use to subtract 2 cells in a row and put the same formula for over 1000 rows
    By milk1one in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-03-2012, 12:08 AM
  5. Replies: 3
    Last Post: 08-24-2010, 11:50 AM
  6. a formula that calculates cell positions?
    By huy in forum Excel General
    Replies: 0
    Last Post: 07-14-2010, 06:50 PM
  7. Replies: 4
    Last Post: 10-14-2005, 12:05 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