Bit stuck here wondered if anyone can help? Is this possible?
I'm trying to create a sheet to record the movement of stock. I have
large number of stock items listed by name in one column. What I'd lik
to do is a have a single cell at the top where I enter the name of a
item and a commulative count will appear next to that item on the list
After entering the name it can be deleted from the single cell at th
top and the next name entered, and so on. Is this possible? Am I goin
to have to stray into the world of macros? Please help as my brain i
melting :eek:
Philip Reece-Heal - 17 Dec 2005 07:36 GMT
If your stock items are in column A from row 2 down, and you use A1 to enter
the name of an item you want to count, then in B2 type the formula
=COUNTIF(A2:A65536,A1) and that will give you the result
Hope that helps
Philip
> Bit stuck here wondered if anyone can help? Is this possible?
>
[quoted text clipped - 6 lines]
> to have to stray into the world of macros? Please help as my brain is
> melting :eek: !
momo0379 - 18 Dec 2005 10:12 GMT
Thanks Philip, that was useful. :