I've been playing around trying to solve this, but not been able to structure my Countifs, and was wondering if someone could assist.
I have data within a table in Excel 2016, and need to rank these. Table looks like this:
Site Type Quantity Use Data In Main Report Rank
Office 50 TRUE
Warehouse 280 TRUE
Office 90 FALSE
Office 108 TRUE
Office 664 TRUE
Warehouse 1485 TRUE
I need the formula to rank the quantity column, but only if the Use Data column is TRUE and the site type is an Office. I'ev done this with COUNTIFS, but I'm either getting errors or when it's ranking it is including the quantity of the warehouses in assigning the rank, e.g office 664 is returning as "2" when it should be "1".
Any ideas?
I have data within a table in Excel 2016, and need to rank these. Table looks like this:
Site Type Quantity Use Data In Main Report Rank
Office 50 TRUE
Warehouse 280 TRUE
Office 90 FALSE
Office 108 TRUE
Office 664 TRUE
Warehouse 1485 TRUE
I need the formula to rank the quantity column, but only if the Use Data column is TRUE and the site type is an Office. I'ev done this with COUNTIFS, but I'm either getting errors or when it's ranking it is including the quantity of the warehouses in assigning the rank, e.g office 664 is returning as "2" when it should be "1".
Any ideas?