If then Formulas

Hi

Whilst I can create simple "IF" formulae to return a name against a site name, such as this

=IF([Site Name]@row = "1000 Victoria Street, Bristol", "John Smith")

I also need it to have multiple options so that for each site name I have a corresponding employee's name, for example

=IF([Site Name]@row = "1000 Victoria Street, Bristol", "John Smith" and/or IF ([Site Name]@row = "2 Green Street, Bristol", "John Smith" and/or IF([Site Name]@row = "32 Church Road, Bristol", "James Brown"

Can anybody help me get this formula right for multiple sites with an individual employee assigned to each site?

Many thanks

Best Answer

Answers