+ Reply to Thread
Results 1 to 2 of 2

Relative references

  1. #1
    GARY
    Guest

    Relative references

    How do I write the formula to replace data that occurs in every 46th
    row in col B (for example, in B1, B47, etc) with data that occurs in
    every row in Col C (for example, in C1, C2, etc)?


  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    If you are going to use an IF statement, you can test for the 46 condition with (row-1)/46 = int(row-1)/46 which is true for 1, 47 etc.
    Martin

+ 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