+ Reply to Thread
Results 1 to 6 of 6

Need Formula for desired Increment in cell reference number instead of 1

  1. #1
    Registered User
    Join Date
    10-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    87

    Need Formula for desired Increment in cell reference number instead of 1

    Hello Everyone,


    PFA of Excel sheet for my queries.



    Thanks In Advance.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-06-2013
    Location
    Germany
    MS-Off Ver
    365
    Posts
    491

    Re: Need Formula for desired Increment in cell reference number instead of 1

    Can you explain your logic of the right results, I cannot follow.

  3. #3
    Registered User
    Join Date
    10-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: Need Formula for desired Increment in cell reference number instead of 1

    Quote Originally Posted by RaulSerg View Post
    Can you explain your logic of the right results, I cannot follow.

    Thanks RaulSerg for a very promp reply.
    you can see cell N2 formula for understand the concept better then my explanation,
    still let me try in brief, if "*" value will be between a2:d2, result should come as "*" else it should show B2+D2 value, now if we drag same formula to right then it should take cell references from c2:f2 for check * value instead of b2:e2, and if logical test false then it should show value of d2+f2.

  4. #4
    Registered User
    Join Date
    05-08-2020
    Location
    Lublin, Poland
    MS-Off Ver
    2003, 2007, 2010, 2019 (home); 2002, 2007, 2016, 365 (work)
    Posts
    69

    Re: Need Formula for desired Increment in cell reference number instead of 1

    @RaulSerg, the logic seems to be
    8+1 = 9 (0 between 8 and 1 skipped)
    1+6 = 7 (0 between 1 and 6 skipped)
    6+0 = 6 (4 between 6 and 0 skipped and so on)
    3+3 = 6
    6+6 = 12
    6+9 = 15
    9+7 = 16
    7+4 = 11

    For the first group of formulas type e.g. in Z1
    =IFERROR(INDEX($A2:$L2,1,COLUMN(A1)*2)+INDEX($A2:$L2,1,COLUMN(A1)*2+2),"*")
    and drag and drop 4 columns right and 1 row down.
    Last edited by PKowalik; 06-16-2020 at 10:39 AM.
    Przemyslaw Kowalik, Lublin Univ. of Technology

  5. #5
    Registered User
    Join Date
    10-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: Need Formula for desired Increment in cell reference number instead of 1

    Quote Originally Posted by PKowalik View Post
    @RaulSerg, the logic seems to be
    8+1 = 9 (0 between 8 and 1 skipped)
    1+6 = 7 (0 between 1 and 6 skipped)
    6+0 = 6 (4 between 6 and 0 skipped and so on)
    3+3 = 6
    6+6 = 12
    6+9 = 15
    9+7 = 16
    7+4 = 11

    For the first group of formulas type e.g. in Z1
    =IFERROR(INDEX($A2:$L2,1,COLUMN(A1)*2)+INDEX($A2:$L2,1,COLUMN(A1)*2+2),"*")
    and drag and drop 4 columns right and 1 row down.


    Exactly !
    Thanks a ton PKowalik for saving my lots of time.


    Warm Regards

  6. #6
    Registered User
    Join Date
    05-08-2020
    Location
    Lublin, Poland
    MS-Off Ver
    2003, 2007, 2010, 2019 (home); 2002, 2007, 2016, 365 (work)
    Posts
    69

    Re: Need Formula for desired Increment in cell reference number instead of 1

    You're welcome. Do you need a formula for vertical copying in column N, too?

    PS. Edit your post #5 and remove the quotation of my post #4. Personally, I don't care but such quotations are not welcome on this forum.

+ 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. Way for making a monthly unique auto increment reference number
    By atzdgreat in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-15-2019, 12:21 AM
  2. [SOLVED] Formula to increment a number with other numbers/chracters in a cell remaining constant.
    By xanthius in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-03-2018, 12:19 PM
  3. Reference a cell that contains a desired calculation
    By jaschwartz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-08-2015, 02:37 PM
  4. Increment by X Number of Reference Cells
    By terk1011 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-07-2014, 06:06 PM
  5. Help needed !! Increment Cell Reference in my formula
    By Terracotta in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-24-2013, 03:21 AM
  6. [SOLVED] Copy Cell Reference formula to 3 rows down but increment formula by only 1 row
    By jwnickman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-23-2013, 01:57 PM
  7. Reference current date with desired number
    By frank26003 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-08-2010, 03:28 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