Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I am trying to count unique values in column A. The problem is, each value is completely different and can be random. Ex: askdg123, gh67, 09trop, etc. Is there any way to keep a going count of the entire range (A3:A500)? -- trumb1mj ------------------------------------------------------------------------ trumb1mj's Profile: http://www.excelforum.com/member.php...o&userid=34847 View this thread: http://www.excelforum.com/showthread...hreadid=546877 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((A3:A500<"")/COUNTIF(A3:A500,A3:A500&""))
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "trumb1mj" wrote in message ... I am trying to count unique values in column A. The problem is, each value is completely different and can be random. Ex: askdg123, gh67, 09trop, etc. Is there any way to keep a going count of the entire range (A3:A500)? -- trumb1mj ------------------------------------------------------------------------ trumb1mj's Profile: http://www.excelforum.com/member.php...o&userid=34847 View this thread: http://www.excelforum.com/showthread...hreadid=546877 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() \\\\\\\ :) -- trumb1mj ------------------------------------------------------------------------ trumb1mj's Profile: http://www.excelforum.com/member.php...o&userid=34847 View this thread: http://www.excelforum.com/showthread...hreadid=546877 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'll take your word for that.
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "trumb1mj" wrote in message ... \\\\\\\ :) -- trumb1mj ------------------------------------------------------------------------ trumb1mj's Profile: http://www.excelforum.com/member.php...o&userid=34847 View this thread: http://www.excelforum.com/showthread...hreadid=546877 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print unique values | Excel Worksheet Functions | |||
unique values in a cell base on another cell | Excel Discussion (Misc queries) | |||
Count unique values - Pivot Table | Charts and Charting in Excel | |||
create list of unique values from a column with repeated values? | Excel Worksheet Functions | |||
Formula to list unique values | Excel Worksheet Functions |