+ Reply to Thread
Results 1 to 4 of 4

Extension to an existing formula.

  1. #1
    Forum Contributor
    Join Date
    08-26-2011
    Location
    Bristol, England
    MS-Off Ver
    Excel 2007
    Posts
    149

    Extension to an existing formula.

    Hi All,

    I have the following formula, which basically looks up the name and plots the different lines into certain cells on another spreadsheet.

    what I would like it now to do, is to miss out any jobs where it is indicated in the Next Service Type as a Mini.

    I have attached an example of the sheet for you to see what i'm needing.

    thanks in advanc efor your help

    Cheers

    donna
    Attached Files Attached Files
    Last edited by Icehockey44; 12-13-2012 at 07:58 AM. Reason: solved

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Extension to an existing formula.

    Try

    =IFERROR(INDEX('Job List'!$A$1:$G$24,SMALL(IF(('Job List'!$A$1:$A$24=A3)*('Job List'!$I$1:$I$24<>"MINI"),ROW('Job List'!$A$1:$A$24)),ROW($1:$1)),7),"")

  3. #3
    Forum Contributor
    Join Date
    08-26-2011
    Location
    Bristol, England
    MS-Off Ver
    Excel 2007
    Posts
    149

    Re: Extension to an existing formula.

    Wow, Thanks very much Bob, and it shorter than my original formula!!

    Cheers

    Donna

  4. #4
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Extension to an existing formula.

    Only because I used the new (to Excel 2007) function IFERROR rather than IF(ISERROR as that doesn't require repeating the test condition when there is no error

+ 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