Results 1 to 2 of 2

10th smallest value in multiple worksheets

Threaded View

  1. #1
    Registered User
    Join Date
    08-22-2008
    Location
    Michigan
    Posts
    71

    10th smallest value in multiple worksheets

    I was using the following formula to determine the 10th deal that a rep wrote:

    =IF(O4="","",IF(COUNTIF('Compliance 5-1-08 to 1-14-09'!$B$2:$B$7957,C4)<10,"",SMALL(IF('Compliance 5-1-08 to 1-14-09'!$B$2:$B$7957=C4,'Compliance 5-1-08 to 1-14-09'!$O$2:$O$7957),10)))

    At the time, all of the data was on one worksheet "'Compliance 5-1-08 to 1-14-09'". However, that report now has a different format, and so now all of the new data in on a new worksheet "Compliance". I am trying to modify the formula to accomadate the two sets of data. I got the first part of the formula changed, but I'm not sure how to modify the second part with the SMALL function. Does anyone have any suggestions?

    =IF(O4="","",IF(SUM(COUNTIF('Compliance 5-1-08 to 1-14-09'!$B$2:$B$7957,C4),(COUNTIF(Compliance!$B$2:$B$200,C4)))<10,"",SMALL(IF('Compliance 5-1-08 to 1-14-09'!$B$2:$B$7957=C4,'Compliance 5-1-08 to 1-14-09'!$O$2:$O$7957),10)))
    Last edited by ems.payroll; 01-27-2009 at 04:54 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