Results 1 to 15 of 15

Create a Formula That Skips Every n Cells

Threaded View

  1. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Create a Formula That Skips Every n Cells

    Quote Originally Posted by tj2434 View Post
    Thank for the replies,

    AlKey, your method also has potential. It returns values higher than what they should be though right now. Can you explain what the bolded part does "C"&ROW(4:4)*4-12 as well as why you chose to use ROW($A2) instead of another indirect string?
    "C"&ROW(4:4)*4-12 creates a cell reference for use with indirect function. So if you try =ROW(4:4)*4-12 and drag it down you will see that it change from 4 to 8 and to 12, etc. ROW(4:4)*=16 -12 = 4) The "C" part and number 4 will make C4 and INDIRECT function converts this text into cell reference.

    Hope this help.


    And I think I found my mistake

    It should be this

    =(INDIRECT("C"&ROW(4:4)*4-12)+2*INDIRECT("C"&ROW(5:5)*4-15)+3*INDIRECT("C"&ROW(6:6)*4-18))/INDIRECT("C"&ROW(7:7)*4-21)
    Last edited by AlKey; 11-19-2013 at 11:42 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Tab skips over cells
    By tomtheappraiser in forum Excel General
    Replies: 7
    Last Post: 04-01-2013, 01:01 PM
  2. [SOLVED] Need Formula that skips cells when using Autofill
    By Asaan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-20-2012, 10:54 AM
  3. Replies: 0
    Last Post: 02-03-2012, 07:26 PM
  4. creating a formula that skips empty cells
    By turbo90talon in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 10-19-2007, 08:31 PM
  5. How can I create a list that skips zero values?
    By S.K.S. in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-27-2005, 10:06 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