+ Reply to Thread
Results 1 to 3 of 3

(IF) how many of the same number?

  1. #1
    Registered User
    Join Date
    07-18-2008
    Location
    Newcastle
    Posts
    4

    (IF) how many of the same number?

    Im trying to find a formula (maybe, IF function even though i've tried a few) to show:

    Item No. of
    1234
    2345 2
    2345 2
    3456
    4567
    5678 3
    5678 3
    5678 3

    Basically it needs to show how many "item" numbers are the same (in the "no. of" column) but if only a single "item" number i'd like the "no. of" column to be blank. Any help would be greatly appreciated.

  2. #2
    Forum Contributor
    Join Date
    04-11-2005
    Location
    London
    Posts
    259
    Try using a Pivot table. It will easily give you the totals you are after.

    Martin
    Martin Short

  3. #3
    Registered User
    Join Date
    07-03-2008
    Location
    Scotland
    Posts
    58
    I think...

    If the data starts in cell A1, put the following in B1 and fill down

    =IF(COUNTIF(A:A,A1)=1,"",COUNTIF(A:A,A1))

+ 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