+ Reply to Thread
Results 1 to 2 of 2

modify formula whiel copying to below cell

  1. #1
    Registered User
    Join Date
    05-25-2007
    Posts
    2

    Thumbs up modify formula whiel copying to below cell

    i have totals in Column 'C' on every 6th row on Sheet1
    ie: totals in cells C7, C13, C19, C25. here the difference is always SIX

    i am refering to C7 in Sheet2 saying Total Visit Week 1 - =Sheet1!C7

    when i copy the formula to below cell ie:Total Visit Week 2 it should change to =Sheet1!C13, =Sheet1!C19 and =Sheet1!C25 onwards.

    attached file shows sample data.

    Please help out!

    Thanks !
    Attached Files Attached Files

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try

    =INDIRECT("Sheet1!C"&(MOD(ROW(A1),6)*6)+1)

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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