Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default auto count possible?

I add a couple hundred orders to a file every day. Sometimes there are
duplicate order numbers. (Don't ask, ugh)

Column A contains those orders - today's orders get added at the bottom of
the file after yesterday's orders. If today I enter a line for order number
112233 is there a way to have column B automatically tell me the number of
times 112233 appears in column A?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default auto count possible?

If you put this formula in column B: =COUNTIF(A:A;A1) it should work.

Bart Snel

"Wanda" schreef in bericht
...
I add a couple hundred orders to a file every day. Sometimes there are
duplicate order numbers. (Don't ask, ugh)

Column A contains those orders - today's orders get added at the bottom of
the file after yesterday's orders. If today I enter a line for order
number
112233 is there a way to have column B automatically tell me the number of
times 112233 appears in column A?




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 128
Default auto count possible?

=countif(a:a,112233)


"Wanda" wrote in message
...
I add a couple hundred orders to a file every day. Sometimes there are
duplicate order numbers. (Don't ask, ugh)

Column A contains those orders - today's orders get added at the bottom of
the file after yesterday's orders. If today I enter a line for order number
112233 is there a way to have column B automatically tell me the number of
times 112233 appears in column A?



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
Count with Auto-Filter On sherry Excel Discussion (Misc queries) 5 January 5th 10 12:40 AM
Auto Count for Auto Filter Doesn't Function under certain circumst Jonathan Horvath Excel Discussion (Misc queries) 2 August 17th 07 03:51 AM
Count down with auto fill? Chris Excel Worksheet Functions 4 August 22nd 06 12:43 AM
auto count for cells Christa Excel Discussion (Misc queries) 3 October 7th 05 04:01 PM
Problem with auto count... darno[_18_] Excel Programming 0 April 18th 04 09:05 PM


All times are GMT +1. The time now is 04:56 AM.

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

About Us

"It's about Microsoft Excel"