B
BobT
I've struggled with this for 3-days - H E L P !
At this point I don't even know what formular type to try anymore.
I have a situation where we need to determine 'how many items for
catagory have been sold'.
The Excel spreadsheet looks something like this:
o Rows in the spreadsheet (Row2 and on) represent records or items i
an inventory list.
o Column B of the list represents a 'catagory' selection for a recor
(e.g it's a Book, Photo, etc)
o Column G in the list indicates if the item in the record has bee
sold or not, and if so how much (e.g $1.00, & if blank it's not sold a
yet).
e.g (where Col B = Book etc, and Col G = $ Value or blank)
1,Book,xx,xx,xx,$3.00
2,Photo,xx,xx,xx,$1.00
3,Book,xx,xx,xx,empty
4,Book,xx,xx,xx,$4.00
I know how to determine a total number or count for a catagory: e.
=COUNTIF(Inventory!B:B,"Book")
I need to get the total# of SOLD items for a particular catagory,
don't need the total $ amount earned, just the count or number
of them sold. Anyone know of a way to do this and could show me a
example?
------------------------------------------------------------------------------------
I have tried a number of formulars for exampl
(SUMIF,COUNTIF,DCOUNTA):
e.g =COUNTIF(Inventory!B:B,"Books"),(COUNTA(Inventory!G:G)). It doe
not like the formular combination and ends up suggesting
a subtractioin or multiplier for exampl
=COUNTIF(Inventory!B:B,"Books")-(COUNTA(Inventory!G:G)).
Yes I am refering to another worksheet (e.g Inventory !) in my formula
(I'm making a Totals sheet) but I get the same results even tryin
formulars on the main sheet without the sheet reference in th
formular.
Excel didn't like
=COUNTIF(COUNTIF(Inventory!B:B,"Books"),(COUNTA(Inventory!G:G)))
and
Excel didn't like: =SUMIF(Inventory!B:B,"Books"),COUNTA(Inventory!G:G
<- It won't let me do a COUNTA with SUMIF.
I'm dedicating a cell and description for each catagory somewhere late
in the spreadsheet if that helps.
-----------------------------------------------------------------------------------
Any Ideas??? - Thanks !
:rolleyes
At this point I don't even know what formular type to try anymore.
I have a situation where we need to determine 'how many items for
catagory have been sold'.
The Excel spreadsheet looks something like this:
o Rows in the spreadsheet (Row2 and on) represent records or items i
an inventory list.
o Column B of the list represents a 'catagory' selection for a recor
(e.g it's a Book, Photo, etc)
o Column G in the list indicates if the item in the record has bee
sold or not, and if so how much (e.g $1.00, & if blank it's not sold a
yet).
e.g (where Col B = Book etc, and Col G = $ Value or blank)
1,Book,xx,xx,xx,$3.00
2,Photo,xx,xx,xx,$1.00
3,Book,xx,xx,xx,empty
4,Book,xx,xx,xx,$4.00
I know how to determine a total number or count for a catagory: e.
=COUNTIF(Inventory!B:B,"Book")
I need to get the total# of SOLD items for a particular catagory,
don't need the total $ amount earned, just the count or number
of them sold. Anyone know of a way to do this and could show me a
example?
------------------------------------------------------------------------------------
I have tried a number of formulars for exampl
(SUMIF,COUNTIF,DCOUNTA):
e.g =COUNTIF(Inventory!B:B,"Books"),(COUNTA(Inventory!G:G)). It doe
not like the formular combination and ends up suggesting
a subtractioin or multiplier for exampl
=COUNTIF(Inventory!B:B,"Books")-(COUNTA(Inventory!G:G)).
Yes I am refering to another worksheet (e.g Inventory !) in my formula
(I'm making a Totals sheet) but I get the same results even tryin
formulars on the main sheet without the sheet reference in th
formular.
Excel didn't like
=COUNTIF(COUNTIF(Inventory!B:B,"Books"),(COUNTA(Inventory!G:G)))
and
Excel didn't like: =SUMIF(Inventory!B:B,"Books"),COUNTA(Inventory!G:G
<- It won't let me do a COUNTA with SUMIF.
I'm dedicating a cell and description for each catagory somewhere late
in the spreadsheet if that helps.
-----------------------------------------------------------------------------------
Any Ideas??? - Thanks !
:rolleyes