Count on conditions for two Columns
If I understand correctly, you wanted to count the devices having number
133.6796875 with the status Unbound. If this is correct then you need
SUMIFS formula. Plz beware, this would only work with Excel 2007.
=COUNTIFS(A1:A10,"133.6796875", B1:B10,"Unbound")
This will give you the Total Number of devices having number 133.6796875
with the status Unbound.
--
Sheikh Saadi
"MammaFin" wrote:
HI All,
Thanks in advance for any help that can be provided on the question
below:
I need a function that will produce the total number of of a specific
device in Column A that corresponds with a specific value in column
B.
E.G below column A represents a Hard Disk device of 133GB and Column B
represents if it is being used (Enabled) or not used (Unbound) - I
need to get the total number of 133GB devices that are in the
"Unbound" state.
HDD Status
133.6796875 Enabled
133.6796875 Enabled
133.6796875 Enabled
458.5957031 Enabled
458.5957031 Enabled
133.6796875 Enabled
133.6796875 Unbound
133.6796875 Unbound
133.6796875 Enabled
458.5957031 Unbound
Kind Regards,
Fin
|