Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
Need help in getting the following functions in excel, i need to get a count of values in a row, if there are duplicate values they should not be considered, how can this be done. Need response ASAP. Thanks, |
#2
![]() |
|||
|
|||
![]()
http://www.cpearson.com/excel/duplicat.htm#Replacing
-- Kind Regards, Niek Otten Microsoft MVP - Excel "Aananth" wrote in message ... Hi, Need help in getting the following functions in excel, i need to get a count of values in a row, if there are duplicate values they should not be considered, how can this be done. Need response ASAP. Thanks, |
#3
![]() |
|||
|
|||
![]() If you're looking for a distinct count... =SUM(IF(A2:F2<"",1/COUNTIF(A2:F2,A2:F2))) which you need to confirm with control+shift+enter instead of just with enter. If you're looking for a count of items with single-occurrence... =SUMPRODUCT(--(COUNTIF(A2:F2,A2:F2)=1)) Aananth Wrote: Hi, Need help in getting the following functions in excel, i need to get a count of values in a row, if there are duplicate values they should not be considered, how can this be done. Need response ASAP. Thanks, -- Aladin Akyurek ------------------------------------------------------------------------ Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165 View this thread: http://www.excelforum.com/showthread...hreadid=273561 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to eliminate duplicate entries | Excel Discussion (Misc queries) | |||
I want to delete rows with duplicate entries within one column. | Excel Discussion (Misc queries) | |||
Multiple Files, Duplicate Entries | Excel Discussion (Misc queries) | |||
filter and count | Excel Discussion (Misc queries) | |||
How to count matching text | Excel Discussion (Misc queries) |