Hi, using the formula below i want to add a statement that says if c34 and e34 are the same then to say top floor, as it would be the top floor management who would decide where stock goes.
[/code]
Code:
=IF(C34>D34,"Lower Floor",(IF(D34>E34,"Middle Floor","Top floor")))