Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 897
Default Select data from list without duplicates on a certain criteria

You only need as many COUNTIF and MATCH formulas as there are unique
entries in each column. So if you had "AA", "BB", "CC", "DD", you only
need four sets of formulas.

If you don't want to see ANYTHING if a particular value is not found,
then you need VBA. That's the only way to do it without having a cell
occupied by a formula.

--JP


On Oct 20, 9:59*am, Niju David
wrote:
Dear JP,
I dont want to put the list before hand because of 2 reasons;
1-I have got almost 1000 to 2000 of them
2-If there are no counts for a particular value then it will show zero or
blank, which i do no want.

Kindly help



"JP" wrote:
Why not put the criteria into a cell, and reference it from the
formula?


For example in C1, put "AA" and then reference it from the COUNTIF
cell.


=COUNTIF(OFFSET(Sheet1!A1,B1-1,0,1,6),C1)


Then you could just create a list of unique search items in column C
(C1: "AA", C2: "BB", etc) and fill down the COUNTIF formula to get
your counts.


--JP


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
DATA VALIDATION LIST- CAN I SELECT FROM LIST WITHOUT SCROLLING Bellyjean Excel Worksheet Functions 1 March 7th 08 09:46 PM
Find duplicates in data with multiple criteria Danielle Excel Discussion (Misc queries) 1 December 14th 07 03:56 PM
how do I update a list to overwrite duplicates with new data marshall Excel Discussion (Misc queries) 0 February 21st 06 04:56 PM
data validation list should have opt. to select based on criteria be Excel Worksheet Functions 1 September 15th 05 01:05 PM
Select rows of data in a worksheet on one criteria in multiple co MrSkoot99 Excel Worksheet Functions 5 July 11th 05 01:48 PM


All times are GMT +1. The time now is 02:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"