+ Reply to Thread
Results 1 to 2 of 2

Need help duplicating a formula for different categories

  1. #1
    Registered User
    Join Date
    06-14-2013
    Location
    london, england
    MS-Off Ver
    Excel 2007
    Posts
    4

    Need help duplicating a formula for different categories

    Hi all,

    I'm currently creating a document (pdf) finder, I have attached the final version for you to see how it works.

    The field named 'file path' has a formula which I would like to duplicate for another table that has a different set of dates. I will still be using the same format however there are different date ranges I will be using. This current excel worksheet is for 'A' Category, now I would like to generate another 4 that do not link to 'A' and that have their own value. So I would like to duplicate the formula to create 'B', 'C' and 'D' categories without them affecting 'A'. Is this possible?

    A, B, C and D between them might have dates that are within the same ranges, however they all relate to different documents (pdf).

    I hope you guys can help with this.
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Need help duplicating a formula for different categories

    It should just be a matter of copying the formula from within the function editor, and pasting it into another cell.

    You'll just need to change the references to match the new table.

    =IFERROR(HYPERLINK(INDEX(Table1[pdf link],SUMPRODUCT((B13>=Table1[Date Start])*(B13<Table1[Date End])*Table1[Position]))),"Outside Date Range")

    will become

    =IFERROR(HYPERLINK(INDEX(Table2[pdf link],SUMPRODUCT((B13>=Table2[Date Start])*(B13<Table2[Date End])*Table2[Position]))),"Outside Date Range")

+ 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. Replies: 1
    Last Post: 05-15-2013, 06:55 AM
  2. Excel 2007 : The Formula is duplicating itself
    By srgtennis in forum Excel General
    Replies: 39
    Last Post: 03-22-2012, 12:15 PM
  3. Replies: 0
    Last Post: 07-22-2011, 03:51 PM
  4. [SOLVED] Issues with formula not duplicating
    By SasR in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-25-2006, 11:05 AM
  5. Formula for Duplicating Rows!!
    By GOL in forum Excel General
    Replies: 2
    Last Post: 05-22-2006, 04:00 PM

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