+ Reply to Thread
Results 1 to 2 of 2

find all cells in worksheet greater than

  1. #1
    Registered User
    Join Date
    10-04-2004
    Posts
    8

    find all cells in worksheet greater than

    Hi anyone can help with this, I'm a bit of a dummy.

    i need to find all the rows in a worksheet which have a cell in the row that contains a figure of more than 100,000
    90,000
    80,000 etc

    can i put them in a pivot table and how?

    any help with this would be greatful as there are 57 sheets in the workbook
    :-(

    not looking forward to going through them all just to count

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Assuming that you want to count the number of cells in Column C that are greater than 100,000, for all worksheets, try the following...

    =SUMPRODUCT(COUNTIF(INDIRECT("'"&A1:A57&"'!C1:C100"),">100000"))

    ...where A1:A57 contain your sheet names.

    Hope this helps!

    Quote Originally Posted by hoganc
    Hi anyone can help with this, I'm a bit of a dummy.

    i need to find all the rows in a worksheet which have a cell in the row that contains a figure of more than 100,000
    90,000
    80,000 etc

    can i put them in a pivot table and how?

    any help with this would be greatful as there are 57 sheets in the workbook
    :-(

    not looking forward to going through them all just to count

+ 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