Thread: Countif Use
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Countif Use

Assuming order numbers in A1 down,
In B1: =COUNTIF(A:A,A1)
Copy down
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"larryf666" wrote:
I have a line of 500 order numbers & need to break it down into how many line
refer to the different order numbers, i.e o/n 100002 = 2 lines 100003 = 3
lines 100004 = 2 lines = 7 lines on the orders total. Is there any way that
I can sort the column so it counts each individual order number as 1 without
taking into account how many lines are actually in the order, i.e o/n 100002
= 2 lines 100003 = 3 lines 100004 = 2 lines = 3 order numbers total. I hope
I have explained this well enough for some one to assist.
Regards Larry