Results 1 to 8 of 8

Adjust formula to allow for changing sheet reference.

Threaded View

jeffreybrown Adjust formula to allow for... 11-22-2009, 02:59 PM
JBeaucaire Re: Adjust formula to allow... 11-22-2009, 06:20 PM
jeffreybrown Re: Adjust formula to allow... 11-22-2009, 06:48 PM
jeffreybrown Re: Adjust formula to allow... 11-22-2009, 08:46 PM
JBeaucaire Re: Adjust formula to allow... 11-22-2009, 11:57 PM
jeffreybrown Re: Adjust formula to allow... 11-23-2009, 12:43 AM
JBeaucaire Re: Adjust formula to allow... 11-23-2009, 01:27 AM
jeffreybrown Re: Adjust formula to allow... 11-23-2009, 11:09 AM
  1. #1
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Post Adjust formula to allow for changing sheet reference.

    I was using the formula below which was working fine for copying across 20 columns and down however many rows, but now the requirements have changed to 90 columns. I have tested this out with the 90 columns but the Indirect function is bogging down the spreadsheet with the constant recalculating.

    =IFERROR(INDIRECT("'"&COLUMNS($A$1:A$1)&"'!P"&ROWS($A$1:$A8)),"")

    I rearranged the formula to the one below, but how can I have the reference to the sheet name changed as in the formula above without using the Indirect?

    =IFERROR(INDEX('1'!$A$8:$AT$115,MATCH($A3,'1'!$A$8:$A$115,0),MATCH("PAT",'1'!$A$7:$AT$7,0)),"")

    The sheet reference will change from '1' through '90'.
    Last edited by jeffreybrown; 11-23-2009 at 11:09 AM.

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