+ Reply to Thread
Results 1 to 6 of 6

Incremental Rows

Hybrid View

  1. #1
    Registered User
    Join Date
    08-08-2014
    Location
    London
    MS-Off Ver
    Microsoft Office Pro Plus 2010
    Posts
    7

    Incremental Rows

    Hi,

    I have what seems quite a simple problem.

    In Cell C7 of my sheet I have this formula returning a value from a PIVOT table in another sheet: =UPPER('UNI Pivot'!A6)

    As I drag this across the columns (to form headings) I would like the rows to increase in the formula so it looks like:

    =UPPER('UNI Pivot'!A6)
    =UPPER('UNI Pivot'!A7)
    =UPPER('UNI Pivot'!A8)
    =UPPER('UNI Pivot'!A9)

    And so on...

    However, at the moment when I do it it simply increases the Column so I get: B6, C6, D6.

    Is there something I can add to this formula to do this?

    Thanks for help in advance.
    Last edited by mikepacman; 08-28-2014 at 09:40 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,080

    Re: Incremental Rows

    Try
    =UPPER(INDIRECT("'UNI Pivot'!A"&COLUMN()-1))

    Note double quotes after 2md opening bracket and also after the letter A in the formula
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    08-08-2014
    Location
    London
    MS-Off Ver
    Microsoft Office Pro Plus 2010
    Posts
    7

    Re: Incremental Rows

    Quote Originally Posted by Special-K View Post
    Try
    =UPPER(INDIRECT("'UNI Pivot'!A"&COLUMN()-1))

    Note double quotes after 2md opening bracket and also after the letter A in the formula
    That seems to work, thanks.

    The only problem is that the first value I'd like returned from the PIVOT table is on Row 6, and this formula seems to start returning values from row 0 of the PIVOT sheet. Is there a way I can start it at Row 6?

    Thanks

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Incremental Rows

    Try it like this...

    =UPPER(INDEX('UNI Pivot'!$A6:$A20,COLUMNS($C7:C7)))

    Adjust for the correct end of range where I use down to A20.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Registered User
    Join Date
    08-08-2014
    Location
    London
    MS-Off Ver
    Microsoft Office Pro Plus 2010
    Posts
    7

    Re: Incremental Rows

    Quote Originally Posted by Tony Valko View Post
    Try it like this...

    =UPPER(INDEX('UNI Pivot'!$A6:$A20,COLUMNS($C7:C7)))

    Adjust for the correct end of range where I use down to A20.
    Works perfectly, thank you very much!

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Incremental Rows

    You're welcome. Thanks for the feedback!

+ 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. Fill an incremental time entry in blocks of 4 rows
    By suedavies in forum Excel General
    Replies: 4
    Last Post: 04-08-2014, 04:01 PM
  2. Incremental formula
    By Takau in forum Excel General
    Replies: 8
    Last Post: 09-28-2011, 11:44 AM
  3. Incremental Values
    By ZooTV92 in forum Excel General
    Replies: 5
    Last Post: 03-31-2011, 09:24 PM
  4. Incremental numbering at variable intervals of rows
    By tek9step in forum Excel General
    Replies: 4
    Last Post: 03-18-2011, 09:58 AM
  5. Extract unique rows and incremental copy
    By vedamv in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2006, 03:48 AM

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