+ Reply to Thread
Results 1 to 2 of 2

Text Cell reference and increase the cell reference by step value

  1. #1
    Registered User
    Join Date
    01-23-2004
    Location
    India
    Posts
    1

    Thumbs down Text Cell reference and increase the cell reference by step value

    I have a worksheet which has a pivot table with a list of names. The next worksheet needs to reference the first name. This is done as =PivotTable!B10. The next cell requires to reference as something like =PivotTable!B10+3 because the next text appears after 3 rows.How do we do this? How do we increase the step value for a text? Please helpI'am out of my wits
    Sups

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Enter the following formula in the cell that contains your current formula and copy down:

    =OFFSET(PivotTable!$B$10,(ROW(A1)-ROW($A$1)+1)*3-3,0)

    Hope this helps!

+ 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