+ Reply to Thread
Results 1 to 2 of 2

break points using formula

  1. #1
    Registered User
    Join Date
    09-25-2007
    Posts
    21

    break points using formula

    Hi All,

    Could some help me on putting break point on every 7th line in attached sheet?

    I do have larger data to work on hence I am looking for any formula which gives result as “B” in Column B on every 7th after by after.
    Any feed back is welcome

    Thanks in advance

    Sandy -;@
    Attached Files Attached Files
    Last edited by sandeephg; 10-05-2009 at 03:52 PM.
    Thanks & Regards
    Sandeep...

    INDIA

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: break points using formula

    Assuming the last B in your sample file should in fact have appeared in B22 and not B21 then

    B2: =IF(MOD(ROWS(B$2:B2)-1,7)=6,"B","")
    copied down

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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