Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a list of a bunch of different products and their product numbers,
within the list several products are grouped together (as in a department) I have a Vlookup table to let me enter the numbers of the products I already have purchased, but I would like to be able to have a cell tell me how many are left to purchase in a given department. For example I enter all the product numbers for things I have purchased already, but I want to know how many products (NOT which products just how many) are left to purchase in a department. In my list I have given each department a range name, but not sure if that helps, or how to use that. Any help would be appreciated. |
#2
![]() |
|||
|
|||
![]()
try
=counta(all products list)-counta(product bought list) "WBTKbeezy" wrote: I have a list of a bunch of different products and their product numbers, within the list several products are grouped together (as in a department) I have a Vlookup table to let me enter the numbers of the products I already have purchased, but I would like to be able to have a cell tell me how many are left to purchase in a given department. For example I enter all the product numbers for things I have purchased already, but I want to know how many products (NOT which products just how many) are left to purchase in a department. In my list I have given each department a range name, but not sure if that helps, or how to use that. Any help would be appreciated. |
#3
![]() |
|||
|
|||
![]()
That didn't quite work, it only gave me the difference of how many items are
in the products list and the number of items in the purchased list instead of saying how many from a department were left. Would a range name help? "bj" wrote: try =counta(all products list)-counta(product bought list) "WBTKbeezy" wrote: I have a list of a bunch of different products and their product numbers, within the list several products are grouped together (as in a department) I have a Vlookup table to let me enter the numbers of the products I already have purchased, but I would like to be able to have a cell tell me how many are left to purchase in a given department. For example I enter all the product numbers for things I have purchased already, but I want to know how many products (NOT which products just how many) are left to purchase in a department. In my list I have given each department a range name, but not sure if that helps, or how to use that. Any help would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting number of particular items in a list | Excel Discussion (Misc queries) | |||
counting unique instances of text in a list | Excel Worksheet Functions | |||
Refresh a Validation List? | Excel Discussion (Misc queries) | |||
Extracting Values on one list and not another | Excel Discussion (Misc queries) | |||
Counting Repeated text or duplicates in a list | Excel Discussion (Misc queries) |