Heres one I have been wrestling with for a few hours. I am using Excel 2000.
I have 4 columns. They are:
Column A: Unique (building) key
Column B: Square footage per building
Column C: A value of either "bid", "contract" or "core"
Column D: A value of either "occupied", "part occupied", "surrendered" or "vacant"
I need to do two things using formulas only (no VBA, macros or otherwise for various reasons I will not bore you with):
First, I need to check for properties that are occupied or part occupied and they are bid only (I have to check for the other values too, but if I can do one, I can do the others!) and then count the number of these.
Second, for those buildings that meet specific criteria (for example, "bid", "occupied" or "part occupied"
, I want to add the square footage and divide by the number that make up the total (to get an average).
For the second requirement above, I have used conditional sum and it works a treat, but I would like to achieve what I need (for both requirements) using a single formula, so I do not have to go through 2 or more steps to get the result.
I have an additional requirement, which I will put in another thread so as not to confuse matters (I will x-ref it to this one and vice versa).
Any thoughts??
I have 4 columns. They are:
Column A: Unique (building) key
Column B: Square footage per building
Column C: A value of either "bid", "contract" or "core"
Column D: A value of either "occupied", "part occupied", "surrendered" or "vacant"
I need to do two things using formulas only (no VBA, macros or otherwise for various reasons I will not bore you with):
First, I need to check for properties that are occupied or part occupied and they are bid only (I have to check for the other values too, but if I can do one, I can do the others!) and then count the number of these.
Second, for those buildings that meet specific criteria (for example, "bid", "occupied" or "part occupied"
For the second requirement above, I have used conditional sum and it works a treat, but I would like to achieve what I need (for both requirements) using a single formula, so I do not have to go through 2 or more steps to get the result.
I have an additional requirement, which I will put in another thread so as not to confuse matters (I will x-ref it to this one and vice versa).
Any thoughts??